From f32baf54b64793d4cf8bcc54f3cdb2f65c10fa1a Mon Sep 17 00:00:00 2001 From: Date: Sat, 17 Aug 2002 00:19:19 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 21 ++++++++++++++ 2 files changed, 97 insertions(+) diff --git a/ChangeLog b/ChangeLog index 37e3ac4fc5..125b709063 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,79 @@ +2002-08-16 sniper + + * ext/imap/php_imap.c: ws fixes + +2002-08-16 kalowsky + + * ext/bz2/bz2.c: no calloc works like this. sorry about that. + + * ext/bz2/bz2.c: Fix for bug #18947 submitted by pgr75@hotmail.com + + * main/rfc1867.c: Fix for bug #18792 submitted by t.bubeck@reinform.de + + * ext/imap/php_imap.c: + Silence a compiler warning, and returns the SUCCESS value on PHP_MINIT + +2002-08-16 Andi Gutmans + + * ext/dio/dio.c: - Use tabs instead of spaces for indentation! + - Fix all sorts of ugly whitespace things. + - People, please write code according to our standards even if you don't + - like them. + +2002-08-16 iliaa + + * ext/standard/pageinfo.c: + Fixed a compile failure in Win32 caused by previous patch. + Changed else statement to comply with PHP coding standards. + +2002-08-16 jason + + * ext/sockets/sockets.c: Nuke warnings on strict compilers + +2002-08-16 iliaa + + * ext/standard/pageinfo.c: Added a handler for php -r '' for SAFE_MODE + +2002-08-16 wez + + * main/streams.c: Fix a little leak. + +2002-08-16 Sterling Hughes + + * ext/standard/basic_functions.c: clean this up a bit + +2002-08-16 wez + + * main/safe_mode.c + main/streams.c + main/php_streams.h: + Enhance Ilia's recent patch to query the wrapper subsystem to determine + if a filename is a URL and thus if safe-mode checks should be skipped. + +2002-08-16 chregu + + * ext/domxml/php_domxml.c: More on the way to W3C coformance: + +2002-08-16 iliaa + + * main/safe_mode.c: + Make https:// be exempt from safe_mode checks, just like http:// & ftp:// are. + + * ext/standard/basic_functions.c: + Added safe_mode & open_basedir check when a user is chaning ini options + that specify file system paths. Fixes bug #17168. + +2002-08-16 Stig Bakken + + * tests/lang/035.phpt: + - Added set_exception_handler() function for registering a global, + catch-all exception handling function + - Added set_exception_handler() function for registering a global, + catch-all exception handling function (Stig) + + * Makefile.global: + * allow using the TESTS make variable again to determine which tests are run + 2002-08-15 Zeev Suraski * sapi/apache/mod_php4.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f9bd40b66e..c16e5669a2 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,24 @@ +2002-08-16 Stig Bakken + + * zend.c: * append emacs footer + + * zend.c: * remove builtin exception class + +2002-08-16 Andi Gutmans + + * zend.c: - Fix whitespace + +2002-08-16 Stig Bakken + + * zend_execute_API.c + zend_globals.h + zend.c + zend_builtin_functions.c: + - Added set_exception_handler() function for registering a global, + catch-all exception handling function + - Added set_exception_handler() function for registering a global, + catch-all exception handling function (Stig) + 2002-08-15 Zeev Suraski * flex.skl -- 2.50.1