Re: [PHP-DEV] PHP 5.3.0RC4

2009-06-21 Thread Lester Caine
Johannes Schlüter wrote: On Sat, 2009-06-20 at 07:49 +0100, Lester Caine wrote: While I know that ... - All ereg functions are deprecated and emit E_DEPRECATED errors. Use PCRE (preg_*()) instead. ... is accurate, I think a little more detail would help here, since many of us probably did

Re: [PHP-DEV] PHP 5.3.0RC4

2009-06-21 Thread Lukas Kahwe Smith
On 21.06.2009, at 09:51, Lester Caine wrote: Johannes Schlüter wrote: On Sat, 2009-06-20 at 07:49 +0100, Lester Caine wrote: While I know that ... - All ereg functions are deprecated and emit E_DEPRECATED errors. Use PCRE (preg_*()) instead. ... is accurate, I think a little more detail

Re: [PHP-DEV] PHP 5.3.0RC4

2009-06-21 Thread Lester Caine
Lukas Kahwe Smith wrote: On 21.06.2009, at 09:51, Lester Caine wrote: Johannes Schlüter wrote: On Sat, 2009-06-20 at 07:49 +0100, Lester Caine wrote: While I know that ... - All ereg functions are deprecated and emit E_DEPRECATED errors. Use PCRE (preg_*()) instead. ... is accurate, I

Re: [PHP-DEV] PHP 5.3.0RC4

2009-06-21 Thread Lukas Kahwe Smith
On 21.06.2009, at 10:24, Lester Caine wrote: Lukas Kahwe Smith wrote: On 21.06.2009, at 09:51, Lester Caine wrote: Johannes Schlüter wrote: On Sat, 2009-06-20 at 07:49 +0100, Lester Caine wrote: While I know that ... - All ereg functions are deprecated and emit E_DEPRECATED errors. Use

Re: [PHP-DEV] PHP 5.3.0RC4

2009-06-21 Thread Lukas Kahwe Smith
On 21.06.2009, at 10:29, Lukas Kahwe Smith wrote: On 21.06.2009, at 10:24, Lester Caine wrote: Lukas Kahwe Smith wrote: On 21.06.2009, at 09:51, Lester Caine wrote: Johannes Schlüter wrote: On Sat, 2009-06-20 at 07:49 +0100, Lester Caine wrote: While I know that ... - All ereg functions

Re: [PHP-DEV] Call for a doc push

2009-06-21 Thread zoe
Hi Guys and gals, in the old days we had a very close tie between the code and the documentation. As the project has grown the two have drifted apart. I think this is mostly because the phpdoc team has done an amazing job keeping up with the code changes and writing awesome documentation.

[PHP-DEV] Results of running the entire testsuite with valgrind

2009-06-21 Thread Gwynne Raskind
I ran the entire PHP testsuite (as compiled on my system) under valgrind for Darwin and came up with quite a mess of leaks and a couple of crashes. The results file is quite ginormous, so I uploaded it to my site for the morbidly curious to have a look at:

Re: [PHP-DEV] PHP 5.3.0RC4

2009-06-21 Thread Lester Caine
Lukas Kahwe Smith wrote: There is a reason why E_DEPRECATED isn't part of E_ALL. Anyways, its your call, but its not what we suggest. But overall there is always room for doc improvements (feel free to help out), but in the end you need to know the code or familiarize yourself with the code if

Re: [PHP-DEV] Call for a doc push

2009-06-21 Thread Kalle Sommer Nielsen
2009/6/19 Rasmus Lerdorf ras...@lerdorf.com: Guys and gals, in the old days we had a very close tie between the code and the documentation.  As the project has grown the two have drifted apart.  I think this is mostly because the phpdoc team has done an amazing job keeping up with the code

Re: [PHP-DEV] Call for a doc push

2009-06-21 Thread Gwynne Raskind
On Jun 21, 2009, at 6:23 AM, zoe wrote: Guys and gals, in the old days we had a very close tie between the code and the documentation. As the project has grown the two have drifted apart. I think this is mostly because the phpdoc team has done an amazing job keeping up with the code changes

Re: [PHP-DEV] Call for a doc push

2009-06-21 Thread Lester Caine
Gwynne Raskind wrote: On Jun 21, 2009, at 6:23 AM, zoe wrote: Guys and gals, in the old days we had a very close tie between the code and the documentation. As the project has grown the two have drifted apart. I think this is mostly because the phpdoc team has done an amazing job keeping up

[PHP-DEV] Re: [PHP-CVS] cvs: phpruntests /code-samples arrayTest.php

2009-06-21 Thread Paul Biggar
Hi Georg, I notice this commit that looks like a benchmark. I'm trying to figure out if the new run-tests rewrite overlaps with the benchmarks GSoC project (you might not have been aware since we have the discussions on php-qa). I wouldn't mind hearing your thoughts so that we avoid duplicated

[PHP-DEV] Re: [PHP-CVS] cvs: phpruntests /code-samples arrayTest.php

2009-06-21 Thread Georg Gradwohl
Hi Paul, thanks for the notice. To cut a long story short: we've discussed the use of the SPL-File-Iterator in the runtests-project. So I created a very simple test which passes through an array to compare the performance of the spl-iterator to a for-loop. So I think this is no overlap with

[PHP-DEV] Re: [PHP-CVS] cvs: phpruntests /code-samples arrayTest.php

2009-06-21 Thread Paul Biggar
Hi Georg, Thanks for the quick reply. On Sun, Jun 21, 2009 at 8:22 PM, Georg Gradwohlgeorg.gradw...@gmail.com wrote: thanks for the notice. To cut a long story short: we've discussed the use of the SPL-File-Iterator in the runtests-project. So I created a very simple test which passes through

[PHP-DEV] 5.3.0 stable release

2009-06-21 Thread Lukas Kahwe Smith
Hi, It looks like nothing critical has popped up since RC4. So it looks like we will be sending the final stable release to the mirrors next Wednesday and announce the release on Thursday barring any critical issues emerging in the next days. In the mean time test test test. If issues are

[PHP-DEV] Re: 5.3.0 stable release

2009-06-21 Thread jvlad
Hi, It looks like nothing critical has popped up since RC4. So it looks like we will be sending the final stable release to the mirrors next Wednesday and announce the release on Thursday barring any critical issues emerging in the next days. In the mean time test test test. If issues