summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* applied patch from bug report 51452George Wang2010-07-071-0/+1
* fix typos and use correct directive names in error messagesAntony Dovgal2010-07-061-10/+10
* - Reverted fix for bug #48930 (due binary compatibility breakage)Felipe Pena2010-06-292-5/+0
* - Improved initializationFelipe Pena2010-06-272-2/+3
* - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)Felipe Pena2010-06-272-0/+4
* - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments fo...Felipe Pena2010-06-261-6/+9
* - Fixed bug #52162 (custom request header variables with numbers are removed)Sriram Natarajan2010-06-231-1/+1
* - Fixed bug #52086 (No new line at the end of a included file crahes the PHP ...Jérôme Loyet2010-06-191-4/+2
* improve ptrace() testAntony Dovgal2010-06-161-4/+4
* Fix #52067, chroot and chdir path were not checked at startup. If configured ...Jérôme Loyet2010-06-131-0/+54
* support both 'warn' and 'warning' as error levelsAntony Dovgal2010-06-081-1/+1
* fix micro-memleaks (happened once per process)Antony Dovgal2010-06-082-0/+8
* fix commit 299383Jérôme Loyet2010-05-291-2/+2
* typo (thx to Brian P. Mercer)Jérôme Loyet2010-05-291-203/+190
* bug: include paths were not evaluated to to full pathJérôme Loyet2010-05-271-1/+1
* typoJérôme Loyet2010-05-271-20/+22
* merge FPM SAPI from trunk (as agreed with Johannes)Antony Dovgal2010-05-2659-0/+10469
* Document CGI options in the manpage (bug #51718)Raphael Geissert2010-05-111-0/+28
* - fix buildPierre Joye2010-05-041-3/+5
* - revert fix for #51723 in 5.2, vc6 does not support strtoi64, use builtin fu...Pierre Joye2010-05-031-0/+4
* - #51273, Content-length header is limited to 32bit integer with apache2/windowsPierre Joye2010-05-031-1/+9
* - WSPierre Joye2010-05-031-2/+2
* - Fix #51688, ini per dir crashes when invalid document root are givenPierre Joye2010-04-301-0/+4
* - 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