1783 Commits (780c66d14babfbdfd3bcbf4d3db301ae445e90ee)

Author SHA1 Message Date
Dmitry Stogov 780c66d14b Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children when parent is killed) 19 years ago
Dmitry Stogov a79d74b694 Fixed bug #40414 (possivle endless fork() loop when running fastcgi) 19 years ago
Dmitry Stogov 12bbbf022f Fixed Bug #40352 (FCGI_WEB_SERVER_ADDRS function get lost) 19 years ago
Andi Gutmans 71645e8c4f - Give Dmitry credit for all the FastCGI work 19 years ago
Marcus Boerger 38201d8d12 - MFH php --ri <extension> 19 years ago
Dmitry Stogov d44cb7fa7b Prevent flush of closed handle on php_module_shutdown() 19 years ago
Antony Dovgal 1b002cf39f use getenv() 19 years ago
Ilia Alshanetsky d4fbb3ca53 Fixed bug #40127 (apache2handler doesnt compile on Netware). 19 years ago
Johannes Schlüter a95781d9bf - MFH: Bump year 19 years ago
Antony Dovgal 3f3509606d use RETURN_* instead of RETVAL_* and fix #40083 19 years ago
Sebastian Bergmann 4223aa4d5e MFH: Bump year. 19 years ago
Antony Dovgal 2820e6c1fa MFH 19 years ago
Antony Dovgal 46a6bd7f9d MFH 19 years ago
Antony Dovgal 41b55d9b78 MFH 19 years ago
Dmitry Stogov 53b088e60c Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't 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. 19 years ago
Antony Dovgal d6db0ccc12 fix test on MacOS 19 years ago
Dmitry Stogov 868ac7d3a3 Fixed bug #39869 (safe_read does not initialize errno). (michiel at boland dot org) 19 years ago
Ilia Alshanetsky eb8bab9f46 Fixed bug #39816 (apxs2filter ignores httpd.conf & .htaccess php config 20 years ago
Ilia Alshanetsky 1c4806c515 Fixed bug #39201 (Possible crash in Apache 2 with 413 ErrorHandler). 20 years ago
Ilia Alshanetsky cbaaf1bc07 Fixed bug #39797 (virtual() does not reset changed INI settings). 20 years ago
Ilia Alshanetsky d3aa695263 Fixed bug #39787 (PHP doesn't work with Apache 2.3). 20 years ago
Dmitry Stogov 7389f59f4d Fixed FastCGI impersonation for persistent connections on Windows 20 years ago
Antony Dovgal 459564e2d2 fix tests 20 years ago
Alex Waugh 4e0446b6c9 MFH: Improve robustness of sending routines 20 years ago
Antony Dovgal 050e32ed65 fix test 20 years ago
Antony Dovgal 158ad3ee2f add tests for CLI 20 years ago
Dmitry Stogov 8619bf8332 Removed unnecessary getenv/putenv calls 20 years ago
Dmitry Stogov 0916ac47c9 Fixed wrong ext/filter behavior. It didn't register FastCGI environment variables and made memory leaks. 20 years ago
Dmitry Stogov 5caf547a9f cgi.* and fastcgi.* directives are moved to INI subsystem. The new directive cgi.check_shebang_line can be used to ommiting checnk for "#! /usr/bin/php" line. 20 years ago
Ilia Alshanetsky b3006ed2a5 Fixed bug #38456 (Apache2 segfaults when virtual() is called in .php 20 years ago
Ilia Alshanetsky e5f9b479af Fixed bug #38602 (header( "HTTP/1.0 ..." ) does not change proto version). 20 years ago
Hannes Magnusson 7b15d02b99 Fix build 20 years ago
Pierre Joye c002606a88 - fix build (var.s is for zstr) 20 years ago
Ilia Alshanetsky 6123f11021 MFH: 20 years ago
Uwe Schindler 3cfbbc0635 MFH: update readme 20 years ago
Uwe Schindler 841bac014a Fix build in Sun Webserver 7 (should be in 5.2.0, it's not critical but does not break mainstream sapis!!!) 20 years ago
Dmitry Stogov bf95b64376 Fixed bug #39020 (PHP in FastCGI server mode crashes) 20 years ago
Brian France 33879eceb3 Memory assigned to the request_rec should be allocated from apache pools 20 years ago
Dmitry Stogov 4705155d13 Removed unused libfcgi 20 years ago
Antony Dovgal bc81c718c8 fix CGI build 20 years ago
Ilia Alshanetsky be18d5f345 Restore support for unquoted -d options 20 years ago
Dmitry Stogov 7d14dad02e MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; constants are working exactly like in php.ini; with FastCGI -d affects all requests). 20 years ago
Antony Dovgal 4b257a1c0e fix leak with `php -c /path -h` 20 years ago
Dmitry Stogov da09526eac Fix for bug #38757 (MultiPart Form Uploads fail with FastCGI) 20 years ago
Dmitry Stogov 567a4785b3 Don't try to do safe connection close in case of FastCGI protocol error 20 years ago
Nuno Lopes 47713b1eb7 more int->zend_bool conversions 20 years ago
Dmitry Stogov a5107c1803 Fixed "signed/unsigned mismatch" warning. 20 years ago
Dmitry Stogov f9d9c4a6aa FastCGI environment variables must not be overriden by system environment variables 20 years ago
Dmitry Stogov f7e99a2162 Fixed bug #38543 (shutdown_executor() may segfault when memory_limit is too low). 20 years ago
Ilia Alshanetsky 672da2daeb MFH: sa_len compile fix for IRIX 20 years ago