]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 12 Jul 2005 05:38:51 +0000 (05:38 +0000)
committer <changelog@php.net> <>
Tue, 12 Jul 2005 05:38:51 +0000 (05:38 +0000)
ChangeLog
Zend/ChangeLog

index e8950f09204632b18e2a8bba747da481d0f7ccef..6c22bc0fe29d49c46df5082fcbbd5f70de26b1d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,44 @@
+2005-07-11  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h:
+      Make references misuse emit E_NOTICE rather E_STRICT to be compatible with
+      PHP 4.4.0
+
+2005-07-11  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_4_4)
+      NEWS
+      ext/standard/array.c:
+      Fixed bug #31158 (array_splice on $GLOBALS crashes)
+
+2005-07-11  Derick Rethans  <php@derickrethans.nl>
+
+    * (PHP_4_4)
+      configure.in
+      main/php_version.h:
+      - Back to -dev.
+
+    * (PHP_4_4)
+      NEWS
+      configure.in
+      main/php_version.h:
+      - Go with 4.4.0.
+
+2005-07-11  Jon Parise  <jon+php@csh.rit.edu>
+
+    * run-tests.php:
+      Removing the automake-related output.  The build no longer uses automake.
+      
+      While I'm here, rewrite the PHP_AUTOCONF-related code to more closely
+      match the conventions used elsewhere in this section.  The result should
+      be functionally the same as before.
+
+2005-07-11  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/mime_magic/mime_magic.c:
+      Compiler warning fix.
+
 2005-07-10  Jani Taskinen  <jani.taskinen@sci.fi>
 
     * NEWS
index c28d5d33318f0f12ae20735565830b9f6bf73342..f11c76077123695e2af45447571a932f9ab88f38 100644 (file)
@@ -1,3 +1,10 @@
+2005-07-11  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * zend_vm_def.h
+      zend_vm_execute.h:
+      Make references misuse emit E_NOTICE rather E_STRICT to be compatible with
+      PHP 4.4.0
+
 2005-07-08  Jani Taskinen  <jani.taskinen@sci.fi>
 
     * tests/unset_cv05.phpt