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
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 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
===