summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* long -> int + minor sources reorganizationAntony Dovgal2008-07-011-50/+51
* fixed types (no more compiler warnings)Alexey Zakhlestin2008-06-281-2/+2
* updated to the new parameter-parsing apiAlexey Zakhlestin2008-06-281-62/+69
* Fixed possible buffer overflowDmitry Stogov2008-06-231-3/+7
* MFH: Response to: [PHP-DEV] cleaning up the functions - any volunteers? :)Uwe Schindler2008-06-221-11/+17
* fix testAntony Dovgal2008-06-061-18/+43
* Fixed bug #45144 (ap_child_terminate() isn't available on threaded builds)Scott MacVicar2008-06-011-0/+2
* Windows configure fixes, a few additional lib names allowed, apache2 only on ...Elizabeth Marie Smith2008-05-143-8/+16
* These are really old config.w32 files - now they use PHP_PHP_BUILD correctly ...Elizabeth Marie Smith2008-04-152-4/+4
* Optimized request startup sequence for php.ini without per dir and per host c...Dmitry Stogov2008-04-151-30/+35
* 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