#
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. |
#
5af649ef |
| 11-May-2002 |
Zeev Suraski |
Revert to the old php_ini.c, and reimplement the binary-path searching. Should now also work under UNIX (CLI/CGI) |
#
ccbadfc1 |
| 10-May-2002 |
Markus Fischer |
- Prefix the first version line with 'PHP' so it's easier to use shell tools to parse the version number (both CLI and CGI). |
#
bf351e96 |
| 10-May-2002 |
Markus Fischer |
- This affects both CGI and CLI sapi: Remove Zend version output from -m switch and move it over to the output of the -v switch (-v is supposed to list version numbers, not -m). |
#
7586cdc6 |
| 09-May-2002 |
Sander Roobol |
Added the current SAPI to the output of php -v |
Revision tags: php-4.2.1RC2 |
|
#
5f13f4ec |
| 05-May-2002 |
foobar |
Force register_argc_argv=On for CLI |
Revision tags: php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3 |
|
#
439b5684 |
| 12-Apr-2002 |
Yasuo Ohgaki |
CGI/CLI take file and dir for -c option by this. @ Both 'file' and 'path to php.ini' is allowed for "-c" cli/cgi option. (Yasuo) |
Revision tags: php-4.2.0RC2 |
|
#
49ba2a98 |
| 27-Mar-2002 |
foobar |
WS fix |
#
406c665c |
| 27-Mar-2002 |
Marcus Boerger |
recorrect las checkin |
#
f277bf0c |
| 26-Mar-2002 |
Marcus Boerger |
allow other modes to work with -- correct #original idea was to allow this *only* for PHP_MODE_STANDARD |
#
a2631c1f |
| 26-Mar-2002 |
Marcus Boerger |
fix behaviour on -- #now php -- -i for scriptfile -i works |
#
62df9cf6 |
| 24-Mar-2002 |
Edin Kadribasic |
Override max_execution_time, setting it to unlimited. |
#
fdf9d350 |
| 23-Mar-2002 |
Marcus Boerger |
-removed -x -error handling for illegal switch combinations -corrected ws for one case block |