Re: [PHP-DEV] Performance question about create_function

2009-10-26 Thread troels knak-nielsen
On Mon, Oct 26, 2009 at 3:25 PM, Mathieu Suen wrote: > Yes that the same but only for PHP <= 5.3. > I am more asking about performance. You mean PHP < 5.3 ? In that case, I would strongly suggest that you use a procedural style. create_function is slow, leaks memory and offers no compile-time va

Re: [PHP-DEV] Performance question about create_function

2009-10-26 Thread Mathieu Suen
Yes that the same but only for PHP <= 5.3. I am more asking about performance. Michael Stillwell a écrit : On Mon, Oct 19, 2009 at 1:13 PM, Mathieu Suen wrote: Looking at the way array_map is working, it could worth to use create_function for object. For example if I got a list of object:

[PHP-DEV] PHP 6 Bug Summary Report

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