summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug #40127 (apache2handler doesnt compile on Netware).Ilia Alshanetsky2007-01-141-3/+3
|
* - MFH: Bump yearJohannes Schlüter2007-01-101-2/+2
|
* use RETURN_* instead of RETVAL_* and fix #40083Antony Dovgal2007-01-101-14/+14
|
* MFH: Bump year.Sebastian Bergmann2007-01-0146-50/+50
|
* MFHAntony Dovgal2006-12-281-1/+1
|
* MFHAntony Dovgal2006-12-282-4/+4
|
* MFHAntony Dovgal2006-12-211-0/+6
|
* Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't ↵Dmitry Stogov2006-12-204-34/+11
| | | | make any significant slowdown, but incrise maintainability a lot. Note that the setting of memory_limit wasn't changes (neither in main/main.c nor in php.ini) and it still set to 16M.
* fix test on MacOSAntony Dovgal2006-12-191-1/+1
|
* Fixed bug #39869 (safe_read does not initialize errno). (michiel at boland ↵Dmitry Stogov2006-12-191-0/+2
| | | | dot org)
* Fixed bug #39816 (apxs2filter ignores httpd.conf & .htaccess php configIlia Alshanetsky2006-12-131-0/+1
| | | | | settings).
* 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 ↵Dmitry Stogov2006-11-151-3/+4
| | | | variables and made memory leaks.
* cgi.* and fastcgi.* directives are moved to INI subsystem. The new directive ↵Dmitry Stogov2006-11-141-58/+124
| | | | cgi.check_shebang_line can be used to ommiting checnk for "#! /usr/bin/php" line.
* Fixed bug #38456 (Apache2 segfaults when virtual() is called in .phpIlia Alshanetsky2006-11-091-1/+1
| | | | | ErrorDocument).
* 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
| | | | | | Added filter support for $_SERVER in cgi/apache2 sapis Make sure PHP_SELF is filtered in Apache 1 sapi
* 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
| | | | not break mainstream sapis!!!)
* 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
| | | | | and should not be free'ed at the end of the handler phase
* 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; ↵Dmitry Stogov2006-09-192-58/+56
| | | | constants are working exactly like in php.ini; with FastCGI -d affects all requests).
* 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 ↵Dmitry Stogov2006-08-311-2/+4
| | | | variables
* Fixed bug #38543 (shutdown_executor() may segfault when memory_limit is too ↵Dmitry Stogov2006-08-221-2/+9
| | | | low).
* MFH: sa_len compile fix for IRIXIlia Alshanetsky2006-08-201-5/+5
| | | | | # Patch by Sascha
* 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 ↵Dmitry Stogov2006-07-254-4/+4
| | | | argument allows get memory size allocated by emalloc() (by default) or real size of memory allocated from system.
* Documentation fixDmitry Stogov2006-07-241-8/+13
|
* New memory managerDmitry Stogov2006-07-184-7/+4
|