summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* - 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
* 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
* 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
* poll() is not affected by FD_SETSIZE (Tony)Dmitry Stogov2007-02-261-15/+16
* - avoid sprintfMarcus Boerger2007-02-242-6/+6
* Use poll() instead of select() if availableDmitry Stogov2007-02-241-4/+29
* check for NULL, then add flagAntony Dovgal2007-02-221-7/+7
* implement PHP_STREAM_FLAG_NO_CLOSE and avoid hacks in plain wrapperAntony Dovgal2007-02-211-0/+6
* Check for FD_SETSIZE limitDmitry Stogov2007-02-211-9/+14
* fix typoAntony Dovgal2007-02-211-1/+1
* move PHP_TEST_WRITE_STDOUT to acinclude.m4 and use it in configure.inAntony Dovgal2007-02-201-32/+0
* don't call php_module_startup() directly, use startup functionsAntony Dovgal2007-02-202-3/+4
* MFBAntony Dovgal2007-02-201-1/+2
* MFB: Eliminate strcat() usageAntony Dovgal2007-02-192-16/+21
* Initialize "retval" on each requestDmitry Stogov2007-02-191-0/+1
* Fixed fcgi_putenv() semantic with NULL valueDmitry Stogov2007-02-191-7/+8
* Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children when...Dmitry Stogov2007-02-161-4/+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
* explicitly set module nameAntony Dovgal2007-02-071-1/+8
* upgrade apache2filter to php6Antony Dovgal2007-02-074-7/+7
* change "php5" to "php6" everywhereAntony Dovgal2007-02-077-32/+32
* Prevent flush() of closed handle on php_module_shutdown()Dmitry Stogov2007-01-291-0/+4
* - Add --ri/--rextinfoMarcus Boerger2007-01-232-0/+34
* use getenv()Antony Dovgal2007-01-2015-15/+15
* Fake out the module name, since the filename is different now.Andrei Zmievski2007-01-111-1/+7
* Rename php5 module to php6. Remove version number fromAndrei Zmievski2007-01-1010-46/+46
* - Bump yearJohannes Schlüter2007-01-101-2/+2
* fix #40083Antony Dovgal2007-01-101-14/+14
* fix magic numbersAntony Dovgal2007-01-032-2/+2
* Bump year.Sebastian Bergmann2007-01-0146-52/+52
* make sure l != 0Antony Dovgal2006-12-281-1/+1
* fix sapi/embed buildAntony Dovgal2006-12-281-0/+1
* fix buildAntony Dovgal2006-12-281-8/+6
* use strlcat()Antony Dovgal2006-12-282-4/+4
* prevent potential leak on errorAntony Dovgal2006-12-211-0/+6
* Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't make aDmitry Stogov2006-12-204-33/+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
* MFB: Fixed bug #39201 (Possible crash in Apache 2 with 413 ErrorHandler).Ilia Alshanetsky2006-12-131-2/+7
* MFB: Fixed bug #39797 (virtual() does not reset changed INI settings).Ilia Alshanetsky2006-12-121-0/+14