changelog Sun Oct 17 20:36:10 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1777&r2=1.1778&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1777 php-src/ChangeLog:1.1778
--- php-src/ChangeLog:1.1777 Sat Oct 16 20:35:47 2004
+++ php-src/ChangeLog Sun Oct 17 20:36:09 2004
@@ -1,3 +1,10 @@
+2004-10-17 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ ext/standard/string.c:
+ MFH: Fixed a bug in addslashes() handling of the '\0' character.
+
2004-10-16 Andi Gutmans <[EMAIL PROTECTED]>
* ZendEngine2/zend_compile.c:
@@ -11578,7 +11585,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1777 2004/10/17 00:35:47
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1778 2004/10/18 00:36:09
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>