Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
973937e7 |
| 11-Jan-2003 |
Ilia Alshanetsky |
Fix the line numbering when the 1st line in the script is #!. |
#
5de9962d |
| 08-Jan-2003 |
Ilia Alshanetsky |
Fixed bug #21297. The fix also fixes miscalculation of lines numbers by 1 due the previously mentioned bug. |
#
19d47d9f |
| 05-Jan-2003 |
Zeev Suraski |
Initialize lineno using the new infrastructure |
#
2c5d4b8c |
| 31-Dec-2002 |
Sebastian Bergmann |
Bump year. |
Revision tags: php-4.3.0, php-4.3.0RC4 |
|
#
740ee5df |
| 20-Dec-2002 |
Moriyoshi Koizumi |
Recommited the patch |
#
ff54f76f |
| 19-Dec-2002 |
Edin Kadribasic |
MFB: Reverted previous patches as suggested by Andi. |
Revision tags: RELEASE_1_0b3, php-4.3.0RC3 |
|
#
f84aff8f |
| 11-Dec-2002 |
Edin Kadribasic |
Fix for #20539 (patch by Moriyoshi Koizumi). |
#
ba5764ab |
| 09-Dec-2002 |
Sebastian Bergmann |
Fix build. |
#
93ee146d |
| 08-Dec-2002 |
Moriyoshi Koizumi |
Fixed stream leaks |
Revision tags: php-4.3.0RC2 |
|
#
dd53efc1 |
| 26-Nov-2002 |
foobar |
- Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is. |
Revision tags: RELEASE_1_0b2, BEFORE_RENAMING |
|
#
e09d62c4 |
| 14-Nov-2002 |
Andrei Zmievski |
Sort the modules and extensions before printing them when -m switch is used. |
Revision tags: php-4.3.0RC1 |
|
#
e95c7178 |
| 13-Nov-2002 |
Jan Lehnardt |
- be more verbose |
#
cecb9dfc |
| 12-Nov-2002 |
Marcus Boerger |
Implemented -n switch to skip parsing ini at startup as suggested by Wez. #The switch 'n' was planned to be used for beautifying....delete n to make #clear these functions do not have a switc
Implemented -n switch to skip parsing ini at startup as suggested by Wez. #The switch 'n' was planned to be used for beautifying....delete n to make #clear these functions do not have a switch yet.
show more ...
|
#
64f77577 |
| 05-Nov-2002 |
Ilia Alshanetsky |
Fixed bug #20035. ZE now allows us to pass the current line position by setting zend_lineno to (current_line * -1). |
#
64d3e882 |
| 05-Nov-2002 |
Marcus Boerger |
call php_module_startup after zts has been initialised. This way we could have called zend_ini_deactivate(TSRMLS_C). But it seems unnecessary. #tested with ZTS and non ZTS build and many manu
call php_module_startup after zts has been initialised. This way we could have called zend_ini_deactivate(TSRMLS_C). But it seems unnecessary. #tested with ZTS and non ZTS build and many manual fail points. #now it even compiles without any warning, at least for me
show more ...
|
#
9276b276 |
| 05-Nov-2002 |
Edin Kadribasic |
Made php -v output look nicer on standard 80 column display. |
#
b79e5060 |
| 31-Oct-2002 |
foobar |
Added built date and time to -v output. |
Revision tags: php-4.3.0pre2 |
|
#
3a1c2783 |
| 26-Oct-2002 |
Ilia Alshanetsky |
Fixed memory leaks. |
#
e431d6a1 |
| 25-Oct-2002 |
Jan Lehnardt |
- alphabetical output for php -h (cli) |
#
d464b816 |
| 24-Oct-2002 |
Sascha Schumann |
add missing {} |
#
1f9f9244 |
| 24-Oct-2002 |
Derick Rethans |
- whitespace |
#
1e3e0717 |
| 24-Oct-2002 |
Sascha Schumann |
Improve shutdown-behaviour Noticed by: Anantha Kesari H Y |
#
337649a5 |
| 24-Oct-2002 |
Derick Rethans |
*** empty log message *** |
#
2909e5c9 |
| 24-Oct-2002 |
Sascha Schumann |
centralize #include "build-defs.h" and drop (sometimes inconsistent) other instances |
#
d253364a |
| 23-Oct-2002 |
Yasuo Ohgaki |
Make CLI behave like other moder scripting languages. |