changelog Thu Sep 30 20:34:03 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1761&r2=1.1762&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1761 php-src/ChangeLog:1.1762
--- php-src/ChangeLog:1.1761 Wed Sep 29 20:41:05 2004
+++ php-src/ChangeLog Thu Sep 30 20:34:02 2004
@@ -1,3 +1,67 @@
+2004-09-30 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * main/config.nw.h:
+ enabling few functionalities as the LibC starts supporting them
+
+2004-09-30 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ NEWS:
+ BFN
+
+2004-09-30 Anantha Kesari H Y <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * main/php.h:
+ - Add missing macro
+
+2004-09-30 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* ZendEngine2/zend_API.c:
@@ -10510,7 +10574,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1761 2004/09/30 00:41:05
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1762 2004/10/01 00:34:02
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>