[PHP-DEV] PHP 5 Bug Summary Report

2009-11-16 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net/ Num Status Summary (1548 total -- which includes 991 feature requests) ===[*Directory/Filesystem functions] 49620 Suspended is_writeable does not work using netshare and normal user rights

[PHP-DEV] PHP 6 Bug Summary Report

2009-11-16 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (105 total -- which includes 45 feature requests) ===[*Compile Issues]== 49270 Open configure fails if PHP source folder path contains spaces 50101 Open

[PHP-DEV] SVN Account Request: christopheb

2009-11-16 Thread christophe burlinchon
I have joined the IBM Project Zero team as an intern, working with Andy Wharmby and Rob Nicholson (SVN ids wharmby and nicholsr). I have been working on the SPL extension and have written a number of tests which improve the code coverage. I am applying for ID so i can commit these and future

Re: [PHP-DEV] bug when using foreach with references?

2009-11-16 Thread Mathieu Suen
It would be arbitrarily breaking an explicit reference. I know I have code lying around that relies on multiple loops cleaning up a big complicated multi-level array. I do ugly things with references into that array and it would completely break if PHP magically deleted my references whether

Re: [PHP-DEV] bug when using foreach with references?

2009-11-16 Thread Pierre Joye
On Mon, Nov 16, 2009 at 12:07 PM, Mathieu Suen mathieu.s...@easyflirt.com wrote: • Pensez à l'environnement, n'imprimez cet e-mail qu'en cas de réelle nécessité Discussing endlessly an issue only because you do not understand it is also an environmental problem, please consider to read the

Re: [PHP-DEV] bug when using foreach with references?

2009-11-16 Thread Derick Rethans
On Mon, 16 Nov 2009, Mathieu Suen wrote: It would be arbitrarily breaking an explicit reference. I know I have code lying around that relies on multiple loops cleaning up a big complicated multi-level array. I do ugly things with references into that array and it would completely

[PHP-DEV] Re: Stuck debugging a PHP6 string--unicode--string conversion problem on Solaris (SPARC)

2009-11-16 Thread Arvind Srinivasan
I think I've found the cause of the problem. I have created a bug and attached a patch to http://bugs.php.net/?id=50189 Arvi -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PATCH] - Change how zstr values are passed to varags functions that use %v/%R (for PHP6)

2009-11-16 Thread Arvind Srinivasan
Based on feedback (http://forums.sun.com/thread.jspa?threadID=5415962tstart=00) from the Sun compiler folks, it seems that the following patch is necessary for PHP6 (trunk). I searched for all occurrences of %v and %R in the PHP6 tree and added a .v to all the zstr values passed to those

Re: [PHP-DEV] bug when using foreach with references?

2009-11-16 Thread Mathieu Suen
Pierre Joye a écrit : On Mon, Nov 16, 2009 at 12:07 PM, Mathieu Suen mathieu.s...@easyflirt.com wrote: • Pensez à l'environnement, n'imprimez cet e-mail qu'en cas de réelle nécessité Discussing endlessly an issue only because you do not understand it is also an environmental problem, please

Re: [PHP-DEV] bug when using foreach with references?

2009-11-16 Thread Etienne Kneuss
Hello, On Mon, Nov 16, 2009 at 2:10 PM, Mathieu Suen mathieu.s...@easyflirt.comwrote: Pierre Joye a écrit : On Mon, Nov 16, 2009 at 12:07 PM, Mathieu Suen mathieu.s...@easyflirt.com wrote: • Pensez à l'environnement, n'imprimez cet e-mail qu'en cas de réelle nécessité Discussing

Re: [PHP-DEV] bug when using foreach with references?

2009-11-16 Thread Mathieu Suen
Etienne Kneuss a écrit : Hello, On Mon, Nov 16, 2009 at 2:10 PM, Mathieu Suen mathieu.s...@easyflirt.comwrote: Pierre Joye a écrit : On Mon, Nov 16, 2009 at 12:07 PM, Mathieu Suen mathieu.s...@easyflirt.com wrote: • Pensez à l'environnement, n'imprimez cet e-mail qu'en cas de réelle

Re: [PHP-DEV] bug when using foreach with references?

2009-11-16 Thread Victor Bolshov
That's a completely useless discussion, isn't it? Whoever is right with his opinion regarding scoping - nobody will (and nobody would like to) change PHP's scoping for those reasons as it would break too much existing code. 2009/11/16 Mathieu Suen mathieu.s...@easyflirt.com: Etienne Kneuss a

Re: [PHP-DEV] bug when using foreach with references?

2009-11-16 Thread Mathieu Suen
Maybe you find it useless. That is just a discussion. I don't expect PHP to change thought it should IMHO, especially now that you are introducing closure. :) For those who complain about the foreach behavior (including me) that's typically a scope issue. Doing an automatic unset isn't the

Re: [PHP-DEV] SVN Account Request: odoucet

2009-11-16 Thread Olivier Doucet
Hi, I received my svn account (odoucet), thanks ! I'm missing karma now to commit all my tests ;) I need access to *tests/ directory. I also need specific access to ext/snmp because there is no 'tests' directory in this folder yet. Thank you Olivier 2009/11/2 Olivier Doucet

Re: [PHP-DEV] bug when using foreach with references?

2009-11-16 Thread Etienne Kneuss
Hello, On Mon, Nov 16, 2009 at 2:51 PM, Mathieu Suen mathieu.s...@easyflirt.comwrote: Etienne Kneuss a écrit : Hello, On Mon, Nov 16, 2009 at 2:10 PM, Mathieu Suen mathieu.s...@easyflirt.com wrote: Pierre Joye a écrit : On Mon, Nov 16, 2009 at 12:07 PM, Mathieu Suen

Re: [PHP-DEV] bug when using foreach with references?

2009-11-16 Thread Richard Quadling
2009/11/16 Mathieu Suen mathieu.s...@easyflirt.com: Maybe you find it useless. That is just a discussion. I don't expect PHP to change thought it should IMHO, especially now that you are introducing closure. :) For those who complain about the foreach behavior (including me) that's typically

Re: [PHP-DEV] bug when using foreach with references?

2009-11-16 Thread Mathieu Suen
Etienne Kneuss a écrit : Hello, On Mon, Nov 16, 2009 at 2:51 PM, Mathieu Suen mathieu.s...@easyflirt.comwrote: Etienne Kneuss a écrit : Hello, On Mon, Nov 16, 2009 at 2:10 PM, Mathieu Suen mathieu.s...@easyflirt.com *SKIP* Static scoping is closely related to variable declaration. In

Re: [PHP-DEV] Re: Stuck debugging a PHP6 string--unicode--string conversion problem on Solaris (SPARC)

2009-11-16 Thread Christopher Jones
Arvind Srinivasan wrote: I think I've found the cause of the problem. I have created a bug and attached a patch to http://bugs.php.net/?id=50189 Arvi What about basing the #ifdef on WORDS_BIGENDIAN? This appears to be defined during PHP configuration (see alocal.m4 and acinclude.m4).

[PHP-DEV] Closures and $this

2009-11-16 Thread Christian Seiler
Hi, since a few months have passed since the last discussion on this topic and perhaps people had time to gather some experience with the current closure implementation in PHP 5.3 I'd like to restart the debate on $this in closures and object extension. Foreword: The discussion should center on

[PHP-DEV] PHP6's future

2009-11-16 Thread Kalle Sommer Nielsen
Greetings Internals I've been thinking for a while what we should do about PHP6 and its future, because right now it seems like there isn't much future in it. PHP6 is already much different in terms of the current coverage, many merges to HEAD seems like non unicode compliant versions. Meaning