summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | source from a file (thus bypassing any previous filters in the chain). This implementation wraps Zend's internal stream mechanism, allowing ZE to read from Apache's streams instead.
* 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
| | | | | configured output filters for that content type will be added
* 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
| | | | $_ENV gets used).
* 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 ↵Edin Kadribasic2006-05-182-0/+4
| | | | default 1MB
* - Removed source compatibility with libfcgiDmitry Stogov2006-05-153-227/+152
| | | | | | | - Optimized access to FastCGI environment using HashTable instead of linear search - Allowed PHP_FCGI_MAX_REQUESTS=0 to disable PHP die - Allowed PHP_FCGI_CHILDREN=0 to disable PHP spawn workers
* Switch to a signed int for now. Will look at moving to a long throughoutRasmus Lerdorf2006-05-131-1/+1
| | | | | the code here.
* 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
|
* MFH: plug leakAntony Dovgal2006-05-031-0/+1
|
* Fixed bug #37205 (incompatibility with mod_fastcgi)Dmitry Stogov2006-05-032-18/+4
|
* Fixed incompatibility with isapi_fcgi.dllDmitry Stogov2006-05-031-0/+4
|
* Proper fix for bug #37205Dmitry Stogov2006-04-272-0/+14
|
* Revert wrong fixDmitry Stogov2006-04-261-6/+4
|
* Fixed bug #37205 (Serving binary content/images fails with "comm with server ↵Dmitry Stogov2006-04-261-4/+22
| | | | aborted" FastCGI err)
* Correctly import external data (#33292)Edin Kadribasic2006-04-261-0/+5
|
* iFixed compilation on SolarisDmitry Stogov2006-04-241-0/+4
|
* Typo.Andrei Zmievski2006-04-231-1/+1
|
* Fixed SUN_LEN calculationDmitry Stogov2006-04-181-2/+1
|
* Fixed memory leaksDmitry Stogov2006-04-181-0/+4
|
* CGI anf FastCGI assume $_SERVER and $_ENV have the same values,Dmitry Stogov2006-04-071-0/+11
| | | | | so we don't need construct the same arrays twich and may just copy it
* Removed unnecessary copyingDmitry Stogov2006-04-071-4/+4
|
* MFH:Ilia Alshanetsky2006-04-021-2/+1
| | | | | | Removed extra space in the Content-Type header for logos Simplified stderr error reporting in apache sapi.
* CleanupDmitry Stogov2006-03-231-0/+4
|
* Allowed '-b' with UNIX sockets:Dmitry Stogov2006-03-231-1/+12
| | | | | | | -b <hostname>:<port_number> -b <port_number> -b <unix_socket_path>
* - fix php_apache_sapi_header_handler() modifying sapi_headerMichael Wallner2006-03-192-2/+6
| | | | | # already taken care of in apcache1 sapi
* Optimized FastCGI SAPI check. Check for ini options only once.Dmitry Stogov2006-03-171-23/+32
|
* MFH Fix for RISC OSAlex Waugh2006-03-071-0/+1
|
* MFH Improve DOCUMENT_ROOT settingAlex Waugh2006-03-071-3/+6
|