summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Collapse)AuthorAgeFilesLines
* MFH: Fix crash on server startup when log message is printedUwe Schindler2007-04-271-1/+5
|
* 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-232-2/+4
|
* - MFH getopt fixesMarcus Boerger2007-04-223-2/+31
|
* Fixed testsDmitry Stogov2007-04-195-9/+14
|
* fix testAntony Dovgal2007-04-171-1/+1
|
* - Fix a possible leak when multiple -c parameters are usedfoobar2007-04-171-0/+4
|
* add tests for CGIAntony Dovgal2007-04-1710-0/+419
|
* - Fix a possible leak when multiple -c parameters are usedfoobar2007-04-171-1/+4
|
* MFH: fix leak appearing when more than one -f option specifiedAntony Dovgal2007-04-171-0/+3
|
* MFH: Simplify previous patch.foobar2007-04-151-8/+5
|
* - Allow using syntax highlighting under FastCGI mode.foobar2007-04-151-6/+14
|
* - Synch these files from sapi/cli/ and allow using s.c. long-optionsfoobar2007-04-152-13/+29
| | | | | with CGI.
* fix testsAntony Dovgal2007-04-132-35/+35
|
* Removed wrong size_t definitionDmitry Stogov2007-04-091-1/+0
|
* Add missing #if checkSara Golemon2007-03-291-0/+2
|
* Improved FastCGI SAPI to support external pipe and socket servers on win32Dmitry Stogov2007-03-283-77/+196
|
* - Fix test: Some people actually use --enable-debug here..foobar2007-03-281-2/+2
|
* MFH: fix #40392 (memory leaks in PHP milter SAPI)Antony Dovgal2007-03-281-52/+77
|
* - 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
|
* Fixed compilation warningDmitry Stogov2007-03-121-1/+1
|
* Return HTTP 403 in case of "access denied".Dmitry Stogov2007-03-091-2/+7
|
* remove (large) static buffers for header names and request uriUwe Schindler2007-03-061-19/+27
|
* use slprintf instead of snprintf and remove 0termination things (because ↵Uwe Schindler2007-03-061-14/+10
| | | | slprintf is always available now)
* snprintf patchUwe Schindler2007-03-051-2/+2
|
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-273-8/+8
|
* poll() is not affected by FD_SETSIZE (Tony)Dmitry Stogov2007-02-261-15/+16
|
* Use poll() instead of select() if availableDmitry Stogov2007-02-241-4/+29
|
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-247-19/+20
|
* use strlcatStanislav Malyshev2007-02-231-2/+2
|
* use strlcatStanislav Malyshev2007-02-231-4/+4
|
* use snprintfStanislav Malyshev2007-02-231-2/+2
|
* use snprintfStanislav Malyshev2007-02-232-4/+4
|
* MFHAntony Dovgal2007-02-221-7/+7
|
* MFH: implement PHP_STREAM_FLAG_NO_CLOSE and avoid hacksAntony Dovgal2007-02-211-0/+6
|
* Check for FD_SETSIZE limitDmitry Stogov2007-02-211-9/+14
|
* MFH: move PHP_TEST_WRITE_STDOUT to acinclude.m4 and use it in configure.inAntony Dovgal2007-02-201-32/+0
|
* MFH: make use of startup hooksAntony Dovgal2007-02-202-3/+4
|
* Fixed strlcat() usage.Ilia Alshanetsky2007-02-191-1/+2
| | | | | # Thanks Andi
* Initialize "retval" on each requestDmitry Stogov2007-02-191-0/+1
|
* Fixed fcgi_putenv() semantic with NULL valueDmitry Stogov2007-02-191-7/+8
|
* Eliminate strcat() usageIlia Alshanetsky2007-02-181-15/+20
| | | | | Fixed handling of argv[] for GET
* Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children ↵Dmitry Stogov2007-02-161-6/+2
| | | | when parent is killed)
* Fixed bug #40414 (possivle endless fork() loop when running fastcgi)Dmitry Stogov2007-02-153-0/+10
|
* Fixed Bug #40352 (FCGI_WEB_SERVER_ADDRS function get lost)Dmitry Stogov2007-02-151-0/+52
|
* - Give Dmitry credit for all the FastCGI workAndi Gutmans2007-02-141-1/+1
|
* - MFH php --ri <extension>Marcus Boerger2007-02-082-10/+43
|