changelog Sun Sep 12 20:32:57 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1744&r2=1.1745&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1744 php-src/ChangeLog:1.1745
--- php-src/ChangeLog:1.1744 Sat Sep 11 20:33:30 2004
+++ php-src/ChangeLog Sun Sep 12 20:32:56 2004
@@ -1,3 +1,34 @@
+2004-09-12 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ext/standard/var_unserializer.c:
+ - Moe changed from .re to .c
+
+ * ext/standard/var_unserializer.re:
+ - Readd check for nested data (but correct this time)
+
+ * ext/standard/var_unserializer.re:
+ - Check for legal key types
+
+ * ext/standard/var_unserializer.c
+ ext/standard/var_unserializer.re:
+ - Remove wrong test
+
+2004-09-12 Stefan Esser <[EMAIL PROTECTED]>
+
+ * main/rfc1867.c:
+ New Rule: Never try to repair potential malicious user input
+
+2004-09-12 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ext/oci8/config.m4:
+ 64-bit related changes
+ ./configure will now behave differently if $ORACLE_HOME/lib32 exists
+ (this mostly happens at Solaris AFAIK)
+
+ * acinclude.m4:
+ add PHP_CHECK_64BIT macro to be able to detect 64-bit platform in
+ ./configure
+
2004-09-11 Derick Rethans <[EMAIL PROTECTED]>
* ZendEngine2/zend_operators.c
@@ -9610,7 +9641,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1744 2004/09/12 00:33:30
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1745 2004/09/13 00:32:56
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>