changelog Wed Apr 7 20:35:36 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1591&r2=1.1592&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1591 php-src/ChangeLog:1.1592
--- php-src/ChangeLog:1.1591 Tue Apr 6 20:34:16 2004
+++ php-src/ChangeLog Wed Apr 7 20:35:34 2004
@@ -1,3 +1,85 @@
+2004-04-07 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS:
+ Missing news entries.
+
+2004-04-07 Edin Kadribasic <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/gd/gd.c:
+ Merged wrongly s/#ifdef/#if/
+
+ * ext/gd/gd.c:
+ Allow compilation with gdlib 1.8
+
+2004-04-07 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/gd/tests/bug27582_2.phpt:
+ Removed test for a problem inside the GD library.
+
+2004-04-07 Adam Dickmeiss <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/yaz/config.m4:
+ Fixed bug #27803 (YAZ lib path)
+
+2004-04-07 Frank M. Kromann <[EMAIL PROTECTED]>
+
+ * ext/zlib/php_zlib.def:
+ Export symbols required by zlib_filter extension
+
+2004-04-07 Rob Richards <[EMAIL PROTECTED]>
+
+ * ext/xsl/php_xsl.c:
+ Fix class name
+
+ * NEWS:
+ BFN
+
+ * ext/xml/compat.c
+ ext/xml/xml.c:
+ Fix bug #27821 xml_parse segfaults when xml_set_object called from class
+ method
+ fix memleaks in compat.c
+
+2004-04-07 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_builtin_functions.c:
+ - Hopefully fix the debug_backtrace() code.
+
+ * ZendEngine2/zend_builtin_functions.c:
+ - Fix crash bug in zend_debug_backtrace(). No idea how come this survived
+ - for so long....
+
+2004-04-07 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ configure.in:
+ MFH: Revert the patch to "fix" #27664 and added more informal error msg.
+
+ * configure.in:
+ Revert the patch to "fix" #27664 and added more informal error msg.
+
+2004-04-07 Ard Biesheuvel <[EMAIL PROTECTED]>
+
+ * ext/interbase/ibase_service.c
+ ext/interbase/php_ibase_includes.h:
+ Don't define ibase_service struct type unless its member types are defined
+
+2004-04-07 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * ext/standard/incomplete_class.c:
+ Fix incomplete class for the new object model
+
+2004-04-07 Greg Beaver <[EMAIL PROTECTED]>
+
+ * pear/package-PEAR.xml
+ pear/package-PEAR.xml:
+ developer -> lead for cellog
+
2004-04-06 Ilia Alshanetsky <[EMAIL PROTECTED]>
* ext/ldap/ldap.c:
@@ -1627,7 +1709,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1591 2004/04/07 00:34:16
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1592 2004/04/08 00:35:34
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>