summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Collapse)AuthorAgeFilesLines
* fix crash on shutdown on Win32Antony Dovgal2007-06-281-3/+11
| | | | | patch by Scott
* Fixed bug #40419 (Trailing Slash in CGI request don't work)Dmitry Stogov2007-06-261-3/+8
|
* no need to return exit status of the last fastcgi requestDmitry Stogov2007-06-211-0/+4
|
* MFB: Fixed bug #41628 (PHP settings leak between Virtual Hosts in Apache 1.3).Scott MacVicar2007-06-181-3/+9
|
* add missing open_basedir checks to CGIAntony Dovgal2007-06-041-1/+15
|
* add missing testfoobar2007-06-031-0/+30
|
* another missed ])foobar2007-06-031-1/+1
|
* fix configurefoobar2007-06-031-1/+1
|
* - Fixed bug #41576 (misbehaviour when using --without-apxs)foobar2007-06-0314-240/+298
|
* fix testfoobar2007-06-011-1/+1
|
* fix #39330 (apache2handler does not call shutdown actions before apache ↵Antony Dovgal2007-06-011-0/+6
| | | | child die)
* MFBIlia Alshanetsky2007-05-291-6/+10
|
* Removed deprecated commentDmitry Stogov2007-05-281-2/+0
|
* "sapi/cgi/php" -> "sapi/cgi/php-cgi"Antony Dovgal2007-05-271-2/+2
|
* MFB:- Unify installation of SAPIs: CGI is no exception anymore.foobar2007-05-241-3/+3
|
* Fixed crash on "php -b 1234 -unknown-option"Dmitry Stogov2007-05-213-0/+8
|
* Fixed bug #41378 (fastcgi protocol lacks support for Reason-Phrase in ↵Dmitry Stogov2007-05-151-1/+10
| | | | "Status:" header)
* Fixed bug #41291 (FastCGI does not set SO_REUSEADDR). (fmajid at kefta dot com)Dmitry Stogov2007-05-101-0/+10
|
* - Fix build without reflectionJohannes Schlüter2007-05-061-2/+0
| | | | | # reflection_what is used fby --ri, too
* - Fix function signatureMarcus Boerger2007-05-051-1/+1
|
* - Simplify/use constsMarcus Boerger2007-05-051-5/+5
|
* - WS/CSMarcus Boerger2007-05-041-1/+1
|
* MFB: Update Apache 2 libs to 2.0.59 on the build box and standardize the dirsEdin Kadribasic2007-05-042-8/+8
|
* Fix crash on server startup when log message is printedUwe Schindler2007-04-271-1/+5
|
* rename --ri core to --ri mainHannes Magnusson2007-04-251-1/+1
| | | | | # "the man has spoken"
* Add the ability to display the core ini entries via "php --ri core"Hannes Magnusson2007-04-231-2/+6
|
* - Add my name (sync to CREDITS file)Johannes Schlüter2007-04-231-1/+1
|
* - Rephrase as suggested by Chris JonesMarcus Boerger2007-04-232-2/+2
|
* - Add 'php --ini' to CLI which returns the INI file/dir configurationMarcus Boerger2007-04-232-16/+43
|
* fix long optionsAntony Dovgal2007-04-232-2/+4
|
* - Add new testMarcus Boerger2007-04-221-0/+25
|
* - Merge getopt fixes from re2cMarcus Boerger2007-04-222-2/+6
|
* Fixed testsDmitry Stogov2007-04-195-9/+14
|
* fix testAntony Dovgal2007-04-171-1/+1
|
* MFB:- Fix a possible leak when multiple -c parameters are usedfoobar2007-04-171-0/+4
|
* add tests for CGIAntony Dovgal2007-04-1710-0/+419
|
* MFBfoobar2007-04-171-1/+4
|
* fix leak appearing when more than one -f option specifiedAntony Dovgal2007-04-171-0/+3
|
* MFB: Allow using syntax highlighting in fastcgi modefoobar2007-04-151-5/+6
|
* MFB: sync getopt from CLIfoobar2007-04-152-13/+29
|
* Removed wrong size_t definitionDmitry Stogov2007-04-091-1/+0
|
* Improved FastCGI SAPI to support external pipe and socket servers on win32Dmitry Stogov2007-03-283-74/+194
|
* - Fixed testfoobar2007-03-281-2/+2
|
* fix #40392 (memory leaks in PHP milter SAPI)Antony Dovgal2007-03-281-52/+77
| | | | | we should have dropped this SAPI years ago
* - Fix handling of not existing long CLI optionsJohannes Schlüter2007-03-222-1/+36
|
* - Fix issue with long form of command line switchesMarcus Boerger2007-03-211-12/+12
|
* fix testsAntony Dovgal2007-03-173-3/+18
| | | | | I was absolutely sure we removed --disable-reflection option.
* Fixed compilation warningDmitry Stogov2007-03-121-1/+1
|
* Return HTTP 403 in case of "access denied".Dmitry Stogov2007-03-091-2/+7
|
* Update function names for PHP6 to php6*Uwe Schindler2007-03-062-31/+31
|