summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #39020 (PHP in FastCGI server mode crashes)Dmitry Stogov2006-10-161-3/+20
* Memory assigned to the request_rec should be allocated from apache poolsBrian France2006-10-121-7/+2
* Removed unused libfcgiDmitry Stogov2006-09-2820-8673/+1
* fix CGI buildAntony Dovgal2006-09-231-8/+8
* Restore support for unquoted -d optionsIlia Alshanetsky2006-09-222-12/+40
* MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; c...Dmitry Stogov2006-09-192-58/+56
* fix leak with `php -c /path -h`Antony Dovgal2006-09-151-3/+4
* 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
* more int->zend_bool conversionsNuno Lopes2006-09-062-2/+4
* Fixed "signed/unsigned mismatch" warning.Dmitry 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
* MFH: sa_len compile fix for IRIXIlia Alshanetsky2006-08-201-5/+5
* typos in comments and other minor improvementsAntony Dovgal2006-08-101-3/+3
* 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
* 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
* apache2handler sapi is no longer experimentalIlia Alshanetsky2006-07-111-5/+0
* This commit was manufactured by cvs2svn to create branch 'PHP_5_2'.SVN Migration2006-07-051-0/+35
* Reimplementation of the way Apache 2 Filter works. Instead of ripping theJohn Coggeshall2006-07-032-82/+110
* MFH: fix #37920 (compilation problems on z/OS)Antony Dovgal2006-06-272-6/+6
* MFH: initialize pointersAntony Dovgal2006-06-201-2/+2
* MFH: plug leak in CGI SAPI when running scripts with query string in consoleAntony Dovgal2006-06-191-1/+8
* - Fix Bug #37780 memory leak trying to execute a non existing file (CLI)Michael Wallner2006-06-191-1/+10
* MFH: add missing ifdef and avoid "unused variable" warningAntony Dovgal2006-06-191-1/+3
* plug memory leak in sapi_putenv, by using setenv(), that doesnt need any mallocNuno 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
* MFH: fix bug #37720 (merge_php_config scrambles values)Michael Wallner2006-06-091-5/+9
* MFHJohannes Schlüter2006-06-032-71/+36
* MFH: 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
* fix typoAntony Dovgal2006-05-221-1/+1
* Give exe files 8MB stack (same default as on Linux) instead of Windows defaul...Edin Kadribasic2006-05-182-0/+4
* - Removed source compatibility with libfcgiDmitry Stogov2006-05-153-227/+152
* Switch to a signed int for now. Will look at moving to a long throughoutRasmus Lerdorf2006-05-131-1/+1
* Fixed bug #37306 (max_execution_time = max_input_time)Dmitry Stogov2006-05-111-0/+1
* Add input_filter hook call in getenv()Rasmus Lerdorf2006-05-101-1/+5
* - Update after api changesMarcus Boerger2006-05-101-1/+1
* Fixed bug #37376 (fastcgi.c compile fail with gcc 2.95.4).Ilia Alshanetsky2006-05-091-5/+7
* Enable parallel build against Apache 2.2 libs and headersEdin Kadribasic2006-05-071-0/+17
* Fixed bug #37313 (sigemptyset() used without including <signal.h>). (jdolecek)Dmitry Stogov2006-05-051-1/+1