]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 17 Feb 2006 06:31:40 +0000 (06:31 +0000)
committer <changelog@php.net> <>
Fri, 17 Feb 2006 06:31:40 +0000 (06:31 +0000)
ChangeLog

index 8fd18becfa7aa2a88d135aa3a43b2832fe2df290..7660657a98f0cb8177bc38f76db3714947fec94f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,66 @@
+2006-02-16  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * (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  <antony@zend.com>
+
+    * (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  <ilia@prohost.org>
+
+    * 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  <antony@zend.com>
+
+    * (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  <ilia@prohost.org>
+
+    * (PHP_5_1)
+      server-tests.php:
+      Use 5.1 functions
+
+2006-02-16  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * 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  <antony@zend.com>
 
     * (PHP_5_1)