| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Document CGI options in the manpage (bug #51718) | Raphael Geissert | 2010-05-11 | 1 | -0/+28 |
| | | | | | | | Patch by Daniel Egeberg | ||||
| * | Fixed bug #50795 (man pages have bad whatis entries) | Kalle Sommer Nielsen | 2010-02-17 | 1 | -1/+0 |
| | | | | | - Patch by Debian | ||||
| * | Update copyright year in the man file | Ilia Alshanetsky | 2010-01-04 | 1 | -2/+2 |
| | | |||||
| * | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 5 | -6/+6 |
| | | |||||
| * | - Fixed bug #50209 (Compiling with libedit cannot find readline.h) | Felipe Pena | 2009-12-13 | 2 | -2/+7 |
| | | | | | | (patch by tcallawa at redhat dot com) | ||||
| * | - Sync files | Jani Taskinen | 2009-12-02 | 1 | -8/+6 |
| | | |||||
| * | - Fixed bug #48802 (printf() returns incorrect outputted length) | Jani Taskinen | 2009-07-23 | 1 | -1/+1 |
| | | |||||
| * | MFH: It's 2009 | Johannes Schlüter | 2009-06-21 | 1 | -1/+1 |
| | | |||||
| * | fix test | Antony Dovgal | 2009-05-28 | 1 | -4/+0 |
| | | |||||
| * | MFH: Fix skipif | Arnaud Le Blanc | 2009-05-20 | 1 | -1/+1 |
| | | |||||
| * | Engelsk grammatikk | Hannes Magnusson | 2009-04-09 | 2 | -4/+4 |
| | | |||||
| * | MFH: Fixed bug#47427 (-s outputs, not displays) | Hannes Magnusson | 2009-04-09 | 2 | -4/+4 |
| | | |||||
| * | - MFH: Fix ZTS build | Felipe Pena | 2009-04-08 | 1 | -5/+5 |
| | | |||||
| * | MFH: Fixed bug #47893 (CLI aborts on non blocking stdout) | Arnaud Le Blanc | 2009-04-07 | 1 | -1/+30 |
| | | |||||
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 6 | -7/+7 |
| | | |||||
| * | MFH: Fixed endless loop in cli when ignore_user_abort is on | Arnaud Le Blanc | 2008-11-25 | 1 | -3/+2 |
| | | |||||
| * | MFH: Open STDIN and php://stdin streams with the relevant | Arnaud Le Blanc | 2008-11-04 | 2 | -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 Blanc | 2008-11-03 | 1 | -1/+1 |
| | | | | | | # PHP_5_2 only | ||||
| * | Fixed bug #42318 (problem with nm on AIX, not finding object files) | Dmitry Stogov | 2008-09-01 | 1 | -1/+5 |
| | | |||||
| * | MFH: fix tests, add missing test | Jani Taskinen | 2008-08-14 | 1 | -0/+39 |
| | | |||||
| * | MFH: fix tests | Jani Taskinen | 2008-08-14 | 2 | -7/+4 |
| | | |||||
| * | MFH: [DOC]- Added methods to change/disable --with-config-file-scan-dir=PATH at | Jani Taskinen | 2008-08-13 | 1 | -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_FCLOSE | Antony Dovgal | 2008-07-23 | 1 | -4/+0 |
| | | |||||
| * | - MFH: Fixed bug #44246 (closedir() accepts a file resource opened by fopen()) | Felipe Pena | 2008-07-22 | 1 | -0/+4 |
| | | |||||
| * | fix test | Antony Dovgal | 2008-04-07 | 1 | -1/+7 |
| | | |||||
| * | Fixed bug #44564 (escapeshellarg removes UTF-8 multi-byte characters) | Felipe Pena | 2008-03-30 | 1 | -0/+16 |
| | | |||||
| * | Fixed bug #43968 (Extending internal class causes a crash) | Dmitry Stogov | 2008-01-29 | 1 | -5/+5 |
| | | | | | | The fix is a workaround for GCC optizer bug. | ||||
| * | MFB: Update copyright | Ilia Alshanetsky | 2008-01-01 | 1 | -1/+1 |
| | | |||||
| * | MFB: Leftover: Bump copyright year. | Sebastian Bergmann | 2008-01-01 | 1 | -1/+1 |
| | | |||||
| * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 5 | -6/+6 |
| | | |||||
| * | remove unneeded variables | Stanislav Malyshev | 2007-08-08 | 1 | -12/+1 |
| | | |||||
| * | MFH: - Changed AC_ARG_* options to PHP_ARG_* options. | Jani Taskinen | 2007-07-11 | 1 | -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 folding | Antony Dovgal | 2007-06-04 | 3 | -31/+51 |
| | | |||||
| * | fix test | foobar | 2007-06-01 | 1 | -1/+1 |
| | | |||||
| * | fix test (second try) | Antony Dovgal | 2007-05-30 | 1 | -1/+3 |
| | | |||||
| * | fix test | Antony Dovgal | 2007-05-30 | 1 | -2/+2 |
| | | |||||
| * | fix tests | Antony Dovgal | 2007-05-30 | 2 | -51/+51 |
| | | |||||
| * | - MFH: Fix build without reflection | Johannes Schlüter | 2007-05-06 | 1 | -2/+0 |
| | | |||||
| * | - MFH --ri does not require ext/Reflection | Marcus Boerger | 2007-05-05 | 1 | -9/+29 |
| | | | | | | - MFH --ini to show ini files being used | ||||
| * | MFH: php --ri main | Hannes Magnusson | 2007-04-25 | 1 | -2/+6 |
| | | |||||
| * | - MFH: Add my name (sync to CREDITS file) | Johannes Schlüter | 2007-04-23 | 1 | -1/+1 |
| | | |||||
| * | MFH: fix long options | Antony Dovgal | 2007-04-23 | 1 | -1/+2 |
| | | |||||
| * | - MFH getopt fixes | Marcus Boerger | 2007-04-22 | 2 | -1/+28 |
| | | |||||
| * | Fixed tests | Dmitry Stogov | 2007-04-19 | 5 | -9/+14 |
| | | |||||
| * | - Fix a possible leak when multiple -c parameters are used | foobar | 2007-04-17 | 1 | -1/+4 |
| | | |||||
| * | fix tests | Antony Dovgal | 2007-04-13 | 2 | -35/+35 |
| | | |||||
| * | - Fix test: Some people actually use --enable-debug here.. | foobar | 2007-03-28 | 1 | -2/+2 |
| | | |||||
| * | - MFH: Fix handling of not existing long CLI options | Johannes Schlüter | 2007-03-22 | 2 | -1/+36 |
| | | |||||
| * | - MFH Fix issue with long form of command line switches | Marcus Boerger | 2007-03-21 | 1 | -12/+12 |
| | | |||||
| * | fix tests | Antony Dovgal | 2007-03-17 | 3 | -3/+18 |
| | | |||||
