]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 1 Oct 2004 00:34:08 +0000 (00:34 +0000)
committer <changelog@php.net> <>
Fri, 1 Oct 2004 00:34:08 +0000 (00:34 +0000)
ChangeLog
Zend/ChangeLog

index e1c5996992e1e299a0437bfccc789dc7b5699118..498348fdcd0a155715b137290b9c09712edfc4a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,67 @@
+2004-09-30  Andi Gutmans  <andi@zend.com>
+
+    * (PHP_4_3)
+      Zend/zend_operators.c:
+      - MF PHP 5
+
+    * ZendEngine2/zend_operators.c:
+      - Small improvement to DVAL_TO_ZVAL macro
+
+2004-09-30  Anantha Kesari H Y  <hyanantha@novell.com>
+
+    * main/config.nw.h:
+      enabling few functionalities as the LibC starts supporting them
+
+2004-09-30  Antony Dovgal  <tony2001@phpclub.net>
+
+    * (PHP_4_3)
+      NEWS
+      NEWS:
+      BFN
+
+2004-09-30  Anantha Kesari H Y  <hyanantha@novell.com>
+
+    * main/php_scandir.h:
+      Including config.nw.h file for NetWare
+
+    * ext/session/session.c:
+      NetWare specific stat structure access incorporated
+
+    * ext/session/mod_files.c:
+      handled NetWare F_SETFD and stat differences
+
+2004-09-30  Antony Dovgal  <tony2001@phpclub.net>
+
+    * ext/session/session.c
+      ext/session/session.c:
+      fix error message
+
+    * (PHP_4_3)
+      ext/session/session.c
+      ext/session/session.c:
+      MFH: fix segfaults and bug #30282 and suppress compile warnings
+
+    * ext/session/session.c:
+      fix segfault when using unknown/unsupported save_handler and/or
+      serialize_handler (bug #30282)
+
+2004-09-30  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * main/php.h:
+      -  Add missing macro
+
+2004-09-30  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS
+      NEWS
+      ext/ctype/ctype.c
+      ext/ctype/ctype.c:
+      MFH: Fixed bug #30276 (Possible crash in ctype_digit on large numbers).
+
+    * ext/ctype/ctype.c:
+      Fixed bug #30276 (Possible crash in ctype_digit on large numbers).
+
 2004-09-29  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * ZendEngine2/zend_API.c:
index e25277979410a45c71ce31db06bb2c7156bd7d98..6206b6cc0bbddd9eff695eb5ec362e8d9e527f0c 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-30  Andi Gutmans  <andi@zend.com>
+
+    * zend_operators.c:
+      - Small improvement to DVAL_TO_ZVAL macro
+
 2004-09-29  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_API.c: