summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script)Dmitry Stogov2008-04-091-1/+1
* MFH: fix testAntony Dovgal2008-04-071-1/+7
* - Fixed possible stack buffer overflow in FastCGI SAPI. (Andrey Nigmatulin)Dmitry Stogov2008-04-031-1/+4
* MFB: Fixed bug #44564 (escapeshellarg removes UTF-8 multi-byte characters)Felipe Pena2008-03-301-0/+16
* MFH:Marcus Boerger2008-03-251-20/+17
* - MFH Use sizeof rather than strlen and cleanupMarcus Boerger2008-03-251-11/+10
* Typo (I wonder if anybody would ever have noticed this)Rasmus Lerdorf2008-03-191-1/+1
* Add new empty child terminate sapi hook to the rest of the sapisRasmus Lerdorf2008-03-1818-1/+19
* exit_on_timeout patchRasmus Lerdorf2008-03-181-0/+9
* Implemented concept of "delayed early binding" that allows opcode caches to p...Dmitry Stogov2008-03-183-3/+3
* RevertRasmus Lerdorf2008-03-171-6/+7
* We need to pass PHP-managed pointers to filter here to avoid havingRasmus Lerdorf2008-03-171-7/+6
* fix tests (removed duplicated stuff)Nuno Lopes2008-03-172-211/+0
* fix testAntony Dovgal2008-03-171-1/+1
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-1610-40/+237
* Adding itk again to non-threaded MPMs. Sorry for the confusionLars Strojny2008-03-111-1/+1
* MFH: New way for check void parametersFelipe Pena2008-03-102-28/+28
* Fix typo (#44381)Felipe Pena2008-03-091-1/+1
* sapi/apache2(handler|filter)/config.m4: Removing itk from the list of threade...Lars Strojny2008-03-092-2/+2
* Adding itk and and peruser MPM to the list of threaded Apache MPMsLars Strojny2008-03-092-4/+4
* Fix test (new constant was added in PREG)Felipe Pena2008-03-081-1/+2
* - MFH: New testsJohannes Schlüter2008-03-073-0/+95
* MFH: New testsJohannes Schlüter2008-03-012-0/+211
* MFHAntony Dovgal2008-02-281-306/+47
* MFB: Fixed security issue detailed in CVE-2008-0599Ilia Alshanetsky2008-02-281-1/+1
* optimizationDmitry Stogov2008-02-152-10/+22
* - Small improvements, no malloc needed for the zvalMarcus Boerger2008-02-031-9/+5
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-305-1/+29
* Fixed bug #43968 (Extending internal class causes a crash)Dmitry Stogov2008-01-291-5/+5
* fix testAntony Dovgal2008-01-291-1/+6
* Fix testHannes Magnusson2008-01-271-1/+13
* Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1Ilia Alshanetsky2008-01-161-2/+0
* Fixed testIlia Alshanetsky2008-01-131-1/+12
* Update copyrightIlia Alshanetsky2008-01-011-1/+1
* Update copyrightIlia Alshanetsky2007-12-311-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-3142-46/+46
* fix testAntony Dovgal2007-12-151-1/+6
* The -f option is fixed to work in the same way as in CLI sapiDmitry Stogov2007-12-031-11/+21
* MFH:- Added support for [HOST=www.example.com] special sectionsJani Taskinen2007-11-091-3/+7
* fix testsAntony Dovgal2007-11-012-2/+2
* Fixed bug #42848 (Status: header incorrect under FastCGI)Dmitry Stogov2007-11-011-3/+74
* Added check for HAVE_GETTIMEOFDAYDmitry Stogov2007-10-261-0/+14
* MFH: wsJani Taskinen2007-10-251-2/+2
* Added CGI SAPI -T option, to measure execution time of script repeated severa...Dmitry Stogov2007-10-251-2/+37
* MFH: fix win buildRob Richards2007-10-052-3/+3
* MFH:- Moved the old regex functions to own extension: eregJani Taskinen2007-10-052-2/+2
* MFH:- Added common getopt implementation to core.Jani Taskinen2007-10-019-427/+10
* fix a few compiler warnings (mostly use of unitialized values)Nuno Lopes2007-09-291-1/+1
* MFH:Jani Taskinen2007-09-281-4/+112
* MFH: ws + csJani Taskinen2007-09-271-68/+77