Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -2/+2 |
| | |||||
* | - Fixed bug #50209 (Compiling with libedit cannot find readline.h) | Felipe Pena | 2009-12-13 | 1 | -1/+4 |
| | | | | | (patch by tcallawa at redhat dot com) | ||||
* | - Fixed bug #48802 (printf() returns incorrect outputted length) | Jani Taskinen | 2009-07-23 | 1 | -1/+1 |
| | |||||
* | Engelsk grammatikk | Hannes Magnusson | 2009-04-09 | 1 | -2/+2 |
| | |||||
* | MFH: Fixed bug#47427 (-s outputs, not displays) | Hannes Magnusson | 2009-04-09 | 1 | -2/+2 |
| | |||||
* | - 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 | 1 | -2/+2 |
| | |||||
* | MFH: Fixed endless loop in cli when ignore_user_abort is on | Arnaud Le Blanc | 2008-11-25 | 1 | -3/+2 |
| | |||||
* | Fixed bug #46379 (Infinite loop when parsing '#' in one line file) | Arnaud Le Blanc | 2008-11-03 | 1 | -1/+1 |
| | | | | | # PHP_5_2 only | ||||
* | 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 |
| | |||||
* | 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. | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -2/+2 |
| | |||||
* | remove unneeded variables | Stanislav Malyshev | 2007-08-08 | 1 | -12/+1 |
| | |||||
* | fix folding | Antony Dovgal | 2007-06-04 | 1 | -23/+36 |
| | |||||
* | - 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 |
| | |||||
* | - Fix a possible leak when multiple -c parameters are used | foobar | 2007-04-17 | 1 | -1/+4 |
| | |||||
* | MFH | Antony Dovgal | 2007-02-22 | 1 | -7/+7 |
| | |||||
* | MFH: implement PHP_STREAM_FLAG_NO_CLOSE and avoid hacks | Antony Dovgal | 2007-02-21 | 1 | -0/+6 |
| | |||||
* | MFH: make use of startup hooks | Antony Dovgal | 2007-02-20 | 1 | -1/+1 |
| | |||||
* | - MFH php --ri <extension> | Marcus Boerger | 2007-02-08 | 1 | -10/+33 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -2/+2 |
| | |||||
* | MFH | Antony Dovgal | 2006-12-21 | 1 | -0/+6 |
| | |||||
* | Restore support for unquoted -d options | Ilia Alshanetsky | 2006-09-22 | 1 | -6/+20 |
| | |||||
* | MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; ↵ | Dmitry Stogov | 2006-09-19 | 1 | -40/+35 |
| | | | | constants are working exactly like in php.ini; with FastCGI -d affects all requests). | ||||
* | fix leak with `php -c /path -h` | Antony Dovgal | 2006-09-15 | 1 | -3/+4 |
| | |||||
* | Fixed bug #38543 (shutdown_executor() may segfault when memory_limit is too ↵ | Dmitry Stogov | 2006-08-22 | 1 | -2/+9 |
| | | | | low). | ||||
* | MFH: fix #37920 (compilation problems on z/OS) | Antony Dovgal | 2006-06-27 | 1 | -3/+3 |
| | |||||
* | MFH: initialize pointers | Antony Dovgal | 2006-06-20 | 1 | -2/+2 |
| | |||||
* | - Fix Bug #37780 memory leak trying to execute a non existing file (CLI) | Michael Wallner | 2006-06-19 | 1 | -1/+10 |
| | |||||
* | MFH | Johannes Schlüter | 2006-06-03 | 1 | -40/+36 |
| | |||||
* | Fixed bug #37306 (max_execution_time = max_input_time) | Dmitry Stogov | 2006-05-11 | 1 | -0/+1 |
| | |||||
* | - Update after api changes | Marcus Boerger | 2006-05-10 | 1 | -1/+1 |
| | |||||
* | - MFH: List --rf/--rc/--re only with enabled reflection | Johannes Schlüter | 2006-02-21 | 1 | -0/+2 |
| | |||||
* | - MFH Show the exact version | Marcus Boerger | 2006-01-22 | 1 | -4/+13 |
| | |||||
* | - Make clear what -a mode gets you | Marcus Boerger | 2006-01-14 | 1 | -0/+4 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -5/+5 |
| | |||||
* | - MFH Add method support to --rfunction | Marcus Boerger | 2005-12-11 | 1 | -1/+5 |
| | |||||
* | - MFH --r* switches | Marcus Boerger | 2005-12-11 | 1 | -0/+84 |
| | |||||
* | MFH | foobar | 2005-12-06 | 1 | -3/+3 |
| | |||||
* | MFH: - Fix compile failure when ext/readline is compiled as shared (bug #35249) | foobar | 2005-11-17 | 1 | -7/+6 |
| | |||||
* | Fixed memory leak on php-cli -h | Ilia Alshanetsky | 2005-11-15 | 1 | -5/+4 |
| | |||||
* | MFH:- Fixed minor leak with -dzlib.output_compression=1 -m | foobar | 2005-11-06 | 1 | -5/+4 |
| | |||||
* | MFH: Fixed -m memory leak | Ilia Alshanetsky | 2005-10-19 | 1 | -0/+1 |
| | |||||
* | MFH: removed confusing dot. | foobar | 2005-10-11 | 1 | -1/+1 |
| | |||||
* | - MFH: Fix #34557 php -m exits with "error" 1 | Johannes Schlüter | 2005-10-06 | 1 | -6/+8 |
| |