1769 Commits (121a317695303d8b74b970b5a970f4d3f392899d)

Author SHA1 Message Date
Antony Dovgal 2486c2df50 fix leaks with `php -d option=value -c /path -h` 20 years ago
Dmitry Stogov 73d53309c3 Fix for bug #38757 (MultiPart Form Uploads fail with FastCGI) 20 years ago
Dmitry Stogov 45d09f5eac Don't try to do safe connection close in case of FastCGI protocol error 20 years ago
Nuno Lopes 2320354d66 MFB: more int->zend_bool conversions 20 years ago
Dmitry Stogov df23e559b5 Fixed "signed/unsigned mismatch" warning 20 years ago
Dmitry Stogov b94fb5e09c FastCGI environment variables must not be overriden by system environment variables 20 years ago
Dmitry Stogov fcb9e3bc28 Fixed bug #38543 (shutdown_executor() may segfault when memory_limit is too low). 20 years ago
Sascha Schumann 3582e2f132 "sa_len" is defined to "sa_union . sa_generic . sa_len2" on IRIX, 20 years ago
Antony Dovgal 3cf1565d90 typos in comments and other minor improvements 20 years ago
Antony Dovgal dbe2092313 implement zend_unicode_to_string() and zend_string_to_unicode() 20 years ago
Stanislav Malyshev a9a858d7ad fix bug with variables clobbered by longjmp 20 years ago
Dmitry Stogov c6fdecc906 Added "PHPINIDir" Apache directive to apache and apache_hooks SAPIs 20 years ago
Antony Dovgal cdb628d67d nuke unused variable 20 years ago
Michael Wallner 29438e890a - fix TS issue found by Jani 20 years ago
Dmitry Stogov 61d39cf1c1 Changed memory_get_usage() and memory_get_peak_usage(). Optional boolean argument allows get memory size allocated by emalloc() (by default) or real size of memory allocated from system. 20 years ago
Dmitry Stogov b0e3dfab13 Documentation fix 20 years ago
Dmitry Stogov 6687f0377b New memory manager 20 years ago
Ilia Alshanetsky bb9a727682 MFB: apache2handler sapi is no longer experimental 20 years ago
Edin Kadribasic 66790e727a Added windows build support for apach2filter, supporting apache 2.0.x and 2.2.x 20 years ago
Antony Dovgal 5c06523d75 fix #37920 (compilation problems on z/OS) 20 years ago
Hannes Magnusson 9f96f0340b Argument info 20 years ago
Antony Dovgal 737e1bdd92 initialize pointers 20 years ago
Antony Dovgal d6669ef575 plug leak in CGI SAPI when running scripts with query string in console 20 years ago
Michael Wallner dbfa7271c8 MFB52: Fix Bug #37780 memory leak trying to execute a non existing file (CLI) 20 years ago
Antony Dovgal cb68193690 add missing ifdef and avoid "unused variable" warning 20 years ago
Nuno Lopes f1d78f433d MFB 20 years ago
Dmitry Stogov e901a7a870 Removed warnings 20 years ago
Dmitry Stogov cd54f8ef04 Removed warning 20 years ago
Michael Wallner 40ac3637c2 - sync with apache2handler 20 years ago
Michael Wallner d6b04eb53e - fix bug #37720 (merge_php_config scrambles values) 20 years ago
Johannes Schlüter 9c5fdd1b7f - Removed useless -g command line option from CGI and CLI 20 years ago
Michael Wallner 231ad17475 - explicit usage of TS macros 20 years ago
Michael Wallner 4ce0141713 - new output control code 20 years ago
Michael Wallner 04766b7933 - call ap_set_content_type() only once, else each time we call it, 20 years ago
Dmitry Stogov c6256d890a Fixed bug #37496 (FastCGI output buffer overrun) 20 years ago
Dmitry Stogov 94004da0ed Fixed bug #37256 (php-fastcgi dosen't handle connection abort) 20 years ago
Dmitry Stogov 0f9c8e550e Fixed bug #37341 ($_SERVER in included file is shortened to two entries, if $_ENV gets used). 20 years ago
Dmitry Stogov dbf6f9b81c Fixed bug #37496 (FastCGI output buffer overrun) 20 years ago
Antony Dovgal 0e5ce38c04 fix typo 20 years ago
Dmitry Stogov c0c388832c - Removed source compatibility with libfcgi 20 years ago
Rasmus Lerdorf 9b985490f6 We might want to consider moving this to a long throughout the sapi code, 20 years ago
Dmitry Stogov b75a22b203 Fixed bug #37306 (max_execution_time = max_input_time). 20 years ago
Rasmus Lerdorf 839c3e24a3 MFB input filter hook for getenv() 20 years ago
Ilia Alshanetsky 2721311863 MFB: Fixed bug #37376 (fastcgi.c compile fail with gcc 2.95.4). 20 years ago
Edin Kadribasic 75af4d3bb5 MFB: Enable parallel build against Apache 2.2 libs and headers 20 years ago
Dmitry Stogov 27fe3ef1e7 Fixed bug #37313 (sigemptyset() used without including <signal.h>). (jdolecek) 20 years ago
Antony Dovgal 8ab0e121d4 plug leak 20 years ago
Dmitry Stogov d958c27fca Fixed bug #37205 (incompatibility with mod_fastcgi) 20 years ago
Dmitry Stogov 0f489f738c Fixed incompatibility with isapi_fcgi.dll 20 years ago
Uwe Schindler c9156346eb Remove hiding of authorization headers completely because safe mode canceled 20 years ago