diff options
| -rw-r--r-- | ChangeLog | 83 | ||||
| -rw-r--r-- | Zend/ChangeLog | 22 |
2 files changed, 105 insertions, 0 deletions
@@ -1,3 +1,86 @@ +2002-06-29 Jani Taskinen <sniper@iki.fi> + + * 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 <sascha@schumann.cx> + + * 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 <d.rethans@jdimedia.nl> + + * 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 <thies@thieso.net> + + * ext/standard/url_scanner_ex.c + ext/standard/url_scanner_ex.re: fix leak + +2002-06-29 Sergey Kartashoff <gluke@biosys.net> + + * ext/mnogosearch/README + ext/mnogosearch/index.php: + Search example (which demonstrates using of mnogosearch API) is updated. + +2002-06-29 James Cox <james@blog.at> + + * acinclude.m4: fixes extensions with "-" + + +2002-06-29 Jani Taskinen <sniper@iki.fi> + + * ext/xmlrpc/xmlrpc-epi-php.c: + Fix some build error on win32 (snapshot build) + +2002-06-29 James Cox <james@blog.at> + + * 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 <sniper@iki.fi> + + * ext/xslt/sablot.c: + This is not done anymore. (should fix win32 snapshot build too) + +2002-06-29 James Cox <james@blog.at> + + * acinclude.m4: fixes bug #17453 + +2002-06-29 Jani Taskinen <sniper@iki.fi> + + * 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 <rasmus@lerdorf.on.ca> + + * sapi/apache/config.m4: Oops, extra pipe snuck in + 2002-06-28 Rasmus Lerdorf <rasmus@lerdorf.on.ca> * 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 <andi@zend.com> + + * 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 <andi@zend.com> * zend_operators.c: - WS fix |
