changelog Wed Dec 1 20:33:30 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1820&r2=1.1821&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1820 php-src/ChangeLog:1.1821
--- php-src/ChangeLog:1.1820 Tue Nov 30 20:31:55 2004
+++ php-src/ChangeLog Wed Dec 1 20:33:30 2004
@@ -1,3 +1,91 @@
+2004-12-01 Stefan Esser <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ TSRM/tsrm_virtual_cwd.c:
+ Fixed missing opening bracket
+
+ * TSRM/tsrm_virtual_cwd.c:
+ Fixed behaviour of TSRM in case of realpath() failure
+
+ * ext/standard/var_unserializer.c
+ ext/standard/var_unserializer.re:
+ Beware of negative indices
+
+ * main/safe_mode.c:
+ Do not silently truncate
+
+2004-12-01 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ Zend/zend_strtod.c:
+ MFH: Removed extra space that causes problems for some compilers.
+
+ * ZendEngine2/zend_strtod.c:
+ MFB: Removed extra space that causes problems for some compilers.
+
+ * (PHP_5_0)
+ ZendEngine2/zend_strtod.c:
+ Removed extra space that causes problems for some compilers.
+
+2004-12-01 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS:
+ Fixed bug #30329 (Error Fetching http body, No Content-Length, connection
+ closed or chunked data).
+
+ * (PHP_5_0)
+ NEWS:
+ Fixed bug #30359 (SOAP client requests have no port in "Host" field ).
+
+2004-12-01 Derick Rethans <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ ZendEngine2/zend_strtod.c:
+ - revert unwanted change
+
+ * (PHP_4_3)
+ Zend/zend_strtod.c:
+ - MFH: Fixed MacOSX compilation (Patch by Christian)
+
+ * ZendEngine2/zend_strtod.c
+ ZendEngine2/zend_strtod.c:
+ - Fixed MacOSX compilation (Patch by Christian)
+
+ * (PHP_5_0)
+ ZendEngine2/zend.h:
+ - And in Zend/ too.
+
+ * (PHP_5_0)
+ configure.in
+ main/php_version.h:
+ - Roll back to -dev
+
+2004-12-01 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * ZendEngine2/tests/bug29883.phpt
+ ZendEngine2/tests/bug29883.phpt:
+
+ file bug29883.phpt was initially added on branch PHP_5_0.
+
+ * (PHP_5_0)
+ NEWS
+ ZendEngine2/zend_execute.c
+ ZendEngine2/zend_vm_def.h
+ ZendEngine2/zend_vm_execute.h
+ ZendEngine2/tests/bug29883.phpt:
+ Fixed bug #29883 (isset gives invalid values on strings).
+
+2004-12-01 Derick Rethans <[EMAIL PROTECTED]>
+
+ * INSTALL
+ INSTALL:
+ - MF43: Update install instructions
+
+ * (PHP_4_3)
+ INSTALL:
+ - Update INSTALL file (to add static instructions)
+
2004-11-30 Ilia Alshanetsky <[EMAIL PROTECTED]>
* ext/ctype/ctype.c:
@@ -13234,7 +13322,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1820 2004/12/01
01:31:55 changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1821 2004/12/02
01:33:30 changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>