]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 16 Jun 2005 05:38:57 +0000 (05:38 +0000)
committer <changelog@php.net> <>
Thu, 16 Jun 2005 05:38:57 +0000 (05:38 +0000)
ChangeLog
Zend/ChangeLog

index 4d7daf85d1c6aeb930dc62a5a74b7128dbd3765b..92dcff86f4747b3a3fb2e1c1b922e1852beadd7f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+2005-06-15  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * ext/standard/array.c:
+      WS fix
+
+    * ext/standard/array.c
+      ext/standard/basic_functions.c
+      ext/standard/basic_functions.h:
+      Fix FCI cache for array_walk and user array compare functions. Bug
+
+2005-06-15  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/zend.c
+      ZendEngine2/zend.h:
+      Fixed OS X compatibility
+
+2005-06-15  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * scripts/phpize.in:
+      - This does not have to be egrep here
+
+2005-06-15  Georg Richter  <georg@mysql.com>
+
+    * (PHP_5_0)
+      ext/mysqli/mysqli_api.c:
+      fixed parameter parse string for mysqli_stmt_attr_set
+
+2005-06-15  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * ZendEngine2/tests/bug32428.phpt:
+      typofix
+
+    * run-tests.php:
+      Show borked tests in the summary
+
 2005-06-14  Ilia Alshanetsky  <ilia@prohost.org>
 
     * ZendEngine2/bench.php:
index aeae43be2ef60cce1ff4a811498f70b53ee519cb..f4e0a2155eaf99d8fb84316316f27335fd6f5ff2 100644 (file)
@@ -1,3 +1,14 @@
+2005-06-15  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend.c
+      zend.h:
+      Fixed OS X compatibility
+
+2005-06-15  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * tests/bug32428.phpt:
+      typofix
+
 2005-06-14  Ilia Alshanetsky  <ilia@prohost.org>
 
     * bench.php: