summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli.c
Commit message (Expand)AuthorAgeFilesLines
* Happy New Year~Xinchen Hui2013-01-011-2/+2
* Fix memleak in CLIJohannes Schlüter2012-06-271-0/+3
* Fixed bug #61546 (functions related to current script failed when chdir() in ...Xinchen Hui2012-04-301-3/+8
* - Year++Felipe Pena2012-01-011-2/+2
* Prevented the warning about truncate int to charXinchen Hui2011-08-081-1/+1
* - reflection is always enabledPierre Joye2011-06-251-11/+0
* - Fix missing change from r303357 (related to bug #48831)Felipe Pena2011-06-111-1/+1
* Fixed bug #52496 (Zero exit code on option parsing failure).Ilia Alshanetsky2011-05-301-1/+1
* - Year++Felipe Pena2011-01-011-2/+2
* - fix #48831 php -i has different output to php --iniPierre Joye2010-09-141-0/+1
* - Reverted fix for bug #48930 (due binary compatibility breakage)Felipe Pena2010-06-291-3/+0
* - Improved initializationFelipe Pena2010-06-271-1/+2
* - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)Felipe Pena2010-06-271-0/+2
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-4/+4
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-4/+4
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-2/+2
* - Fixed bug #50209 (Compiling with libedit cannot find readline.h)Felipe Pena2009-12-131-1/+3
* - be sure to get all crt dbg errors in stderrPierre Joye2009-09-021-2/+4
* - Fixed bug #48802 (printf() returns incorrect outputted length)Jani Taskinen2009-07-231-1/+1
* MFH: Added zend_eval_stringl and made create_function(), etc. binary-safeMatt Wilmas2009-06-051-1/+1
* MFH: Inglés gramáticaHannes Magnusson2009-04-091-2/+2
* MFH: Fixed bug#47427 (-s outputs, not displays)Hannes Magnusson2009-04-091-2/+2
* - MFH: Fix ZTS buildFelipe Pena2009-04-081-5/+5
* MFH: Fixed bug #47893 (CLI aborts on non blocking stdout)Arnaud Le Blanc2009-04-071-1/+30
* MFH: Corrected fix for bug #46844 to only trigger on the 1st line of CLIIlia Alshanetsky2009-01-091-0/+21
* - MFH Catch exceptions in cli -aMarcus Boerger2009-01-021-1/+1
* MFHMarcus Boerger2008-12-311-0/+12
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-2/+2
* MFH: Fixed endless loop in cli when ignore_user_abort is onArnaud Le Blanc2008-11-251-3/+2
* Added header_remove() (chsc at peytz dotdk, Arnaud)Arnaud Le Blanc2008-11-131-4/+1
* MFH: nuke unused varAntony Dovgal2008-08-141-2/+0
* MFHJani Taskinen2008-08-131-6/+0
* Fixed bug #45779 (regression with shebang lines processing)Dmitry Stogov2008-08-121-17/+0
* fix warningsAntony Dovgal2008-07-251-1/+1
* MFH: Allow filters to work on INPUT_SERVER in CLI (bug #44779)Arnaud Le Blanc2008-07-241-5/+21
* MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSEAntony Dovgal2008-07-231-4/+0
* - MFH: Fixed bug #44246 (closedir() accepts a file resource opened by fopen())Felipe Pena2008-07-221-0/+4
* - MFH Use sizeof rather than strlen and cleanupMarcus Boerger2008-03-251-11/+10
* Add new empty child terminate sapi hook to the rest of the sapisRasmus Lerdorf2008-03-181-0/+1
* Implemented concept of "delayed early binding" that allows opcode caches to p...Dmitry Stogov2008-03-181-1/+1
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-1/+4
* - Small improvements, no malloc needed for the zvalMarcus Boerger2008-02-031-9/+5
* Fixed bug #43968 (Extending internal class causes a crash)Dmitry Stogov2008-01-291-5/+5
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-2/+2
* MFH:- Added common getopt implementation to core.Jani Taskinen2007-10-011-3/+3
* remove unneeded variablesStanislav Malyshev2007-08-081-12/+1
* fix foldingAntony Dovgal2007-06-041-23/+36
* - MFH: Fix build without reflectionJohannes Schlüter2007-05-061-2/+0
* - MFH --ri does not require ext/ReflectionMarcus Boerger2007-05-051-9/+29
* MFH: php --ri mainHannes Magnusson2007-04-251-2/+6