changelog Fri Feb 17 06:31:40 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2258&r2=1.2259&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2258 php-src/ChangeLog:1.2259 --- php-src/ChangeLog:1.2258 Thu Feb 16 06:31:44 2006 +++ php-src/ChangeLog Fri Feb 17 06:31:40 2006 @@ -1,3 +1,66 @@ +2006-02-16 Wez Furlong <[EMAIL PROTECTED]> + + * (PHP_5_1) + configure.in + ext/standard/basic_functions.c + ext/standard/basic_functions.h: + add getloadavg() function that has been running in production on + rs1.php.net + for a couple of years. + +2006-02-16 Antony Dovgal <[EMAIL PROTECTED]> + + * (PHP_5_1) + ext/mysqli/mysqli_prop.c + ext/mysqli/tests/bug36420.phpt: + MFH: add checks and fix possible reincarnations of bug #36420 + + * ext/mysqli/mysqli_prop.c + ext/mysqli/tests/bug36420.phpt + ext/mysqli/tests/bug36420.phpt: + fix #36420 (segfault when access result->num_rows after calling + result->close()) + +2006-02-16 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ext/mysqli/mysqli.c: + MFB51: Fixed bug #36420 (segfault when access result->num_rows after + calling + result->close()) + + * (PHP_5_1) + NEWS + ext/mysqli/mysqli.c: + Fixed bug #36420 (segfault when access result->num_rows after calling + result->close()) + +2006-02-16 Antony Dovgal <[EMAIL PROTECTED]> + + * (PHP_5_1) + ext/standard/basic_functions.c: + MFH: improve usleep(): use new param parsing API, check for negative values + (related to #36410) + + * ext/standard/basic_functions.c: + improve usleep(): use new param parsing API, check for negative values + (related to #36410) + + * run-tests.php + run-tests.php: + fix typo + +2006-02-16 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_5_1) + server-tests.php: + Use 5.1 functions + +2006-02-16 Marcus Boerger <[EMAIL PROTECTED]> + + * ext/sqlite/sqlite.c: + - Fix iterator handling (how did the fix after api change get lost here?) + - In php 5 we do not want to return &new + 2006-02-15 Antony Dovgal <[EMAIL PROTECTED]> * (PHP_5_1)