Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSL | SVN Migration | 2006-10-15 | 168 | -30920/+0 |
| | |||||
* | 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 |
| | |||||
* | apache2handler sapi is no longer experimental | Ilia Alshanetsky | 2006-07-11 | 1 | -5/+0 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_2'. | SVN Migration | 2006-07-05 | 1 | -0/+35 |
| | |||||
* | Reimplementation of the way Apache 2 Filter works. Instead of ripping the | John Coggeshall | 2006-07-03 | 2 | -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 Dovgal | 2006-06-27 | 2 | -6/+6 |
| | |||||
* | MFH: initialize pointers | Antony Dovgal | 2006-06-20 | 1 | -2/+2 |
| | |||||
* | MFH: plug leak in CGI SAPI when running scripts with query string in console | Antony Dovgal | 2006-06-19 | 1 | -1/+8 |
| | |||||
* | - Fix Bug #37780 memory leak trying to execute a non existing file (CLI) | Michael Wallner | 2006-06-19 | 1 | -1/+10 |
| | |||||
* | MFH: add missing ifdef and avoid "unused variable" warning | Antony Dovgal | 2006-06-19 | 1 | -1/+3 |
| | |||||
* | plug memory leak in sapi_putenv, by using setenv(), that doesnt need any malloc | Nuno Lopes | 2006-06-17 | 1 | -2/+21 |
| | |||||
* | Removed warnings | Dmitry Stogov | 2006-06-13 | 1 | -2/+2 |
| | |||||
* | Removed warning | Dmitry Stogov | 2006-06-13 | 1 | -1/+1 |
| | |||||
* | - sync with apache2handler | Michael Wallner | 2006-06-09 | 1 | -7/+10 |
| | |||||
* | MFH: fix bug #37720 (merge_php_config scrambles values) | Michael Wallner | 2006-06-09 | 1 | -5/+9 |
| | |||||
* | MFH | Johannes Schlüter | 2006-06-03 | 2 | -71/+36 |
| | |||||
* | MFH: call ap_set_content_type() only once, else each time we call it, | Michael Wallner | 2006-05-28 | 2 | -6/+15 |
| | | | | | configured output filters for that content type will be added | ||||
* | Fixed bug #37496 (FastCGI output buffer overrun) | Dmitry Stogov | 2006-05-25 | 1 | -2/+5 |
| | |||||
* | Fixed bug #37256 (php-fastcgi dosen't handle connection abort) | Dmitry Stogov | 2006-05-24 | 1 | -1/+1 |
| | |||||
* | Fixed bug #37341 ($_SERVER in included file is shortened to two entries, if ↵ | Dmitry Stogov | 2006-05-24 | 1 | -2/+6 |
| | | | | $_ENV gets used). | ||||
* | Fixed bug #37496 (FastCGI output buffer overrun) | Dmitry Stogov | 2006-05-22 | 1 | -15/+27 |
| | |||||
* | fix typo | Antony Dovgal | 2006-05-22 | 1 | -1/+1 |
| | |||||
* | Give exe files 8MB stack (same default as on Linux) instead of Windows ↵ | Edin Kadribasic | 2006-05-18 | 2 | -0/+4 |
| | | | | default 1MB | ||||
* | - Removed source compatibility with libfcgi | Dmitry Stogov | 2006-05-15 | 3 | -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 throughout | Rasmus Lerdorf | 2006-05-13 | 1 | -1/+1 |
| | | | | | the code here. | ||||
* | Fixed bug #37306 (max_execution_time = max_input_time) | Dmitry Stogov | 2006-05-11 | 1 | -0/+1 |
| | |||||
* | Add input_filter hook call in getenv() | Rasmus Lerdorf | 2006-05-10 | 1 | -1/+5 |
| | |||||
* | - Update after api changes | Marcus Boerger | 2006-05-10 | 1 | -1/+1 |
| | |||||
* | Fixed bug #37376 (fastcgi.c compile fail with gcc 2.95.4). | Ilia Alshanetsky | 2006-05-09 | 1 | -5/+7 |
| | |||||
* | Enable parallel build against Apache 2.2 libs and headers | Edin Kadribasic | 2006-05-07 | 1 | -0/+17 |
| | |||||
* | Fixed bug #37313 (sigemptyset() used without including <signal.h>). (jdolecek) | Dmitry Stogov | 2006-05-05 | 1 | -1/+1 |
| |