From: Date: Fri, 17 Feb 2006 06:31:40 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_2~190 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ebdcf224454e68c1afa21a39c4a1c162779f8044;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 8fd18becfa..7660657a98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,66 @@ +2006-02-16 Wez Furlong + + * (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 + + * (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 + + * 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 + + * (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 + + * (PHP_5_1) + server-tests.php: + Use 5.1 functions + +2006-02-16 Marcus Boerger + + * 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 * (PHP_5_1)