changelog Thu Apr 8 20:33:13 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1592&r2=1.1593&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1592 php-src/ChangeLog:1.1593
--- php-src/ChangeLog:1.1592 Wed Apr 7 20:35:34 2004
+++ php-src/ChangeLog Thu Apr 8 20:33:11 2004
@@ -1,3 +1,132 @@
+2004-04-08 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ configure.in:
+ fix typo
+
+ * (PHP_4_3)
+ ext/yaz/config.m4:
+ PHP_ADD_LIBPATH checks that the path is not /usr/lib..
+
+2004-04-08 Greg Beaver <[EMAIL PROTECTED]>
+
+ * pear/go-pear-list.php:
+ oops, PHPUnit2, not PHPUnit
+
+2004-04-08 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS:
+ - News
+
+2004-04-08 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * NEWS:
+ BFN
+
+ * ZendEngine2/zend_reflection_api.c:
+ Bugfix #27519 Reflection_Function constructor crashes with non-existant
+ function's name
+
+2004-04-08 Derick Rethans <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/standard/parsedate.y:
+ - Added missing CEST zone
+
+ * ext/standard/parsedate.y:
+ - Add missing "CEST" timezone
+
+2004-04-08 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ configure.in
+ main/php_version.h:
+ Back to dev.
+
+ * (PHP_4_3)
+ NEWS
+ configure.in
+ main/php_version.h:
+ 4.3.6RC3
+
+2004-04-08 Jon Parise <[EMAIL PROTECTED]>
+
+ * pear/go-pear-list.php:
+ Include Mail 1.1.3 with PHP 5.
+
+2004-04-08 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ Zend/zend.c:
+ Fix elusive crash: executor_globals_dtor shouldn't destroy resource dtor
+ hash, since this hash is global (GLOBAL - one for all threads) and
+ executor_globals_dtor is called on thread shutdown.
+ Fix destructors_list cleanup call - it can be called last on shutdown
+ since this hash doesn't have dtor
+
+2004-04-08 Derick Rethans <[EMAIL PROTECTED]>
+
+ * NEWS:
+ - Added reworded destructor change
+
+ * ext/standard/tests/time/bug20382.phpt:
+ - Added test and not the diff ;-)
+
+2004-04-08 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * ext/standard/tests/time/bug20382.diff:
+ remove crap
+
+2004-04-08 Greg Beaver <[EMAIL PROTECTED]>
+
+ * pear/go-pear-list.php:
+ Dan wants tabs -> spaces
+
+ * pear/go-pear-list.php:
+ forgot phpunit -> phpunit2 for php5
+
+ * pear/go-pear-list.php:
+ this should update the list
+
+
+2004-04-08 Derick Rethans <[EMAIL PROTECTED]>
+
+ * ext/standard/tests/time/bug20382.diff:
+ - Test case for bug #20382
+
+2004-04-08 Wez Furlong <[EMAIL PROTECTED]>
+
+ * pear/go-pear-list.php:
+ Add this list here, so that pear-core guys can manipulate the PEAR bundle
+ for the win32 snapshot.
+
+2004-04-08 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS:
+ Prepare news file for release.
+
+2004-04-08 Wez Furlong <[EMAIL PROTECTED]>
+
+ * ext/mbstring/config.w32:
+ Enable mbregex in win32 build
+
+2004-04-08 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * ext/gd/tests/bug22544.phpt
+ ext/gd/tests/bug24155.phpt
+ ext/gd/tests/bug27582_1.phpt:
+ - Fix test file outputs.
+
+ * NEWS:
+ pfft..
+
+2004-04-08 Moriyoshi Koizumi <[EMAIL PROTECTED]>
+
+ * ext/mbstring/config.m4:
+ - Add missing checks. Maybe fixes PR #27680
+
2004-04-07 Ilia Alshanetsky <[EMAIL PROTECTED]>
* (PHP_4_3)
@@ -1709,7 +1838,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1592 2004/04/08 00:35:34
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1593 2004/04/09 00:33:11
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>