Search Discussions
-
Hi, I just wanted to ask everybody to skim over the changes for PHP 5.3 we have in CVS (especially bigger stuff like the addition/removal of an extension etc.). Please bring up any areas you are ...
Lukas Kahwe Smith
Nov 10, 2008 at 7:42 am
Nov 10, 2008 at 10:28 pm -
Hi, here are a few questions that need to be answered ASAP. If at all possible keep your votes as short as possible. I think all of the above topics have been discussed quite a lot on the list. So I ...
Lukas Kahwe Smith
Nov 12, 2008 at 7:16 pm
Nov 17, 2008 at 12:35 pm -
Hi, I just wanted a clarification on this. Currently many of us have class names such as: Zend_Validate_Interface Foo_Utils_Array ...and so on. This works fine as it's just a single T_STRING. As you ...
Stan Vassilev | FM
Nov 6, 2008 at 3:24 am
Nov 7, 2008 at 9:04 pm -
Hello! This code leads to fatal error: Class 'Nette\Loaders\Nette\Object'. Is it a bug in current implementation or namespace resolution rules has been changed? namespace Nette; class Object {} ...
David Grudl
Nov 10, 2008 at 7:08 pm
Nov 17, 2008 at 6:39 pm -
19
apha3
Hi, Work is still going on to finalize the namespace changes. I am not sure when this will be done, I am sort of hoping Monday. Then we can freeze Tuesday and release on Thursday if all goes well. ...Lukas Kahwe Smith
Nov 22, 2008 at 1:54 pm
Dec 2, 2008 at 5:00 pm -
The fourth & final release candidate of 5.2.7 was just released for testing and can be downloaded here: http://downloads.php.net/ilia/php-5.2.7RC4.tar.bz2 (md5sum: 0ff0fa65a16a98657fda3aed9adefdef) ...
Ilia Alshanetsky
Nov 21, 2008 at 1:00 am
Nov 24, 2008 at 8:58 am -
Hi, Stas and company decided that they wanted namespaces to have two legal syntax choices: 1) single namespace per file: <?php namespace foo; ... ? 2) multiple namespaces per file: <?php namespace ...
Gregory Beaver
Nov 7, 2008 at 9:14 pm
Nov 10, 2008 at 10:50 am -
It's worse than I thought, really out of the question for 5.x. Though I still think it's something we should consider for 6.0 as it's something we need to fix in the long term (and 6.0 already has ...
Stan Vassilev | FM
Nov 6, 2008 at 5:46 pm
Nov 8, 2008 at 9:34 am -
First, I want to say thanks for determining the best separator. Even though it's not what everyone would like, it's what would work best. Second, sorry for starting a new thread. To me, continuing ...
Ryan Panning
Nov 4, 2008 at 5:37 pm
Nov 5, 2008 at 11:34 pm -
Hi! As some other users recognized, there is a bug in the implementation of the function "_php_ibase_quad_to_string". (imho since version 5.2.1) The line "spprintf(&result, BLOB_ID_LEN+1, "0x%0*" ...
Benjamin Schwarze
Nov 28, 2008 at 5:15 am
Dec 12, 2008 at 8:17 pm -
As most my [PATCH] mails sent to the internals mailing list were ignored (as of today, at least), I'm requesting an access to the PHP CVS, fully aware of what this means. My contributions (ordered by ...
Mark Karpeles
Nov 16, 2008 at 10:28 am
Nov 19, 2008 at 12:46 pm -
Hej, I use PHP 5.2.6. I am refactoring some code to use more object-orientation. I encounter a problem, where the new object-oriented version results in a fatal error, where the old array-oriented ...
Christopher Vogt
Nov 17, 2008 at 8:01 am
Nov 18, 2008 at 9:49 am -
Hi all, since I started playing around with Zend API, I thought it would be better to start writing some small functions as practice. Then my entire weekend became nightmare. I've tried to add a ...
Chris Jiang
Nov 16, 2008 at 1:15 pm
Nov 16, 2008 at 2:16 pm -
Hi all, it's my first time posting in this mailing list. I've been trying to make a PHP extension for my project, and would really like to use C++ instead of C to write the code. I've been searching ...
Chris Jiang
Nov 15, 2008 at 3:15 pm
Nov 16, 2008 at 1:06 pm -
Hello everybody, As a result of the advice given in the thread "array_key_exists BC break", I have written an RFC concerning some higher order functions that, I believe, could a helpful addition to ...
Ionut Gabriel Stan
Nov 3, 2008 at 3:09 pm
Nov 4, 2008 at 1:35 pm -
Currently ReflectionProperty::setValue() ignores the setting made by ReflectionProperty::setAccessible(). Is this intentional or was it just forgotten to handle ref- ignore_visibility in setValue()? ...
Sebastian Bergmann
Nov 12, 2008 at 7:29 pm
Nov 29, 2008 at 3:30 pm -
PHP 5 Bug Database summary - http://bugs.php.net/ Num Status Summary (1252 total -- which includes 726 feature requests) ===============================================[*General Issues]============== ...
Internals
Nov 3, 2008 at 9:30 am
Nov 26, 2008 at 7:35 pm -
Hi everybody, sorry this is a greenhand's stupid question. Why isn't "0.0" false? I know it is a string but I still think it equals to 0. Thanks ahead, green green~~
Ting Chen
Nov 17, 2008 at 12:45 pm
Nov 19, 2008 at 11:32 am -
5
alpha3
Hi, This are tentatively looking like alpha3 could hit on November 18th. So everybody please try to get whatever you are working on ready to be finished and committed by no later than 13th. So that ...Lukas Kahwe Smith
Nov 6, 2008 at 9:01 pm
Nov 10, 2008 at 11:55 am -
Hey out there! I've got a maybe simple question: Where the point of not implementing anonymous functions in php alike javascript? Par example: As normally used: <? $c = create_function(~, ~); ? ...
Kenan R Sulayman
Nov 21, 2008 at 7:27 pm
Nov 22, 2008 at 4:00 pm -
Hi I'm new to the PHP developers lists, so please sorry if i'm writing to the wrong mailing list. I'm using openssl extension and have found that it does not allow to specify encryption method for ...
Nikolay Zapolnov
Nov 8, 2008 at 10:38 pm
Nov 9, 2008 at 9:44 pm -
While using PDOStatement::debugDumpParams, I noticed that it results in an endless loop because the hash table is not being traversed. As such, attached is a patch against php5 HEAD which adds ...
Jonah H. Harris
Nov 3, 2008 at 6:52 pm
Nov 3, 2008 at 8:56 pm -
How you got both files is beyond me - winres.h is not present in either the 2003 sdk or the 6.1 sdk (used with VC6 and VC9 respectively) - our current instructions for building involve renaming ...
Elizabeth M Smith
Nov 4, 2008 at 12:22 pm
Sep 3, 2009 at 1:50 pm -
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (67 total -- which includes 32 feature requests) ===============================================[*General Issues]============== ...
Internals
Nov 3, 2008 at 10:00 am
Nov 24, 2008 at 10:00 am -
Hi all, I'm trying to get a PHP bug in the PostgreSQL pg_query_params function reopened; it's been marked bogus (incorrectly IMO). There are lots of details at <http://bugs.php.net/bug.php?id=46408 . ...
Alec Smecher
Nov 17, 2008 at 4:54 pm
Nov 18, 2008 at 10:08 pm -
Hi, recent change in namespace code introduced new bug, please consider: <?php namespace tests; class t1 { function abc(\stdClass $std = null) { } } ? triggers "Fatal error: Default value for ...
Marcin Kurzyna
Nov 10, 2008 at 1:08 am
Nov 11, 2008 at 1:36 pm -
Hello, Here's a patch again PHP_5_3 to add a parse_ini_string() function. It just works as parse_ini_file(), except it accepts a string instead of a filename, obviously. We've been using for months a ...
Olivier Grange-Labat
Nov 5, 2008 at 4:30 pm
Nov 5, 2008 at 10:42 pm -
Hi! I noticed that SplHeap returns the current element count of the heap from key(). I think it should return count - 1 to reflect 0 indexing. key won't be called outside of an iterator, so this ...
Tobias Schlitt
Nov 19, 2008 at 10:23 am
Nov 19, 2008 at 1:36 pm -
Hi! I want to add error_log option (message_type = 4) which would send the message directly to sapi_module.log_message whatever error_log INI setting is. This would allow more flexibility in using ...
Stanislav Malyshev
Nov 12, 2008 at 8:58 pm
Nov 13, 2008 at 7:37 pm -
Hello *internals* and Marcus! What do you think about possibility to implement to PHP 5.3 several useful default exceptions? (note that InvalidArgumentException, RuntimeException and LogicException ...
David Grudl
Nov 11, 2008 at 4:17 pm
Nov 12, 2008 at 7:28 am -
Hi, I'd like to add a new optional parameter to sybase_connect() for PHP 5.3. If set to TRUE it will force creation of a new link (and works just like mysql_connect()'s new_link parameter). ...
Timm Friebe
Nov 9, 2008 at 12:05 pm
Nov 10, 2008 at 11:04 am -
Hi, A commit in the last 24 hours breaks the builds: d:\php-sdk\snap_5_3\vc9\x86\snap53_vc9\zend\zend_vm_execute.h(2735) : error C2036: 'void *' : unknown size ...
Pierre Joye
Nov 5, 2008 at 10:31 am
Nov 5, 2008 at 6:07 pm -
I'm not a C++ or C programmer, however I have made an extension that exposes a complimentary function to error_get_last, error_clear_last. It's a super useful function, specially if you're trying to ...
James Murray
Nov 9, 2008 at 7:30 pm
Nov 23, 2008 at 4:04 am -
Hi all, it's been a while since my last thread. I've been playing around with Boost.PHP these days, and find it pretty much satisfactory. Now, I need some help on how Boost.PHP treat with PHP arrays. ...
Chris Jiang
Nov 18, 2008 at 5:13 pm
Nov 19, 2008 at 7:29 pm -
Hi, can you guys give me an advice about where find good documentation/books about php C module development? tanks for advanced. -- Ivo Nascimento - Iann ------------------------------------- ...
Ivo nascimento
Nov 19, 2008 at 2:08 am
Nov 19, 2008 at 8:47 am -
I'm running Linux, Ubuntu, and FreeBSD. Your reading of the code is correct, however: "The value of status may be 0, EXIT_SUCCESS, EXIT_FAILURE, or any other value, though only the least significant ...
Hannes Magnusson
Nov 10, 2008 at 11:05 am
Nov 16, 2008 at 2:29 am -
I found and patched a bug in the handling of Digest authentication by the SOAP extension (http://bugs.php.net/bug.php?id=46386) Who do I need to inform to have the patch considered for inclusion?
Paul Dixon
Nov 13, 2008 at 3:01 pm
Nov 13, 2008 at 3:13 pm -
I was pointed to the http://wiki.php.net/rfc site the other day at the ATLPHP user group and found the traits and related RFC's. I just read the RFC on grafts and traits for PHP. Great ideas! There ...
Alan Pinstein
Nov 12, 2008 at 1:41 am
Nov 12, 2008 at 3:17 am -
Hi, easy one: Two of the namespace tests in Zend/tests don't use the new ns separator yet: http://sitten-polizei.de/php/zend-test-ns-separator.diff - Timm
Timm Friebe
Nov 10, 2008 at 2:51 pm
Nov 10, 2008 at 3:08 pm -
Hi, We got some problems with PHP with wddx functions which consider PHP's side will always be "ISO-8859-1". I wrote/tested a patch to fix this issue, against PHP 5.2.7rc2. Bugreport: ...
Mark
Nov 6, 2008 at 5:17 am
Nov 7, 2008 at 7:53 am -
I 'am a new guy of php internal, I tried to define a class in extension just for a attempt. PHP_MINIT_FUNCTION(zhangjianyu) { /* If you have INI entries, uncomment these lines REGISTER_INI_ENTRIES(); ...
张心灵
Nov 5, 2008 at 9:15 am
Nov 5, 2008 at 12:50 pm -
Hello, Added a patch and a test file to http://bugs.php.net/46711 . After extensive tests I believe this bug should be considered fixed (no more memory leak, and expected behaviour is still working). ...
Mark Karpeles
Nov 29, 2008 at 10:47 am
Nov 29, 2008 at 10:47 am -
Hi there, I spent many days tring to build PHP from source and now I found your new (and hidden???) site. I have new hope that I'll succesfuly build this beast. But... as you can seeI have problem. I ...
Savgoran
Nov 28, 2008 at 3:30 pm
Nov 28, 2008 at 3:30 pm -
The fifth and I hope the final release candidate of 5.2.7 was just released for testing and can be downloaded here: http://downloads.php.net/ilia/php-5.2.7RC5.tar.bz2 (md5sum: ...
Ilia Alshanetsky
Nov 27, 2008 at 11:41 pm
Nov 27, 2008 at 11:41 pm -
Hi all, I'm moving onto zval part of my studying now. Just wondering, how a zval in another zval can modified. I've been reading the documents, and found that zval is normally forbidden from ...
Chris Jiang
Nov 22, 2008 at 6:54 pm
Nov 22, 2008 at 6:54 pm -
Hi, Earlier I proposed this construct which fell on deaf ears, maybe since it means a new keyword "nameof": namespace Foo\Bar; class Baz {} $name = nameof Baz; // 'Foo\Bar\Baz' The same expansion to ...
Stan Vassilev | FM
Nov 21, 2008 at 4:27 pm
Nov 21, 2008 at 4:27 pm -
Hi Internals, as I recently worked with different compilers, and I noticed that we always check for gcc by default. This means even your /usr/bin/cc is _not_ gcc, PHP's buildsystem will use gcc if ...
David Soria Parra
Nov 13, 2008 at 10:53 pm
Nov 13, 2008 at 10:53 pm -
I am reading the Extending and Embedding PHP, but I account some errors with hashtable,even my code is actually the same as the sample code. I have codes like this: PHP_FUNCTION(wps_close) { FILE* ...
张心灵
Nov 10, 2008 at 10:05 am
Nov 10, 2008 at 10:05 am -
Hi, I'd like to request karma for ZE in order to do minor bugfixes and refactoring. I have no intention to commit any feature changes or major commits, and am perfectly happy writing patches for ...
Gregory Beaver
Nov 9, 2008 at 8:29 pm
Nov 9, 2008 at 8:29 pm -
The third & final release candidate of 5.2.7 was just released for testing and can be downloaded here: http://downloads.php.net/ilia/php-5.2.7RC3.tar.bz2 (md5sum: 0e336c04c49c8614cab0c4c4a9c3b681) ...
Ilia Alshanetsky
Nov 6, 2008 at 11:36 pm
Nov 6, 2008 at 11:36 pm
Group Overview
group | php-internals |
categories | php |
discussions | 55 |
posts | 475 |
users | 113 |
website | php.net |
113 users for November 2008
Archives
- June 2016 (1)
- May 2016 (648)
- April 2016 (33)
- March 2016 (575)
- February 2016 (423)
- January 2016 (40)
- December 2015 (266)
- November 2015 (481)
- October 2015 (23)
- April 2015 (156)
- March 2015 (988)
- February 2015 (836)
- January 2015 (1,468)
- December 2014 (710)
- November 2014 (703)
- October 2014 (787)
- September 2014 (730)
- August 2014 (700)
- July 2014 (1,142)
- June 2014 (488)
- May 2014 (816)
- April 2014 (355)
- March 2014 (611)
- February 2014 (971)
- January 2014 (963)
- December 2013 (489)
- November 2013 (468)
- October 2013 (562)
- September 2013 (622)
- August 2013 (451)
- July 2013 (330)
- June 2013 (422)
- May 2013 (364)
- April 2013 (359)
- March 2013 (497)
- February 2013 (537)
- January 2013 (547)
- December 2012 (335)
- November 2012 (148)
- October 2012 (480)
- September 2012 (632)
- August 2012 (661)
- July 2012 (841)
- June 2012 (362)
- May 2012 (317)
- April 2012 (1,101)
- March 2012 (908)
- February 2012 (780)
- January 2012 (428)
- December 2011 (466)
- November 2011 (690)
- October 2011 (331)
- September 2011 (628)
- August 2011 (777)
- July 2011 (558)
- June 2011 (1,099)
- May 2011 (488)
- April 2011 (345)
- March 2011 (236)
- February 2011 (137)
- January 2011 (230)
- December 2010 (434)
- November 2010 (701)
- October 2010 (211)
- September 2010 (277)
- August 2010 (362)
- July 2010 (205)
- June 2010 (399)
- May 2010 (416)
- April 2010 (473)
- March 2010 (635)
- February 2010 (148)
- January 2010 (325)
- December 2009 (335)
- November 2009 (334)
- October 2009 (270)
- September 2009 (205)
- August 2009 (276)
- July 2009 (605)
- June 2009 (460)
- May 2009 (285)
- April 2009 (254)
- March 2009 (351)
- February 2009 (335)
- January 2009 (451)
- December 2008 (347)
- November 2008 (475)
- October 2008 (795)
- September 2008 (620)
- August 2008 (673)
- July 2008 (829)
- June 2008 (654)
- May 2008 (642)
- April 2008 (653)
- March 2008 (872)
- February 2008 (804)
- January 2008 (751)
- December 2007 (752)
- November 2007 (563)
- October 2007 (490)
- September 2007 (499)
- August 2007 (660)
- July 2007 (965)
- June 2007 (359)
- May 2007 (904)
- April 2007 (476)
- March 2007 (451)
- February 2007 (465)
- January 2007 (499)
- December 2006 (480)
- November 2006 (454)
- October 2006 (391)
- September 2006 (437)
- August 2006 (389)
- July 2006 (840)
- June 2006 (397)
- May 2006 (778)
- April 2006 (426)
- March 2006 (591)
- February 2006 (291)
- January 2006 (391)
- December 2005 (434)
- November 2005 (1,060)
- October 2005 (554)
- September 2005 (677)
- August 2005 (1,157)
- July 2005 (419)
- June 2005 (704)
- May 2005 (195)
- April 2005 (446)
- March 2005 (474)
- February 2005 (770)
- January 2005 (210)
- December 2004 (295)
- November 2004 (308)
- October 2004 (558)
- September 2004 (580)
- August 2004 (734)
- July 2004 (927)
- June 2004 (653)
- May 2004 (575)
- April 2004 (774)
- March 2004 (585)
- February 2004 (819)
- January 2004 (700)
- December 2003 (903)
- November 2003 (682)
- October 2003 (530)
- September 2003 (297)
- August 2003 (659)
- July 2003 (604)
- June 2003 (952)
- May 2003 (994)
- April 2003 (557)
- March 2003 (556)