|
| 1 | +2003-02-15 Jani Taskinen <sniper@iki.fi> |
| 2 | + |
| 3 | + * (PHP_4_3_1) |
| 4 | + sapi/cgi/cgi_main.c: |
| 5 | + revert this |
| 6 | + |
| 7 | + * (PHP_4_3_1) |
| 8 | + main/fopen_wrappers.c: |
| 9 | + Revert this. |
| 10 | + |
| 11 | + * (PHP_4_3) |
| 12 | + sapi/apache2handler/.cvsignore |
| 13 | + sapi/apache2handler/README: |
| 14 | + - Remove all of it. |
| 15 | + |
| 16 | +2003-02-15 Ian Holsman <Ian@holsman.net> |
| 17 | + |
| 18 | + * (PHP_4_3) |
| 19 | + sapi/apache2handler/CREDITS |
| 20 | + sapi/apache2handler/README |
| 21 | + sapi/apache2handler/apache_config.c |
| 22 | + sapi/apache2handler/config.m4 |
| 23 | + sapi/apache2handler/php.sym |
| 24 | + sapi/apache2handler/php4apache2.dsp |
| 25 | + sapi/apache2handler/php_apache.h |
| 26 | + sapi/apache2handler/php_functions.c |
| 27 | + sapi/apache2handler/sapi_apache2.c: |
| 28 | + |
| 29 | + After short discussion, the #php.bugs mob decided that we don't want |
| 30 | + this in PHP_4_3 branch. At least as long as it doesn't work as well |
| 31 | + (or preferrably better :) than the apache2filter SAPI does. |
| 32 | + |
| 33 | + So please remove it from the branch for now.. |
| 34 | + |
| 35 | + --Jani |
| 36 | + |
| 37 | +2003-02-15 Ilia Alshanetsky <ilia@prohost.org> |
| 38 | + |
| 39 | + * NEWS: |
| 40 | + New feature news. |
| 41 | + |
| 42 | +2003-02-15 Jani Taskinen <sniper@iki.fi> |
| 43 | + |
| 44 | + * (PHP_4_3_1) |
| 45 | + configure.in |
| 46 | + sapi/cgi/cgi_main.c: |
| 47 | + - correct version plus the fix. |
| 48 | + |
| 49 | +2003-02-15 Edin Kadribasic <edink@proventum.net> |
| 50 | + |
| 51 | + * (PHP_4_3_1) |
| 52 | + main/php_version.h: |
| 53 | + New version number. |
| 54 | + |
| 55 | +2003-02-15 Jani Taskinen <sniper@iki.fi> |
| 56 | + |
| 57 | + * (PHP_4_3) |
| 58 | + NEWS: |
| 59 | + BFN |
| 60 | + |
| 61 | +2003-02-15 Stig Bakken <ssb@fast.no> |
| 62 | + |
| 63 | + * (PHP_4_3) |
| 64 | + pear/PEAR.php |
| 65 | + pear/System.php |
| 66 | + pear/package-PEAR.xml |
| 67 | + pear/package.dtd |
| 68 | + pear/OS/Guess.php |
| 69 | + pear/PEAR/Autoloader.php |
| 70 | + pear/PEAR/Builder.php |
| 71 | + pear/PEAR/Command.php |
| 72 | + pear/PEAR/Common.php |
| 73 | + pear/PEAR/Config.php |
| 74 | + pear/PEAR/Dependency.php |
| 75 | + pear/PEAR/Installer.php |
| 76 | + pear/PEAR/Packager.php |
| 77 | + pear/PEAR/Registry.php |
| 78 | + pear/PEAR/Remote.php |
| 79 | + pear/PEAR/Command/Auth.php |
| 80 | + pear/PEAR/Command/Build.php |
| 81 | + pear/PEAR/Command/Common.php |
| 82 | + pear/PEAR/Command/Config.php |
| 83 | + pear/PEAR/Command/Install.php |
| 84 | + pear/PEAR/Command/Package.php |
| 85 | + pear/PEAR/Command/Registry.php |
| 86 | + pear/PEAR/Command/Remote.php |
| 87 | + pear/PEAR/Frontend/CLI.php |
| 88 | + pear/scripts/pear.bat |
| 89 | + pear/scripts/pear.in: |
| 90 | + - import PEAR 1.0.1 |
| 91 | + |
| 92 | +2003-02-15 Jani Taskinen <sniper@iki.fi> |
| 93 | + |
| 94 | + * main/main.c: |
| 95 | + - Fix unsetting of open_basedir, safe_mode_exec_dir and user_dir with |
| 96 | + "php_admin_value <ini option> none" |
| 97 | + - Fixes bug #22220 |
| 98 | + |
| 99 | +2003-02-15 Ilia Alshanetsky <ilia@prohost.org> |
| 100 | + |
| 101 | + * ext/mysqli/config.m4: |
| 102 | + Proper lib detection. |
| 103 | + |
| 104 | +2003-02-15 Moriyoshi Koizumi <moriyoshi@at.wakwak.com> |
| 105 | + |
| 106 | + * (PHP_4_3) |
| 107 | + NEWS |
| 108 | + NEWS: |
| 109 | + B.F.N. |
| 110 | + |
| 111 | + * main/streams.c: |
| 112 | + Fixed bug #22234 |
| 113 | + |
| 114 | +2003-02-15 Wez Furlong <wez.php@thebrainroom.net> |
| 115 | + |
| 116 | + * run-tests.php: |
| 117 | + If a test does not have any data after 60 seconds of waiting, assume that |
| 118 | + it died a horrible death and kill it. |
| 119 | + This is useful on windows when a message box is popped-up during an |
| 120 | + automated |
| 121 | + test-run. |
| 122 | + |
| 123 | + * ext/standard/proc_open.c: |
| 124 | + Add optional signal parameter to proc_terminate. |
| 125 | + |
| 126 | + * ext/standard/basic_functions.c |
| 127 | + ext/standard/exec.h |
| 128 | + ext/standard/proc_open.c: |
| 129 | + Add proc_terminate() function to forcibly kill off a process created |
| 130 | + with proc_open(). |
| 131 | + |
| 132 | +2003-02-15 Ilia Alshanetsky <ilia@prohost.org> |
| 133 | + |
| 134 | + * ext/mysqli/tests/014.phpt: |
| 135 | + Fixed skip condition. |
| 136 | + |
| 137 | +2003-02-15 Georg Richter <georg.richter@phpev.de> |
| 138 | + |
| 139 | + * ext/mysqli/tests/014.phpt |
| 140 | + ext/mysqli/tests/015.phpt: |
| 141 | + added skipif section (innodb-support) |
| 142 | + |
| 143 | +2003-02-15 Moriyoshi Koizumi <moriyoshi@at.wakwak.com> |
| 144 | + |
| 145 | + * (PHP_4_3) |
| 146 | + ext/standard/formatted_print.c |
| 147 | + ext/standard/tests/strings/bug22227.phpt: |
| 148 | + MFH(r1.65): Fixed bug #22227 |
| 149 | + MFH: Added test case for bug #22227 |
| 150 | + |
| 151 | + * ext/standard/formatted_print.c |
| 152 | + ext/standard/tests/strings/bug22227.phpt: |
| 153 | + Fixed bug #22227 |
| 154 | + Added test case for bug #22227 |
| 155 | + |
| 156 | +2003-02-15 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> |
| 157 | + |
| 158 | + * sapi/cli/php_cli.c: |
| 159 | + fix parameter string (-R & -H) |
| 160 | + |
| 161 | +2003-02-15 Wez Furlong <wez.php@thebrainroom.net> |
| 162 | + |
| 163 | + * (PHP_4_3) |
| 164 | + NEWS: |
| 165 | + bug fixed. |
| 166 | + |
| 167 | +2003-02-15 Moriyoshi Koizumi <moriyoshi@at.wakwak.com> |
| 168 | + |
| 169 | + * tests/lang/bug22231.phpt: |
| 170 | + |
| 171 | + Added test case for bug #22231 |
| 172 | + |
| 173 | +2003-02-15 Wez Furlong <wez.php@thebrainroom.net> |
| 174 | + |
| 175 | + * (PHP_4_3) |
| 176 | + main/network.c: |
| 177 | + MFH: Fix for Bug #21809 (select() never times out during socket shutdown) |
| 178 | + |
| 179 | +2003-02-15 Edin Kadribasic <edink@proventum.net> |
| 180 | + |
| 181 | + * (PHP_4_3) |
| 182 | + sapi/cgi/cgi_main.c: |
| 183 | + Option -b needs an argument. This fixes #22229. |
| 184 | + |
| 185 | +2003-02-15 Sebastian Bergmann <sb@sebastian-bergmann.de> |
| 186 | + |
| 187 | + * ext/mysqli/tests/.cvsignore: |
| 188 | + Add .cvsignore for tests. |
| 189 | + |
| 190 | +2003-02-15 Ian Holsman <Ian@holsman.net> |
| 191 | + |
| 192 | + * (PHP_4_3) |
| 193 | + sapi/apache2handler/.cvsignore |
| 194 | + sapi/apache2handler/CREDITS |
| 195 | + sapi/apache2handler/README |
| 196 | + sapi/apache2handler/apache_config.c |
| 197 | + sapi/apache2handler/config.m4 |
| 198 | + sapi/apache2handler/php.sym |
| 199 | + sapi/apache2handler/php4apache2.dsp |
| 200 | + sapi/apache2handler/php_apache.h |
| 201 | + sapi/apache2handler/php_functions.c |
| 202 | + sapi/apache2handler/sapi_apache2.c: |
| 203 | + alternate apache2 SAPI. |
| 204 | + |
1 | 205 | 2003-02-14 Ilia Alshanetsky <ilia@prohost.org>
|
2 | 206 |
|
3 | 207 | * ext/mysqli/php_mysqli.h:
|
|
0 commit comments