From: Date: Thu, 9 Aug 2001 00:11:55 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_EXP_MERGE~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=788c201f5291909cfd670161dfb216d661c4edbe;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 0e29e73784..960df1d487 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,73 @@ +2001-08-08 Zeev Suraski + + * NEWS: Update NEWS + + * main/main.c + ext/standard/basic_functions.h + ext/standard/basic_functions.c: Implement import_request_variables() + +2001-08-08 Wez Furlong + + * ext/standard/html.c: Fix probs on OpenBSD-current and RedHat 6.1 + +2001-08-08 Zeev Suraski + + * main/main.c: Put it in the wrong case... + + * main/main.c + NEWS: - Fix precedence of the variables order in $_FORM + - Rename $_FORM to $_REQUEST for now + + * ext/standard/info.c + main/main.c + NEWS: - Implement $_FORM + - Update phpinfo() + - Update NEWS + + * main/main.c: + - Implement new short names - $_GET, $_POST, $_COOKIE, $_SERVER, $_ENV and $_FILES + - Use the Zend Engine infrastructure - make these variables available in + all functions + + * sapi/servlet/servlet.c + sapi/cgi/cgi_main.c + sapi/isapi/php4isapi.c + sapi/pi3web/pi3web_sapi.c + sapi/apache/mod_php4.c: Use zend_first_try + +2001-08-08 Sebastian Bergmann + + * pear/HTML/Menu.php + pear/HTML/Menu_Browser.php: Whitespace fixes. Added setURLEnvVar(). + + * pear/HTML/Menu.php: Some fixes. + +2001-08-08 Marc Boeren + + * ext/dbx/tests/002.phpt: + Fixed a too hasty copy/paste action in the DBX_FBSQL constant check + + * ext/dbx/CREDITS + ext/dbx/Makefile.in: Added Frank to the CREDITS for FrontBase support + Added dbx_fbsql.c to the Makefile.in + + * ext/dbx/tests/002.phpt + ext/dbx/tests/dbx_test.p: Added extra entries for FrontBase support (Mc) + +2001-08-08 Jani Taskinen + + * ext/imap/php_imap.c + ext/imap/php_imap.h: + Changed the old skool resource stuff to use the Zend macros. + + * ext/posix/posix.c: Cleanup. (some relics from php3 era?) + + * ext/java/java.c: Make this compile again. + +2001-08-08 Rasmus Lerdorf + + * ext/skeleton/create_stubs: Fixed a bunch of problems here + 2001-08-07 Jani Taskinen * ext/ming/ming.c