summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2005-07-30 05:37:45 +0000
committer <changelog@php.net>2005-07-30 05:37:45 +0000
commit3c8d91f55861812ff165c3b9886555869f4e54df (patch)
treeb20f226159f16dbb0964744f52f66634940578d0
parent8fdec883ab10919e3b13100ba2577213181c9a99 (diff)
downloadphp-git-3c8d91f55861812ff165c3b9886555869f4e54df.tar.gz
ChangeLog update
-rw-r--r--ChangeLog59
-rw-r--r--Zend/ChangeLog20
2 files changed, 79 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4bdfdab669..4d1465e267 100644
--- 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:
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index bbe7dc3c9c..937578481a 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -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: