From: Date: Sun, 30 Jun 2002 00:22:49 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: xmlrpc_epi_0_51_merge_pt~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfc2259d13b7c788cc33d1498bfd59f86791c918;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c388697c7d..c123a57715 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,86 @@ +2002-06-29 Jani Taskinen + + * config.guess + config.sub + ltmain.sh: + - Upgrade bundled libtool to 1.4.2. Following stuff mentioned at: + http://www.gnu.org/software/libtool/news.html + + * Diagnose and warn about not-quite-working combinations of gcc and ld on Solaris. + * Improved OpenBSD support. + * Improved cygwin support. + * Bugfixes. + +2002-06-29 Sascha Schumann + + * ext/ircg/ircg.c + ext/standard/php_smart_str.h: + Fix some 8bit issues with IRCG nickname encoding and + Change the underlying interface of smart_str to accept unsigned char. + +2002-06-29 Derick Rethans + + * ext/exif/exif.c: Unify error messages part 1 + + * ext/gd/gd.c: - Fix GD build with GD 1.8.3 + + * ext/standard/array.c: - Fix for bug #17654 + +2002-06-29 Thies C. Arntzen + + * ext/standard/url_scanner_ex.c + ext/standard/url_scanner_ex.re: fix leak + +2002-06-29 Sergey Kartashoff + + * ext/mnogosearch/README + ext/mnogosearch/index.php: + Search example (which demonstrates using of mnogosearch API) is updated. + +2002-06-29 James Cox + + * acinclude.m4: fixes extensions with "-" + + +2002-06-29 Jani Taskinen + + * ext/xmlrpc/xmlrpc-epi-php.c: + Fix some build error on win32 (snapshot build) + +2002-06-29 James Cox + + * ext/gd/gd_bundled.dsp: make this build too. + + * ext/gd/gd.dsp: removed these files from build. + + * acinclude.m4: really fix it. + + +2002-06-29 Jani Taskinen + + * ext/xslt/sablot.c: + This is not done anymore. (should fix win32 snapshot build too) + +2002-06-29 James Cox + + * acinclude.m4: fixes bug #17453 + +2002-06-29 Jani Taskinen + + * ext/pdf/config.m4: + - Fix the shared problem. (the previous patch really didn't fix anything) + + * build/rules.mk: Removing libs/ is not a good idea + + * ext/db/db.c + ext/db/php_db.h: Missing TSRMLS_* stuff + + * sapi/apache2filter/config.m4: Better fix it here too.. + +2002-06-29 Rasmus Lerdorf + + * sapi/apache/config.m4: Oops, extra pipe snuck in + 2002-06-28 Rasmus Lerdorf * sapi/apache/config.m4: Fix for bug #18055 diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 31abd624ed..8e8788ea9c 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,25 @@ +2002-06-29 Andi Gutmans + + * zend.h: - Get ready for alpha2 + + * zend_execute_API.c: - Invalid -> Undefined + + * zend_language_parser.y: - Add missing semi-colon. + + * zend_execute_API.c + zend_execute.c: - Improve some error messages. + + * zend_compile.c: - Revert previous fix. + + * zend_compile.c: - Change E_ERROR -> E_COMPILE_ERROR where needed. + + * zend_compile.c: + - Fix for bug #17882. We complain if the same method is declared twice. + + * zend.h + zend_operators.c: - Fix bug 15037 + - Bump version to alpha2-dev + 2002-06-28 Andi Gutmans * zend_operators.c: - WS fix