]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 30 Jul 2005 05:37:45 +0000 (05:37 +0000)
committer <changelog@php.net> <>
Sat, 30 Jul 2005 05:37:45 +0000 (05:37 +0000)
ChangeLog
Zend/ChangeLog

index 4bdfdab6696fb331476b36d6e9d45ef74f565f15..4d1465e26718511d81abf1d531ce58d486eb32c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,62 @@
+2005-07-29  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * regex/regerror.c:
+      switch to ansi declaration so that vs.net 2005 groks it.
+
+2005-07-29  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * ext/informix/config.m4:
+      - Fixed bug #33837 (Informix ESQL version numbering schema changed)
+
+2005-07-29  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * run-tests.php:
+      - Add ENV support (mike)
+
+2005-07-29  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h:
+      Fixed warning message generated when isset() or empty() are given invalid
+      offset type.
+
+    * NEWS
+      main/php_variables.c:
+      Fixed bug #33904 (input array keys being escaped when magic quotes is off).
+
+2005-07-29  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * main/php_ini.c:
+      - Fixed few logic errors in php*.ini search path creation as documented
+      here:
+      
+         http://fi.php.net/manual/en/configuration.php#configuration.file
+      
+
+    * NEWS
+      ext/standard/dl.c:
+      - Fixed bug #33899 (CLI: setting extension_dir=some/path
+      extension=foobar.so does not work)
+
+    * NEWS
+      ext/standard/math.c:
+      - Fixed bug #33917 (number_format() output with > 1 char separators)
+
+2005-07-29  Anantha Kesari H Y  <hyanantha@novell.com>
+
+    * (PHP_4_4)
+      Zend/acconfig.h
+      ZendEngine2/acconfig.h
+      ZendEngine2/acconfig.h:
+      In NetWare few of the programs like apache2 and ldap use winsock inclusinf
+      sys/socket.h is not desirable.
+      --Kamesh
+
+2005-07-29  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * ZendEngine2/zend_vm_execute.h:
+      update generated file
+
 2005-07-28  Ilia Alshanetsky  <ilia@prohost.org>
 
     * NEWS:
index bbe7dc3c9cfe17f78aa49820697491a9907d029b..937578481adbdf82b93af452304a393e3fbf5c2b 100644 (file)
@@ -1,3 +1,23 @@
+2005-07-29  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * zend_vm_def.h
+      zend_vm_execute.h:
+      Fixed warning message generated when isset() or empty() are given invalid
+      offset type.
+
+2005-07-29  Anantha Kesari H Y  <hyanantha@novell.com>
+
+    * acconfig.h
+      acconfig.h:
+      In NetWare few of the programs like apache2 and ldap use winsock inclusinf
+      sys/socket.h is not desirable.
+      --Kamesh
+
+2005-07-29  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * zend_vm_execute.h:
+      update generated file
+
 2005-07-28  Andi Gutmans  <andi@zend.com>
 
     * zend_vm_def.h: