summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* MFHAntony Dovgal2006-12-211-0/+6
* Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't mak...Dmitry Stogov2006-12-204-34/+11
* fix test on MacOSAntony Dovgal2006-12-191-1/+1
* Fixed bug #39869 (safe_read does not initialize errno). (michiel at boland do...Dmitry Stogov2006-12-191-0/+2
* Fixed bug #39816 (apxs2filter ignores httpd.conf & .htaccess php configIlia Alshanetsky2006-12-131-0/+1
* Fixed bug #39201 (Possible crash in Apache 2 with 413 ErrorHandler).Ilia Alshanetsky2006-12-131-2/+7
* Fixed bug #39797 (virtual() does not reset changed INI settings).Ilia Alshanetsky2006-12-121-0/+14
* Fixed bug #39787 (PHP doesn't work with Apache 2.3).Ilia Alshanetsky2006-12-112-0/+8
* Fixed FastCGI impersonation for persistent connections on WindowsDmitry Stogov2006-12-051-9/+17
* fix testsAntony Dovgal2006-12-0413-33/+33
* MFH: Improve robustness of sending routinesAlex Waugh2006-11-261-12/+32
* fix testAntony Dovgal2006-11-241-1/+1
* add tests for CLIAntony Dovgal2006-11-2417-0/+922
* Removed unnecessary getenv/putenv callsDmitry Stogov2006-11-151-37/+72
* Fixed wrong ext/filter behavior. It didn't register FastCGI environment varia...Dmitry Stogov2006-11-151-3/+4
* cgi.* and fastcgi.* directives are moved to INI subsystem. The new directive ...Dmitry Stogov2006-11-141-58/+124
* Fixed bug #38456 (Apache2 segfaults when virtual() is called in .phpIlia Alshanetsky2006-11-091-1/+1
* Fixed bug #38602 (header( "HTTP/1.0 ..." ) does not change proto version).Ilia Alshanetsky2006-11-091-2/+7
* Fix buildHannes Magnusson2006-11-041-0/+1
* - fix build (var.s is for zstr)Pierre Joye2006-11-031-2/+2
* MFH:Ilia Alshanetsky2006-11-034-9/+33
* MFH: update readmeUwe Schindler2006-10-271-6/+6
* Fix build in Sun Webserver 7 (should be in 5.2.0, it's not critical but does ...Uwe Schindler2006-10-271-11/+11
* 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