summaryrefslogtreecommitdiff
path: root/sapi/cli
Commit message (Expand)AuthorAgeFilesLines
* MFH: Fixed endless loop in cli when ignore_user_abort is onArnaud Le Blanc2008-11-251-3/+2
* MFH: Open STDIN and php://stdin streams with the relevantArnaud Le Blanc2008-11-042-0/+61
* Fixed bug #46379 (Infinite loop when parsing '#' in one line file)Arnaud Le Blanc2008-11-031-1/+1
* Fixed bug #42318 (problem with nm on AIX, not finding object files)Dmitry Stogov2008-09-011-1/+5
* MFH: fix tests, add missing testJani Taskinen2008-08-141-0/+39
* MFH: fix testsJani Taskinen2008-08-142-7/+4
* MFH: [DOC]- Added methods to change/disable --with-config-file-scan-dir=PATH atJani Taskinen2008-08-131-6/+0
* 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
* fix testAntony Dovgal2008-04-071-1/+7
* Fixed bug #44564 (escapeshellarg removes UTF-8 multi-byte characters)Felipe Pena2008-03-301-0/+16
* Fixed bug #43968 (Extending internal class causes a crash)Dmitry Stogov2008-01-291-5/+5
* MFB: Update copyrightIlia Alshanetsky2008-01-011-1/+1
* MFB: Leftover: Bump copyright year.Sebastian Bergmann2008-01-011-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-315-6/+6
* remove unneeded variablesStanislav Malyshev2007-08-081-12/+1
* MFH: - Changed AC_ARG_* options to PHP_ARG_* options.Jani Taskinen2007-07-111-12/+5
* fix foldingAntony Dovgal2007-06-043-31/+51
* fix testfoobar2007-06-011-1/+1
* fix test (second try)Antony Dovgal2007-05-301-1/+3
* fix testAntony Dovgal2007-05-301-2/+2
* fix testsAntony Dovgal2007-05-302-51/+51
* - 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
* - MFH: Add my name (sync to CREDITS file)Johannes Schlüter2007-04-231-1/+1
* MFH: fix long optionsAntony Dovgal2007-04-231-1/+2
* - MFH getopt fixesMarcus Boerger2007-04-222-1/+28
* Fixed testsDmitry Stogov2007-04-195-9/+14
* - Fix a possible leak when multiple -c parameters are usedfoobar2007-04-171-1/+4
* fix testsAntony Dovgal2007-04-132-35/+35
* - Fix test: Some people actually use --enable-debug here..foobar2007-03-281-2/+2
* - MFH: Fix handling of not existing long CLI optionsJohannes Schlüter2007-03-222-1/+36
* - MFH Fix issue with long form of command line switchesMarcus Boerger2007-03-211-12/+12
* fix testsAntony Dovgal2007-03-173-3/+18
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-2/+3
* MFHAntony Dovgal2007-02-221-7/+7
* MFH: implement PHP_STREAM_FLAG_NO_CLOSE and avoid hacksAntony Dovgal2007-02-211-0/+6
* MFH: make use of startup hooksAntony Dovgal2007-02-201-1/+1
* - MFH php --ri <extension>Marcus Boerger2007-02-082-10/+43
* use getenv()Antony Dovgal2007-01-2015-15/+15
* - MFH: Bump yearJohannes Schlüter2007-01-101-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-015-6/+6
* MFHAntony Dovgal2006-12-211-0/+6
* fix test on MacOSAntony Dovgal2006-12-191-1/+1
* fix testsAntony Dovgal2006-12-0413-33/+33
* fix testAntony Dovgal2006-11-241-1/+1
* add tests for CLIAntony Dovgal2006-11-2417-0/+922
* Restore support for unquoted -d optionsIlia Alshanetsky2006-09-221-6/+20
* MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; c...Dmitry Stogov2006-09-191-40/+35