summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli.c
Commit message (Collapse)AuthorAgeFilesLines
* Null dtor so that extensions won't be unloaded prematurely by listStanislav Malyshev2003-08-281-0/+1
| | | | | destruction
* MFH: Fixed bug #20896 (-s -w modes with php-cli cause php to hang).Ilia Alshanetsky2003-08-131-2/+0
|
* MFH: Preserve exit status for non-php execution modes.Ilia Alshanetsky2003-08-011-1/+3
|
* MFH: Fixed bug #23509 (exit code lost when exit() called fromIlia Alshanetsky2003-08-011-3/+1
| | | | | register_shutdown_function())
* Reapply this one, too.Marcus Boerger2003-05-311-0/+4
|
* Reapply long optsMarcus Boerger2003-05-311-113/+154
|
* - Re-added the FD lexer patch.foobar2003-05-311-315/+128
| | | | | # Marcus is going to add the long-opts patches back in after this.
* - Added a "DEBUG" qualifier to 'php -v's version output, and made the CGIDerick Rethans2003-05-301-1/+5
| | | | | version statement look the same as the CLI version. (Derick)
* Nuke the rest of headers-sent codeEdin Kadribasic2003-05-291-5/+0
|
* MFH: new switches and --style switchesMarcus Boerger2003-05-291-151/+311
|
* MFH: In CLI log errors alwaysMarcus Boerger2003-05-261-4/+1
|
* - Fixed a bug in reporting start-up errors with the CLI: No HTTP header shallDerick Rethans2003-05-261-1/+8
| | | | | be shown.
* Fix typoZeev Suraski2003-05-211-1/+1
|
* Revert PHP part of the fd patchZeev Suraski2003-05-211-15/+12
|
* protect against further surprises by initializing all zend_file_handle'sSascha Schumann2003-05-171-1/+1
|
* Fixed a memory leak when -h flag is used.Ilia Alshanetsky2003-05-141-0/+1
|
* - Fixed bug #23584 (error line numbers off by one when using #!php).foobar2003-05-141-2/+8
| | | | | # already fixed in php5
* Use POSIX IO here, mainly to fix interactive mode.Sascha Schumann2003-05-131-11/+22
| | | | | | This also fixes a possible cpu-time hog bug where a file would consist of "#" and nothing else.
* Fix leak in "php -m".Wez Furlong2003-04-301-0/+1
|
* MFH fixMarcus Boerger2003-04-271-1/+1
|
* MFH Synch: shutdown and ini defaultsMarcus Boerger2003-04-231-15/+24
|
* MFH: cli/ini/html_errors/info (they are related)Marcus Boerger2003-04-091-5/+28
|
* MFH: erroneous newline at startMarcus Boerger2003-04-081-1/+1
|
* MFHIlia Alshanetsky2003-01-081-0/+7
|
* MFH: Bump year.Sebastian Bergmann2002-12-311-2/+2
|
* MFHMoriyoshi Koizumi2002-12-201-6/+3
|
* Reverted previous patch as suggested by Andi. (reopening #20539).Edin Kadribasic2002-12-191-3/+6
|
* MFH: Fix for #20539 (patch by Moriyoshi Koizumi).Edin Kadribasic2002-12-111-6/+3
|
* MFHAndrei Zmievski2002-11-141-5/+43
|
* - be more verboseJan Lehnardt2002-11-131-1/+1
|
* Implemented -n switch to skip parsing ini at startup as suggested by Wez.Marcus Boerger2002-11-121-2/+12
| | | | | | #The switch 'n' was planned to be used for beautifying....delete n to make #clear these functions do not have a switch yet.
* Fixed bug #20035. ZE now allows us to pass the current line position byIlia Alshanetsky2002-11-051-1/+1
| | | | | setting zend_lineno to (current_line * -1).
* call php_module_startup after zts has been initialised. This way we couldMarcus Boerger2002-11-051-6/+12
| | | | | | | 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
* Made php -v output look nicer on standard 80 column display.Edin Kadribasic2002-11-051-1/+1
|
* Added built date and time to -v output.foobar2002-10-311-1/+1
|
* Fixed memory leaks.Ilia Alshanetsky2002-10-261-3/+4
|
* - alphabetical output for php -h (cli)Jan Lehnardt2002-10-251-8/+8
|
* add missing {}Sascha Schumann2002-10-241-1/+2
|
* - whitespaceDerick Rethans2002-10-241-2/+5
|
* Improve shutdown-behaviourSascha Schumann2002-10-241-14/+19
| | | | | Noticed by: Anantha Kesari H Y
* *** empty log message ***Derick Rethans2002-10-241-0/+1
|
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-2/+0
| | | | | instances
* Make CLI behave like other moder scripting languages.Yasuo Ohgaki2002-10-231-1/+0
|
* - Revert, got tricked by a stale object fileDerick Rethans2002-10-141-1/+1
|
* - Fix CLIDerick Rethans2002-10-141-1/+1
|
* - Revert changed to implicit_flush behavior. The new behavior was notDerick Rethans2002-10-031-0/+1
| | | | | intended in the first place.
* Shouldn't enable implicit_flush like this.Yasuo Ohgaki2002-10-031-1/+0
| | | | | | Most problems are fixed. If you find internal function that does not follow my comment, please fix it or let me know.
* another startup initialization fix - only ISAPI and CGI SAPI's tested,Zeev Suraski2002-09-181-2/+12
| | | | | | minor compile buglets might occur in other SAPIs, but should be trivial to fix...
* - prepare non-html phpinfo output for zend extensionsJan Lehnardt2002-09-021-0/+2
|
* change order of initialisation to allow making filename availableMarcus Boerger2002-08-101-28/+36
| | | | | through $_SERVER variables (Bug #18657)