Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix crash on shutdown on Win32 | Antony Dovgal | 2007-06-28 | 1 | -3/+11 |
| | | | | | patch by Scott | ||||
* | Fixed bug #40419 (Trailing Slash in CGI request don't work) | Dmitry Stogov | 2007-06-26 | 1 | -3/+8 |
| | |||||
* | no need to return exit status of the last fastcgi request | Dmitry Stogov | 2007-06-21 | 1 | -0/+4 |
| | |||||
* | MFB: Fixed bug #41628 (PHP settings leak between Virtual Hosts in Apache 1.3). | Scott MacVicar | 2007-06-18 | 1 | -3/+9 |
| | |||||
* | add missing open_basedir checks to CGI | Antony Dovgal | 2007-06-04 | 1 | -1/+15 |
| | |||||
* | add missing test | foobar | 2007-06-03 | 1 | -0/+30 |
| | |||||
* | another missed ]) | foobar | 2007-06-03 | 1 | -1/+1 |
| | |||||
* | fix configure | foobar | 2007-06-03 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #41576 (misbehaviour when using --without-apxs) | foobar | 2007-06-03 | 14 | -240/+298 |
| | |||||
* | fix test | foobar | 2007-06-01 | 1 | -1/+1 |
| | |||||
* | fix #39330 (apache2handler does not call shutdown actions before apache ↵ | Antony Dovgal | 2007-06-01 | 1 | -0/+6 |
| | | | | child die) | ||||
* | MFB | Ilia Alshanetsky | 2007-05-29 | 1 | -6/+10 |
| | |||||
* | Removed deprecated comment | Dmitry Stogov | 2007-05-28 | 1 | -2/+0 |
| | |||||
* | "sapi/cgi/php" -> "sapi/cgi/php-cgi" | Antony Dovgal | 2007-05-27 | 1 | -2/+2 |
| | |||||
* | MFB:- Unify installation of SAPIs: CGI is no exception anymore. | foobar | 2007-05-24 | 1 | -3/+3 |
| | |||||
* | Fixed crash on "php -b 1234 -unknown-option" | Dmitry Stogov | 2007-05-21 | 3 | -0/+8 |
| | |||||
* | Fixed bug #41378 (fastcgi protocol lacks support for Reason-Phrase in ↵ | Dmitry Stogov | 2007-05-15 | 1 | -1/+10 |
| | | | | "Status:" header) | ||||
* | Fixed bug #41291 (FastCGI does not set SO_REUSEADDR). (fmajid at kefta dot com) | Dmitry Stogov | 2007-05-10 | 1 | -0/+10 |
| | |||||
* | - Fix build without reflection | Johannes Schlüter | 2007-05-06 | 1 | -2/+0 |
| | | | | | # reflection_what is used fby --ri, too | ||||
* | - Fix function signature | Marcus Boerger | 2007-05-05 | 1 | -1/+1 |
| | |||||
* | - Simplify/use consts | Marcus Boerger | 2007-05-05 | 1 | -5/+5 |
| | |||||
* | - WS/CS | Marcus Boerger | 2007-05-04 | 1 | -1/+1 |
| | |||||
* | MFB: Update Apache 2 libs to 2.0.59 on the build box and standardize the dirs | Edin Kadribasic | 2007-05-04 | 2 | -8/+8 |
| | |||||
* | Fix crash on server startup when log message is printed | Uwe Schindler | 2007-04-27 | 1 | -1/+5 |
| | |||||
* | rename --ri core to --ri main | Hannes Magnusson | 2007-04-25 | 1 | -1/+1 |
| | | | | | # "the man has spoken" | ||||
* | Add the ability to display the core ini entries via "php --ri core" | Hannes Magnusson | 2007-04-23 | 1 | -2/+6 |
| | |||||
* | - Add my name (sync to CREDITS file) | Johannes Schlüter | 2007-04-23 | 1 | -1/+1 |
| | |||||
* | - Rephrase as suggested by Chris Jones | Marcus Boerger | 2007-04-23 | 2 | -2/+2 |
| | |||||
* | - Add 'php --ini' to CLI which returns the INI file/dir configuration | Marcus Boerger | 2007-04-23 | 2 | -16/+43 |
| | |||||
* | fix long options | Antony Dovgal | 2007-04-23 | 2 | -2/+4 |
| | |||||
* | - Add new test | Marcus Boerger | 2007-04-22 | 1 | -0/+25 |
| | |||||
* | - Merge getopt fixes from re2c | Marcus Boerger | 2007-04-22 | 2 | -2/+6 |
| | |||||
* | Fixed tests | Dmitry Stogov | 2007-04-19 | 5 | -9/+14 |
| | |||||
* | fix test | Antony Dovgal | 2007-04-17 | 1 | -1/+1 |
| | |||||
* | MFB:- Fix a possible leak when multiple -c parameters are used | foobar | 2007-04-17 | 1 | -0/+4 |
| | |||||
* | add tests for CGI | Antony Dovgal | 2007-04-17 | 10 | -0/+419 |
| | |||||
* | MFB | foobar | 2007-04-17 | 1 | -1/+4 |
| | |||||
* | fix leak appearing when more than one -f option specified | Antony Dovgal | 2007-04-17 | 1 | -0/+3 |
| | |||||
* | MFB: Allow using syntax highlighting in fastcgi mode | foobar | 2007-04-15 | 1 | -5/+6 |
| | |||||
* | MFB: sync getopt from CLI | foobar | 2007-04-15 | 2 | -13/+29 |
| | |||||
* | Removed wrong size_t definition | Dmitry Stogov | 2007-04-09 | 1 | -1/+0 |
| | |||||
* | Improved FastCGI SAPI to support external pipe and socket servers on win32 | Dmitry Stogov | 2007-03-28 | 3 | -74/+194 |
| | |||||
* | - Fixed test | foobar | 2007-03-28 | 1 | -2/+2 |
| | |||||
* | fix #40392 (memory leaks in PHP milter SAPI) | Antony Dovgal | 2007-03-28 | 1 | -52/+77 |
| | | | | | we should have dropped this SAPI years ago | ||||
* | - Fix handling of not existing long CLI options | Johannes Schlüter | 2007-03-22 | 2 | -1/+36 |
| | |||||
* | - 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 |
| | | | | | I was absolutely sure we removed --disable-reflection option. | ||||
* | Fixed compilation warning | Dmitry Stogov | 2007-03-12 | 1 | -1/+1 |
| | |||||
* | Return HTTP 403 in case of "access denied". | Dmitry Stogov | 2007-03-09 | 1 | -2/+7 |
| | |||||
* | Update function names for PHP6 to php6* | Uwe Schindler | 2007-03-06 | 2 | -31/+31 |
| |