#
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.
|
#
1bb702e4 |
| 14-Oct-2002 |
Derick Rethans |
- Revert, got tricked by a stale object file
|
#
092f78fc |
| 14-Oct-2002 |
Derick Rethans |
- Fix CLI
|
Revision tags: RELEASE_1_0b1, php-4.3.0pre1 |
|
#
9b517c4b |
| 03-Oct-2002 |
Derick Rethans |
- Revert changed to implicit_flush behavior. The new behavior was not intended in the first place.
|
#
b52edbdd |
| 03-Oct-2002 |
Yasuo Ohgaki |
Shouldn't enable implicit_flush like this. Most problems are fixed. If you find internal function that does not follow my comment, please fix it or let me know.
|
Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003 |
|
#
76312b45 |
| 18-Sep-2002 |
Zeev Suraski |
another startup initialization fix - only ISAPI and CGI SAPI's tested, minor compile buglets might occur in other SAPIs, but should be trivial to fix...
|
Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3 |
|
#
298ae37e |
| 02-Sep-2002 |
Jan Lehnardt |
- prepare non-html phpinfo output for zend extensions
|
Revision tags: php-4.2.3RC2, php-4.2.3RC1 |
|
#
8e7acaca |
| 10-Aug-2002 |
Marcus Boerger |
change order of initialisation to allow making filename available through $_SERVER variables (Bug #18657)
|
Revision tags: dev, php-4.2.2 |
|
#
6a42e635 |
| 13-Jul-2002 |
foobar |
Needed this to be able to test safe-mode stuff on cmd-line
|
Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0 |
|
#
11bc56d4 |
| 13-Jun-2002 |
Edin Kadribasic |
Fix exit code (bug #17733).
|
Revision tags: RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10 |
|
#
af5663fa |
| 26-May-2002 |
Edin Kadribasic |
Due to the way Zend handles exit() we cannot rely on the return code of php_execute_script.
|
#
190719ab |
| 26-May-2002 |
Edin Kadribasic |
Made constants persistent and fixed a memory leak.
|
#
1501657b |
| 24-May-2002 |
Edin Kadribasic |
Register STDIN, STDOUT, and STDERR "constants" in cli in cases where script itself is not being loaded from STDIN. This enables constructs like fwrite(STDERR, "Error 42");
|
Revision tags: RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1 |
|
#
8e15de01 |
| 11-May-2002 |
Edin Kadribasic |
Added copyright notice to php -v output.
|