[PHP-DEV] PHP 5 Bug Summary Report

2009-10-19 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net/ Num Status Summary (1533 total -- which includes 970 feature requests) ===[*Compile Issues]== 49858 Open Compile flag --with-libxml-dir don't work as expected =

[PHP-DEV] PHP 6 Bug Summary Report

2009-10-19 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 ===

[PHP-DEV] Performance question about create_function

2009-10-19 Thread Mathieu Suen
Hi, 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: $callback = create_function($element, 'return $selement->getId();'); $ids = array_map($callback, $someInstances); But I don't know if it's cost a lot in perf

Re: [PHP-DEV] Re: Patch: Use notices in PDO

2009-10-19 Thread Christopher Jones
Samuel ROZE wrote: > http://wiki.php.net/rfc/pdonotices > > Samuel. The new interface combines system generated error messages with user generated messages. The original PostgreSQL example I saw seemed to use arbitrary text messages, similar to Oracle's DBMS_OUTPUT (page 181 of http://tinyurl.

Re: [PHP-DEV] Re: Patch: Use notices in PDO

2009-10-19 Thread Daniel Convissor
Folks: > http://tinyurl.com/UGPOM The actual URI for that is http://www.oracle.com/technology/tech/php/pdf /underground-php-oracle-manual.pdf. I encourage people to reconsider widespread use of URI shortening services. They lose any clues readers may want as to what the resource is and reduc