summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* fix warningsAntony Dovgal2008-07-251-1/+1
* MFH: Allow filters to work on INPUT_SERVER in CLI (bug #44779)Arnaud Le Blanc2008-07-241-5/+21
* MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSEAntony Dovgal2008-07-231-4/+0
* - MFH: Fixed bug #44246 (closedir() accepts a file resource opened by fopen())Felipe Pena2008-07-221-0/+4
* Fixed chdir() into requested file directory inconsistenciesDmitry Stogov2008-07-211-9/+0
* - Added arginfoFelipe Pena2008-07-203-31/+173
* Fix compile error due to the removal of fteller on streams.Scott MacVicar2008-07-182-16/+13
* - Added arginfoFelipe Pena2008-07-164-27/+147
* Fixed bug #45151 (Crash with URI/file..php (filename contains 2 dots))Dmitry Stogov2008-07-151-9/+36
* Fixed bug #45423 (fastcgi parent process doesn't invoke php_module_shutdown b...Dmitry Stogov2008-07-152-19/+53
* fix testAntony Dovgal2008-07-131-4/+9
* add test for the shebang thingNuno Lopes2008-07-061-0/+39
* fix test for good consoles (tm)Nuno Lopes2008-07-061-0/+3
* 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