summaryrefslogtreecommitdiff
path: root/sapi/cli
Commit message (Collapse)AuthorAgeFilesLines
* Document CGI options in the manpage (bug #51718)Raphael Geissert2010-05-111-0/+28
| | | | | | Patch by Daniel Egeberg
* Fixed bug #50795 (man pages have bad whatis entries)Kalle Sommer Nielsen2010-02-171-1/+0
| | | | - Patch by Debian
* Update copyright year in the man fileIlia Alshanetsky2010-01-041-2/+2
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-035-6/+6
|
* - Fixed bug #50209 (Compiling with libedit cannot find readline.h)Felipe Pena2009-12-132-2/+7
| | | | | (patch by tcallawa at redhat dot com)
* - Sync filesJani Taskinen2009-12-021-8/+6
|
* - Fixed bug #48802 (printf() returns incorrect outputted length)Jani Taskinen2009-07-231-1/+1
|
* MFH: It's 2009Johannes Schlüter2009-06-211-1/+1
|
* fix testAntony Dovgal2009-05-281-4/+0
|
* MFH: Fix skipifArnaud Le Blanc2009-05-201-1/+1
|
* Engelsk grammatikkHannes Magnusson2009-04-092-4/+4
|
* MFH: Fixed bug#47427 (-s outputs, not displays)Hannes Magnusson2009-04-092-4/+4
|
* - 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: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-316-7/+7
|
* 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
| | | | | | wrapper when the file descriptor is a socket (inetd, etc) Fixes bug #43731
* Fixed bug #46379 (Infinite loop when parsing '#' in one line file)Arnaud Le Blanc2008-11-031-1/+1
| | | | | # PHP_5_2 only
* 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: [DOC] startup: MFH: [DOC] MFH: [DOC] To disable: Override default php.ini by using both -c and -n with MFH: [DOC] CGI/CLI or set "PHP_INI_SCAN_DIR" environment variable MFH: [DOC] to an empty string. MFH: [DOC] MFH: [DOC] To change: Simply set "PHP_INI_SCAN_DIR" environment variable to point MFH: [DOC] to another path. MFH: - Fixed bug #42604 ("make test" fails with --with-config-file-scan-dir=/some/path) MFH: - Implemented FR #45114 (Option to change --with-config-file-scan-dir)
* 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
| | | | | The fix is a workaround for GCC optizer bug.
* 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
| | | | | | | | | | | | MFH: - Some cleanups here and there MFH: - Enabled PHP_CHECK_CONFIGURE_OPTIONS (checks for unknown configure MFH: options) # Note to Marcus: ext/dba/config.m4 needs to be "converted" to use # the PHP_ARG_* options. I did't touch it needs quite a lot of work to keep # it's current behaviour regarding "enabled-by-default" parts of it. # # Hint: By using the PHP_ARG_* options you have the "default" option.. ;)
* 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 --ini to show ini files being used
* 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
|