From: Date: Sun, 27 Mar 2005 01:34:12 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~673 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e707137ed3357252f9c078a96f06a7e1d872b66c;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 8643709927..795db14fd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,47 @@ +2005-03-26 Edin Kadribasic + + * pear/make-pear-bundle.php: + Script that creates PEAR bundle dir for distribution + +2005-03-26 Derick Rethans + + * (PHP_5_0) + configure.in + main/php_version.h: + - Back to -dev + +2005-03-26 Jani Taskinen + + * ext/xml/compat.c + ext/xml/expat_compat.h + ext/xmlrpc/config.m4 + ext/xmlrpc/libxmlrpc/xml_element.c + ext/xmlrpc/libxmlrpc/xmlrpc.c + main/php_compat.h: + - Made it possible to build ext/xmlrpc with libxml2 + + * configure.in + build/libtool.m4: + - Prevent compiling shared extensions when --enable-versioning is used + - Fix -export-symbols in Linux in the bundled libtool.m4: + o http://lists.gnu.org/archive/html/libtool/2002-07/msg00029.html + + * NEWS: + BFN + + * ZendEngine2/zend_execute_API.c: + - Fixed bug #28839 (SIGSEGV in interactive mode (php -a)) + (kameshj at fastmail dot fm) + + * ext/ingres_ii/config.m4 + ext/ingres_ii/config.w32 + ext/ingres_ii/ii.c + ext/ingres_ii/php_ii.h: + - Fix windows build (using config.w32 and keeping sync with config.m4) + + * main/php.h: + Fix path + 2005-03-25 Jani Taskinen * NEWS: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5b4919442e..736fb95060 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2005-03-26 Jani Taskinen + + * zend_execute_API.c: + - Fixed bug #28839 (SIGSEGV in interactive mode (php -a)) + (kameshj at fastmail dot fm) + 2005-03-24 Marcus Boerger * zend_vm_execute.h: