68 Commits (529fbfffc4122bd4e1e6ebfe7bf506826ab161b5)

Author SHA1 Message Date
foobar b79e506045 Added built date and time to -v output. 24 years ago
Ilia Alshanetsky 3a1c278361 Fixed memory leaks. 24 years ago
Jan Lehnardt e431d6a1c9 - alphabetical output for php -h (cli) 24 years ago
Sascha Schumann d464b8164c add missing {} 24 years ago
Derick Rethans 1f9f9244eb - whitespace 24 years ago
Sascha Schumann 1e3e07173b Improve shutdown-behaviour 24 years ago
Derick Rethans 337649a5f2 *** empty log message *** 24 years ago
Sascha Schumann 2909e5c9c9 centralize #include "build-defs.h" and drop (sometimes inconsistent) other 24 years ago
Yasuo Ohgaki d253364a13 Make CLI behave like other moder scripting languages. 24 years ago
Derick Rethans 1bb702e403 - Revert, got tricked by a stale object file 24 years ago
Derick Rethans 092f78fc28 - Fix CLI 24 years ago
Derick Rethans 9b517c4b93 - Revert changed to implicit_flush behavior. The new behavior was not 24 years ago
Yasuo Ohgaki b52edbddf9 Shouldn't enable implicit_flush like this. 24 years ago
Sascha Schumann e6e54605b7 Follow Yasuo's suggestion and build sapi program's under the sapi-specific 24 years ago
Edin Kadribasic 4be735db9e Those two have enough credits already :) 24 years ago
Zeev Suraski 76312b4508 another startup initialization fix - only ISAPI and CGI SAPI's tested, 24 years ago
Jan Lehnardt 298ae37e8c - prepare non-html phpinfo output for zend extensions 24 years ago
Marcus Boerger 8e7acaca47 change order of initialisation to allow making filename available 24 years ago
Marko Karppinen 6d80c191bb The link lines don't need any of $DEFS, $INCLUDES, $EXTRA_INCLUDES or 24 years ago
Marko Karppinen 5611c2fc78 Support compiling and linking against Darwin / Mac OS X frameworks 24 years ago
Marko Karppinen b231fc0d35 Made PHP_ADD_LIBPATH use the $ld_runpath_switch and changed the Darwin 24 years ago
foobar 6a42e635ca Needed this to be able to test safe-mode stuff on cmd-line 24 years ago
Marko Karppinen 23de5d1c20 - You don't need libtool to build sapi/cli on Darwin. 24 years ago
Edin Kadribasic 11bc56d48b Fix exit code (bug #17733). 24 years ago
Edin Kadribasic acae873a6b Disable installing pear when --disable-cli is used since pear installer 24 years ago
Edin Kadribasic af5663fa50 Due to the way Zend handles exit() we cannot rely on the return code 24 years ago
Edin Kadribasic 190719ab97 Made constants persistent and fixed a memory leak. 24 years ago
Edin Kadribasic 1501657b2f Register STDIN, STDOUT, and STDERR "constants" in cli in cases where 24 years ago
Markus Fischer 965b4c26f1 - Update about CLI default settings and it's weirdness. 24 years ago
Edin Kadribasic 8e15de012a Added copyright notice to php -v output. 24 years ago
Zeev Suraski 5af649efbd Revert to the old php_ini.c, and reimplement the binary-path searching. 24 years ago
Markus Fischer ccbadfc111 - Prefix the first version line with 'PHP' so it's easier to use shell tools to 24 years ago
Markus Fischer bf351e9639 - This affects both CGI and CLI sapi: 24 years ago
Sander Roobol 7586cdc654 Added the current SAPI to the output of php -v 24 years ago
Edin Kadribasic d00252cf38 Update README with register_argc_argv settings override. 24 years ago
foobar 5f13f4ecb7 Force register_argc_argv=On for CLI 24 years ago
Sascha Schumann 1ed3f698fe ap_php_optopt is set but never used 24 years ago
foobar 7c2811e1ab Make it possible to actually disable the CLI.. 24 years ago
Yasuo Ohgaki 439b56842f CGI/CLI take file and dir for -c option by this. 24 years ago
foobar 49ba2a983b WS fix 24 years ago
Marcus Boerger 406c665c13 recorrect las checkin 24 years ago
Marcus Boerger f277bf0c5c allow other modes to work with -- correct 24 years ago
Marcus Boerger a2631c1f1d fix behaviour on -- 24 years ago
Edin Kadribasic 62df9cf644 Override max_execution_time, setting it to unlimited. 24 years ago
Edin Kadribasic 9ecec88998 Documented -r and added TODO 24 years ago
Marcus Boerger fdf9d3502a -removed -x 24 years ago
Sebastian Bergmann bfa05df3fd Nuke unused variables. 24 years ago
Marcus Boerger 122c18741c @Added new switch -x to CLI that enables execution of files without @scripting tags. (Marcus) 24 years ago
Marcus Boerger 343b413cf8 -passing arguments to CLI, see: php -h 24 years ago
Edin Kadribasic 7918fe45b4 Cleaned up previous commit. 24 years ago