summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* MFB: Fixed bug #38456 (Apache2 segfaults when virtual() is called in .phpIlia Alshanetsky2006-11-091-1/+1
* MFB: Fixed bug #38602 (header( "HTTP/1.0 ..." ) does not change protoIlia Alshanetsky2006-11-091-2/+7
* update readmeUwe Schindler2006-10-271-6/+6
* Fix build in Sun Webserver 7Uwe Schindler2006-10-271-11/+11
* Fixed buildIlia Alshanetsky2006-10-251-1/+1
* Fix buildHannes Magnusson2006-10-231-0/+1
* Added filter support for $_SERVER in cgi/apache2 sapisIlia Alshanetsky2006-10-234-9/+33
* Fixed bug #39020 (PHP in FastCGI server mode crashes)Dmitry Stogov2006-10-161-3/+20
* MFB:Brian France2006-10-121-7/+2
* - Updated the Apache 1.3 sapi as add_assoc_string's signature has been changed.Derick Rethans2006-09-271-6/+2
* fix CGI buildAntony Dovgal2006-09-231-8/+8
* MFB: Restore support for unquoted -d optionsIlia Alshanetsky2006-09-222-12/+40
* fix leaks with `php -d option=value -c /path -h`Antony Dovgal2006-09-151-6/+8
* Fix for bug #38757 (MultiPart Form Uploads fail with FastCGI)Dmitry Stogov2006-09-131-1/+1
* Don't try to do safe connection close in case of FastCGI protocol errorDmitry Stogov2006-09-111-3/+5
* MFB: more int->zend_bool conversionsNuno Lopes2006-09-062-2/+4
* Fixed "signed/unsigned mismatch" warningDmitry Stogov2006-09-041-1/+1
* FastCGI environment variables must not be overriden by system environment var...Dmitry Stogov2006-08-311-2/+4
* Fixed bug #38543 (shutdown_executor() may segfault when memory_limit is too l...Dmitry Stogov2006-08-221-2/+9
* "sa_len" is defined to "sa_union . sa_generic . sa_len2" on IRIX,Sascha Schumann2006-08-201-5/+5
* typos in comments and other minor improvementsAntony Dovgal2006-08-101-3/+3
* implement zend_unicode_to_string() and zend_string_to_unicode()Antony Dovgal2006-08-081-4/+4
* fix bug with variables clobbered by longjmpStanislav Malyshev2006-08-081-3/+3
* Added "PHPINIDir" Apache directive to apache and apache_hooks SAPIsDmitry Stogov2006-08-032-0/+26
* nuke unused variableAntony Dovgal2006-07-261-1/+0
* - fix TS issue found by JaniMichael Wallner2006-07-251-1/+1
* Changed memory_get_usage() and memory_get_peak_usage(). Optional boolean argu...Dmitry Stogov2006-07-254-4/+4
* Documentation fixDmitry Stogov2006-07-241-8/+13
* New memory managerDmitry Stogov2006-07-184-7/+4
* MFB: apache2handler sapi is no longer experimentalIlia Alshanetsky2006-07-111-5/+0
* Added windows build support for apach2filter, supporting apache 2.0.x and 2.2.xEdin Kadribasic2006-07-051-0/+35
* fix #37920 (compilation problems on z/OS)Antony Dovgal2006-06-272-6/+6
* Argument infoHannes Magnusson2006-06-253-3/+21
* initialize pointersAntony Dovgal2006-06-201-2/+2
* plug leak in CGI SAPI when running scripts with query string in consoleAntony Dovgal2006-06-191-1/+7
* MFB52: Fix Bug #37780 memory leak trying to execute a non existing file (CLI)Michael Wallner2006-06-191-1/+10
* add missing ifdef and avoid "unused variable" warningAntony Dovgal2006-06-191-0/+2
* MFBNuno Lopes2006-06-171-2/+21
* Removed warningsDmitry Stogov2006-06-131-2/+2
* Removed warningDmitry Stogov2006-06-131-1/+1
* - sync with apache2handlerMichael Wallner2006-06-091-7/+10
* - fix bug #37720 (merge_php_config scrambles values)Michael Wallner2006-06-091-6/+10
* - Removed useless -g command line option from CGI and CLIJohannes Schlüter2006-06-032-70/+36
* - explicit usage of TS macrosMichael Wallner2006-06-035-8/+8
* - new output control codeMichael Wallner2006-06-029-30/+26
* - call ap_set_content_type() only once, else each time we call it,Michael Wallner2006-05-282-6/+15
* Fixed bug #37496 (FastCGI output buffer overrun)Dmitry Stogov2006-05-251-2/+5
* Fixed bug #37256 (php-fastcgi dosen't handle connection abort)Dmitry Stogov2006-05-241-1/+1
* Fixed bug #37341 ($_SERVER in included file is shortened to two entries, if $...Dmitry Stogov2006-05-241-2/+6
* Fixed bug #37496 (FastCGI output buffer overrun)Dmitry Stogov2006-05-221-15/+27