changelog Wed Aug 11 20:36:59 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1713&r2=1.1714&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1713 php-src/ChangeLog:1.1714
--- php-src/ChangeLog:1.1713 Tue Aug 10 20:33:25 2004
+++ php-src/ChangeLog Wed Aug 11 20:36:55 2004
@@ -1,3 +1,97 @@
+2004-08-11 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/gd/libgd/gd_topal.c:
+ Fixed memory leak.
+
+ * (PHP_4_3)
+ configure.in
+ main/php_version.h:
+ back to dev.
+
+ * (PHP_4_3)
+ configure.in
+ main/php_version.h:
+ 4.3.9RC1 is a go.
+
+ * (PHP_4_3)
+ NEWS:
+ Bug fixing news.
+
+ * (PHP_4_3)
+ Zend/zend_highlight.c
+ ZendEngine2/zend_highlight.c:
+ MFH: Fixed bug #29607 (highlighting code with HEREDOC produces invalid
+ output).
+
+ * (PHP_5_0)
+ ZendEngine2/zend_highlight.c:
+ Fixed bug #29607 (highlighting code with HEREDOC produces invalid output).
+
+2004-08-11 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * sapi/apache2handler/sapi_apache2.c:
+ TSRM fix
+
+ * ZendEngine2/zend_execute.c:
+ More meaningfull error message
+
+2004-08-11 Derick Rethans <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS:
+ - Tix Fypo
+
+ * ext/standard/image.c:
+ - Added a notice to getimagesize in case zlib is not available and a
+ compressed
+ SWF movie has been passed to the function.
+
+ * (PHP_5_0)
+ ext/standard/image.c:
+ - MFH: Added a notice to getimagesize in case zlib is not available and a
+ compressed SWF movie has been passed to the function.
+
+ * (PHP_5_0)
+ NEWS:
+ - Reworded this a bit
+
+2004-08-11 Christian Stocker <[EMAIL PROTECTED]>
+
+ * ext/dom/tests/dom005.phpt:
+ fix test
+
+2004-08-11 Rasmus Lerdorf <[EMAIL PROTECTED]>
+
+ * main/SAPI.c:
+ Reset global request_time in sapi_activate. Reset it in sapi_deactivate
+ too, although I can't see why that would be necessary, but most of the
+ other sapi globals are reset there as well.
+
+2004-08-11 Derick Rethans <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ ZendEngine2/zend_alloc.h:
+ - MFH: Patch to allow the Zend memory allocators to be disabled.
+
+ * ZendEngine2/zend_alloc.h:
+ - Added missing defines.
+
+ * (PHP_4_3)
+ Zend/zend_alloc.h:
+ - Commit my patch to allow the Zend allocation service to be disabled.
+
+2004-08-11 Sara Golemon <[EMAIL PROTECTED]>
+
+ * main/rfc1867.c:
+ Minor format specifier fixes
+
+ * (PHP_5_0)
+ ext/standard/basic_functions.c:
+ MFH: $errmsg should have been forced reference
+
+ * ext/standard/basic_functions.c:
+ Don't require the user to specify as a reference
+
2004-08-10 Marcus Boerger <[EMAIL PROTECTED]>
* (PHP_5_0)
@@ -8101,7 +8195,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1713 2004/08/11 00:33:25
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1714 2004/08/12 00:36:55
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>