From: Date: Sun, 16 Feb 2003 01:32:24 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_5~988 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5edec2a91005a4c378c56801585c89029926c5b3;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 64707013b2..428baf9e5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,207 @@ +2003-02-15 Jani Taskinen + + * (PHP_4_3_1) + sapi/cgi/cgi_main.c: + revert this + + * (PHP_4_3_1) + main/fopen_wrappers.c: + Revert this. + + * (PHP_4_3) + sapi/apache2handler/.cvsignore + sapi/apache2handler/README: + - Remove all of it. + +2003-02-15 Ian Holsman + + * (PHP_4_3) + sapi/apache2handler/CREDITS + sapi/apache2handler/README + sapi/apache2handler/apache_config.c + sapi/apache2handler/config.m4 + sapi/apache2handler/php.sym + sapi/apache2handler/php4apache2.dsp + sapi/apache2handler/php_apache.h + sapi/apache2handler/php_functions.c + sapi/apache2handler/sapi_apache2.c: + + After short discussion, the #php.bugs mob decided that we don't want + this in PHP_4_3 branch. At least as long as it doesn't work as well + (or preferrably better :) than the apache2filter SAPI does. + + So please remove it from the branch for now.. + + --Jani + +2003-02-15 Ilia Alshanetsky + + * NEWS: + New feature news. + +2003-02-15 Jani Taskinen + + * (PHP_4_3_1) + configure.in + sapi/cgi/cgi_main.c: + - correct version plus the fix. + +2003-02-15 Edin Kadribasic + + * (PHP_4_3_1) + main/php_version.h: + New version number. + +2003-02-15 Jani Taskinen + + * (PHP_4_3) + NEWS: + BFN + +2003-02-15 Stig Bakken + + * (PHP_4_3) + pear/PEAR.php + pear/System.php + pear/package-PEAR.xml + pear/package.dtd + pear/OS/Guess.php + pear/PEAR/Autoloader.php + pear/PEAR/Builder.php + pear/PEAR/Command.php + pear/PEAR/Common.php + pear/PEAR/Config.php + pear/PEAR/Dependency.php + pear/PEAR/Installer.php + pear/PEAR/Packager.php + pear/PEAR/Registry.php + pear/PEAR/Remote.php + pear/PEAR/Command/Auth.php + pear/PEAR/Command/Build.php + pear/PEAR/Command/Common.php + pear/PEAR/Command/Config.php + pear/PEAR/Command/Install.php + pear/PEAR/Command/Package.php + pear/PEAR/Command/Registry.php + pear/PEAR/Command/Remote.php + pear/PEAR/Frontend/CLI.php + pear/scripts/pear.bat + pear/scripts/pear.in: + - import PEAR 1.0.1 + +2003-02-15 Jani Taskinen + + * main/main.c: + - Fix unsetting of open_basedir, safe_mode_exec_dir and user_dir with + "php_admin_value none" + - Fixes bug #22220 + +2003-02-15 Ilia Alshanetsky + + * ext/mysqli/config.m4: + Proper lib detection. + +2003-02-15 Moriyoshi Koizumi + + * (PHP_4_3) + NEWS + NEWS: + B.F.N. + + * main/streams.c: + Fixed bug #22234 + +2003-02-15 Wez Furlong + + * run-tests.php: + If a test does not have any data after 60 seconds of waiting, assume that + it died a horrible death and kill it. + This is useful on windows when a message box is popped-up during an + automated + test-run. + + * ext/standard/proc_open.c: + Add optional signal parameter to proc_terminate. + + * ext/standard/basic_functions.c + ext/standard/exec.h + ext/standard/proc_open.c: + Add proc_terminate() function to forcibly kill off a process created + with proc_open(). + +2003-02-15 Ilia Alshanetsky + + * ext/mysqli/tests/014.phpt: + Fixed skip condition. + +2003-02-15 Georg Richter + + * ext/mysqli/tests/014.phpt + ext/mysqli/tests/015.phpt: + added skipif section (innodb-support) + +2003-02-15 Moriyoshi Koizumi + + * (PHP_4_3) + ext/standard/formatted_print.c + ext/standard/tests/strings/bug22227.phpt: + MFH(r1.65): Fixed bug #22227 + MFH: Added test case for bug #22227 + + * ext/standard/formatted_print.c + ext/standard/tests/strings/bug22227.phpt: + Fixed bug #22227 + Added test case for bug #22227 + +2003-02-15 Marcus Boerger + + * sapi/cli/php_cli.c: + fix parameter string (-R & -H) + +2003-02-15 Wez Furlong + + * (PHP_4_3) + NEWS: + bug fixed. + +2003-02-15 Moriyoshi Koizumi + + * tests/lang/bug22231.phpt: + + Added test case for bug #22231 + +2003-02-15 Wez Furlong + + * (PHP_4_3) + main/network.c: + MFH: Fix for Bug #21809 (select() never times out during socket shutdown) + +2003-02-15 Edin Kadribasic + + * (PHP_4_3) + sapi/cgi/cgi_main.c: + Option -b needs an argument. This fixes #22229. + +2003-02-15 Sebastian Bergmann + + * ext/mysqli/tests/.cvsignore: + Add .cvsignore for tests. + +2003-02-15 Ian Holsman + + * (PHP_4_3) + sapi/apache2handler/.cvsignore + sapi/apache2handler/CREDITS + sapi/apache2handler/README + sapi/apache2handler/apache_config.c + sapi/apache2handler/config.m4 + sapi/apache2handler/php.sym + sapi/apache2handler/php4apache2.dsp + sapi/apache2handler/php_apache.h + sapi/apache2handler/php_functions.c + sapi/apache2handler/sapi_apache2.c: + alternate apache2 SAPI. + 2003-02-14 Ilia Alshanetsky * ext/mysqli/php_mysqli.h: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 4d9423dbd5..e14405550a 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2003-02-15 Ilia Alshanetsky + + * zend_ini_scanner.l: + Added feature #19645 (ini parser can now handle quoted multi-line values). + 2003-02-14 Thies C. Arntzen * zend_execute_API.c: