summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* 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 slpr...Uwe Schindler2007-03-061-14/+10
* 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
* 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 bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children when...Dmitry Stogov2007-02-161-6/+2
* 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
* Prevent flush of closed handle on php_module_shutdown()Dmitry Stogov2007-01-291-0/+4
* use getenv()Antony Dovgal2007-01-2015-15/+15
* Fixed bug #40127 (apache2handler doesnt compile on Netware).Ilia Alshanetsky2007-01-141-3/+3
* - MFH: Bump yearJohannes Schlüter2007-01-101-2/+2
* use RETURN_* instead of RETVAL_* and fix #40083Antony Dovgal2007-01-101-14/+14
* MFH: Bump year.Sebastian Bergmann2007-01-0146-50/+50
* MFHAntony Dovgal2006-12-281-1/+1
* MFHAntony Dovgal2006-12-282-4/+4
* MFHAntony Dovgal2006-12-211-0/+6
* Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't mak...Dmitry Stogov2006-12-204-34/+11
* fix test on MacOSAntony Dovgal2006-12-191-1/+1
* Fixed bug #39869 (safe_read does not initialize errno). (michiel at boland do...Dmitry Stogov2006-12-191-0/+2
* Fixed bug #39816 (apxs2filter ignores httpd.conf & .htaccess php configIlia Alshanetsky2006-12-131-0/+1
* Fixed bug #39201 (Possible crash in Apache 2 with 413 ErrorHandler).Ilia Alshanetsky2006-12-131-2/+7
* Fixed bug #39797 (virtual() does not reset changed INI settings).Ilia Alshanetsky2006-12-121-0/+14
* Fixed bug #39787 (PHP doesn't work with Apache 2.3).Ilia Alshanetsky2006-12-112-0/+8
* Fixed FastCGI impersonation for persistent connections on WindowsDmitry Stogov2006-12-051-9/+17
* fix testsAntony Dovgal2006-12-0413-33/+33
* MFH: Improve robustness of sending routinesAlex Waugh2006-11-261-12/+32
* fix testAntony Dovgal2006-11-241-1/+1
* add tests for CLIAntony Dovgal2006-11-2417-0/+922
* Removed unnecessary getenv/putenv callsDmitry Stogov2006-11-151-37/+72
* Fixed wrong ext/filter behavior. It didn't register FastCGI environment varia...Dmitry Stogov2006-11-151-3/+4