| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed bug #40127 (apache2handler doesnt compile on Netware). | Ilia Alshanetsky | 2007-01-14 | 1 | -3/+3 |
| | | |||||
| * | - MFH: Bump year | Johannes Schlüter | 2007-01-10 | 1 | -2/+2 |
| | | |||||
| * | use RETURN_* instead of RETVAL_* and fix #40083 | Antony Dovgal | 2007-01-10 | 1 | -14/+14 |
| | | |||||
| * | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 46 | -50/+50 |
| | | |||||
| * | MFH | Antony Dovgal | 2006-12-28 | 1 | -1/+1 |
| | | |||||
| * | MFH | Antony Dovgal | 2006-12-28 | 2 | -4/+4 |
| | | |||||
| * | MFH | Antony Dovgal | 2006-12-21 | 1 | -0/+6 |
| | | |||||
| * | Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't ↵ | Dmitry Stogov | 2006-12-20 | 4 | -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 MacOS | Antony Dovgal | 2006-12-19 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #39869 (safe_read does not initialize errno). (michiel at boland ↵ | Dmitry Stogov | 2006-12-19 | 1 | -0/+2 |
| | | | | | dot org) | ||||
| * | Fixed bug #39816 (apxs2filter ignores httpd.conf & .htaccess php config | Ilia Alshanetsky | 2006-12-13 | 1 | -0/+1 |
| | | | | | | settings). | ||||
| * | Fixed bug #39201 (Possible crash in Apache 2 with 413 ErrorHandler). | Ilia Alshanetsky | 2006-12-13 | 1 | -2/+7 |
| | | |||||
| * | Fixed bug #39797 (virtual() does not reset changed INI settings). | Ilia Alshanetsky | 2006-12-12 | 1 | -0/+14 |
| | | |||||
| * | Fixed bug #39787 (PHP doesn't work with Apache 2.3). | Ilia Alshanetsky | 2006-12-11 | 2 | -0/+8 |
| | | |||||
| * | Fixed FastCGI impersonation for persistent connections on Windows | Dmitry Stogov | 2006-12-05 | 1 | -9/+17 |
| | | |||||
| * | fix tests | Antony Dovgal | 2006-12-04 | 13 | -33/+33 |
| | | |||||
| * | MFH: Improve robustness of sending routines | Alex Waugh | 2006-11-26 | 1 | -12/+32 |
| | | |||||
| * | fix test | Antony Dovgal | 2006-11-24 | 1 | -1/+1 |
| | | |||||
| * | add tests for CLI | Antony Dovgal | 2006-11-24 | 17 | -0/+922 |
| | | |||||
| * | Removed unnecessary getenv/putenv calls | Dmitry Stogov | 2006-11-15 | 1 | -37/+72 |
| | | |||||
| * | Fixed wrong ext/filter behavior. It didn't register FastCGI environment ↵ | Dmitry Stogov | 2006-11-15 | 1 | -3/+4 |
| | | | | | variables and made memory leaks. | ||||
| * | cgi.* and fastcgi.* directives are moved to INI subsystem. The new directive ↵ | Dmitry Stogov | 2006-11-14 | 1 | -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 .php | Ilia Alshanetsky | 2006-11-09 | 1 | -1/+1 |
| | | | | | | ErrorDocument). | ||||
| * | Fixed bug #38602 (header( "HTTP/1.0 ..." ) does not change proto version). | Ilia Alshanetsky | 2006-11-09 | 1 | -2/+7 |
| | | |||||
| * | Fix build | Hannes Magnusson | 2006-11-04 | 1 | -0/+1 |
| | | |||||
| * | - fix build (var.s is for zstr) | Pierre Joye | 2006-11-03 | 1 | -2/+2 |
| | | |||||
| * | MFH: | Ilia Alshanetsky | 2006-11-03 | 4 | -9/+33 |
| | | | | | | | Added filter support for $_SERVER in cgi/apache2 sapis Make sure PHP_SELF is filtered in Apache 1 sapi | ||||
| * | MFH: update readme | Uwe Schindler | 2006-10-27 | 1 | -6/+6 |
| | | |||||
| * | Fix build in Sun Webserver 7 (should be in 5.2.0, it's not critical but does ↵ | Uwe Schindler | 2006-10-27 | 1 | -11/+11 |
| | | | | | not break mainstream sapis!!!) | ||||
| * | Fixed bug #39020 (PHP in FastCGI server mode crashes) | Dmitry Stogov | 2006-10-16 | 1 | -3/+20 |
| | | |||||
| * | Memory assigned to the request_rec should be allocated from apache pools | Brian France | 2006-10-12 | 1 | -7/+2 |
| | | | | | | and should not be free'ed at the end of the handler phase | ||||
| * | Removed unused libfcgi | Dmitry Stogov | 2006-09-28 | 20 | -8673/+1 |
| | | |||||
| * | fix CGI build | Antony Dovgal | 2006-09-23 | 1 | -8/+8 |
| | | |||||
| * | Restore support for unquoted -d options | Ilia Alshanetsky | 2006-09-22 | 2 | -12/+40 |
| | | |||||
| * | MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; ↵ | Dmitry Stogov | 2006-09-19 | 2 | -58/+56 |
| | | | | | constants are working exactly like in php.ini; with FastCGI -d affects all requests). | ||||
| * | fix leak with `php -c /path -h` | Antony Dovgal | 2006-09-15 | 1 | -3/+4 |
| | | |||||
| * | Fix for bug #38757 (MultiPart Form Uploads fail with FastCGI) | Dmitry Stogov | 2006-09-13 | 1 | -1/+1 |
| | | |||||
| * | Don't try to do safe connection close in case of FastCGI protocol error | Dmitry Stogov | 2006-09-11 | 1 | -3/+5 |
| | | |||||
| * | more int->zend_bool conversions | Nuno Lopes | 2006-09-06 | 2 | -2/+4 |
| | | |||||
| * | Fixed "signed/unsigned mismatch" warning. | Dmitry Stogov | 2006-09-04 | 1 | -1/+1 |
| | | |||||
| * | FastCGI environment variables must not be overriden by system environment ↵ | Dmitry Stogov | 2006-08-31 | 1 | -2/+4 |
| | | | | | variables | ||||
| * | Fixed bug #38543 (shutdown_executor() may segfault when memory_limit is too ↵ | Dmitry Stogov | 2006-08-22 | 1 | -2/+9 |
| | | | | | low). | ||||
| * | MFH: sa_len compile fix for IRIX | Ilia Alshanetsky | 2006-08-20 | 1 | -5/+5 |
| | | | | | | # Patch by Sascha | ||||
| * | typos in comments and other minor improvements | Antony Dovgal | 2006-08-10 | 1 | -3/+3 |
| | | |||||
| * | fix bug with variables clobbered by longjmp | Stanislav Malyshev | 2006-08-08 | 1 | -3/+3 |
| | | |||||
| * | Added "PHPINIDir" Apache directive to apache and apache_hooks SAPIs | Dmitry Stogov | 2006-08-03 | 2 | -0/+26 |
| | | |||||
| * | nuke unused variable | Antony Dovgal | 2006-07-26 | 1 | -1/+0 |
| | | |||||
| * | Changed memory_get_usage() and memory_get_peak_usage(). Optional boolean ↵ | Dmitry Stogov | 2006-07-25 | 4 | -4/+4 |
| | | | | | argument allows get memory size allocated by emalloc() (by default) or real size of memory allocated from system. | ||||
| * | Documentation fix | Dmitry Stogov | 2006-07-24 | 1 | -8/+13 |
| | | |||||
| * | New memory manager | Dmitry Stogov | 2006-07-18 | 4 | -7/+4 |
| | | |||||
