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