summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Removed safe_modeKalle Sommer Nielsen2010-04-266-61/+47
* Add PHP_VALUE and PHP_ADMIN_VALUE interpretation from fastcgi headers.Jérôme Loyet2010-04-231-0/+60
* Remove unused functions / variables / #if 0 blocksJérôme Loyet2010-04-236-358/+1
* typoJérôme Loyet2010-04-231-4/+5
* typo and errors in php-fpm.confJérôme Loyet2010-04-231-10/+10
* correct wrong comparison (thx to felipe)Jérôme Loyet2010-04-221-1/+1
* Remove old dsp/dsw/makefile files, these arent used by the build system anymo...Kalle Sommer Nielsen2010-04-218-1119/+0
* - Fix ZTS buildFelipe Pena2010-04-212-9/+9
* switch the configuration syntax from xml to iniJérôme Loyet2010-04-2116-930/+920
* Removed register_globalsKalle Sommer Nielsen2010-04-214-15/+5
* typoJérôme Loyet2010-04-201-2/+2
* Add a check request_method. If fcgi protocol is not followed, a segfault can ...Jérôme Loyet2010-04-201-0/+6
* Change php_defines in configuration file to php_value,php_admin_value,php_fla...Jérôme Loyet2010-04-205-47/+107
* true/false was not a valid value for boolean directivesJérôme Loyet2010-04-191-2/+2
* correct path in the man pageJérôme Loyet2010-04-192-10/+14
* use new type + const staticAntony Dovgal2010-04-131-1/+1
* re-add updated FPMAntony Dovgal2010-04-1361-0/+10702
* prepare to re-add newer FPM version Antony Dovgal2010-04-1359-10355/+0
* Remove a couple TSRMLS_FETCH() calls around ext/main/sapiKalle Sommer Nielsen2010-04-134-20/+15
* add FPM sapi to trunkAntony Dovgal2010-04-1259-0/+10355
* Add ReflectionZendExtension class and --rz option to CLIJohannes Schlüter2010-03-302-6/+28
* - Reverted r296062 and r296065Jani Taskinen2010-03-1218-508/+565
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-1118-565/+508
* - Fixed bug #51237 (milter SAPI crash on startup)Felipe Pena2010-03-081-1/+11
* - Fix php-milter sample usage (-r option doesn't exists here)Felipe Pena2010-03-081-2/+1
* Fixed bug #50795 (man pages have bad whatis entries)Kalle Sommer Nielsen2010-02-171-1/+0
* Fix bug #50940Rasmus Lerdorf2010-02-053-0/+6
* Update copyright year in the man fileIlia Alshanetsky2010-01-041-2/+2
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-0342-46/+46
* fix minor leak in CGI sapi (happened once per child) Antony Dovgal2009-12-231-0/+3
* - Fixed bug #50209 (Compiling with libedit cannot find readline.h)Felipe Pena2009-12-132-2/+6
* MFH: static before constJani Taskinen2009-12-081-1/+1
* - Sync filesJani Taskinen2009-12-021-4/+7
* Fixed bug #50168 (FastCGI fails with wrong error on HEAD request to non-exist...Dmitry Stogov2009-11-301-10/+15
* - Fixed bug #49677 (ini parser crashes with apache2 and using ${something} in...Jani Taskinen2009-11-251-0/+4
* wsJani Taskinen2009-11-251-17/+18
* Fix bug #50140: With default compilation option, php symbols are unresolved f...Uwe Schindler2009-11-171-0/+6
* As I am working on it, further improvement for bug #50087Uwe Schindler2009-11-121-2/+2
* Fix bug #50087: NSAPI performance improvements Uwe Schindler2009-11-121-38/+24
* fix crash on empty doc_rootAntony Dovgal2009-10-201-1/+1
* improve fix for #49767 and #47627 - make PHP report Stanislav Malyshev2009-10-161-1/+1
* - #48779, fix another use case where / usage may differPierre Joye2009-10-151-4/+0
* - #48779, improve fix, drop usage of _tolower and use zend_strtolowerPierre Joye2009-10-121-2/+2
* - Fixed build and comment-styleFelipe Pena2009-10-091-4/+4
* - changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be cas...Garrett Serack2009-10-091-2/+22
* Fixed testIlia Alshanetsky2009-09-131-2/+2
* - Simplified a bit and fixed possible memory corruption and definate leak.Jani Taskinen2009-09-101-23/+6
* - Drop unused varFelipe Pena2009-09-051-1/+0
* - Fixed bug #49182 (PHP CGI always outputs the shebang line)Jani Taskinen2009-09-051-0/+24
* - be sure to get all crt dbg errors in stderrPierre Joye2009-09-021-2/+4