347 Commits (dfab627dfaf960b74e68505d2a7e35110fb00a68)

Author SHA1 Message Date
Sebastian Bergmann 9b620d50b4 Bump copyright year, 2 of 2. 18 years ago
Dmitry Stogov e54f02059e The -f option is fixed to work in the same way as in CLI sapi 19 years ago
Jani Taskinen ae2b2b1465 - Added support for [HOST=www.example.com] sections 19 years ago
Dmitry Stogov 73e8a773fa use slprintf() 19 years ago
Dmitry Stogov dba5f202f0 Fixed bug #42848 (Status: header incorrect under FastCGI) 19 years ago
Dmitry Stogov ffbbe893c9 Added check for HAVE_GETTIMEOFDAY 19 years ago
Jani Taskinen 3c85eea2cf ws 19 years ago
Dmitry Stogov 896cdeee7a Added CGI SAPI -T option, to measure execution time of script repeated several times. 19 years ago
Jani Taskinen 44cbb46246 - Added common getopt implementation to core. 19 years ago
Jani Taskinen f964370a35 - Added ".htaccess" style user-defined php.ini files support for 19 years ago
Jani Taskinen 70abdbeef2 ws + cs fixes 19 years ago
Dmitry Stogov 8146078f7b Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 19 years ago
Dmitry Stogov fb5479c145 ws 19 years ago
Dmitry Stogov 4d9ca5ef3c Fixed bug #42699 (PHP_SELF duplicates path) 19 years ago
Dmitry Stogov c49d25c642 Fixed bug #42587 (behaviour change regarding symlinked .php files) 19 years ago
Antony Dovgal eec31a3df3 output is started in php_module_startup(), no need to start it twice 19 years ago
Dmitry Stogov cbc9348dae Fixed bug #42523 (PHP_SELF duplicates path) 19 years ago
Dmitry Stogov 98bb2b0d9e Fixed bug #42453 (CGI SAPI does not shut down cleanly with -i/-m/-v cmdline options) 19 years ago
Stanislav Malyshev c56929d6f1 remove unneeded variables 19 years ago
Dmitry Stogov b9163fe9de - Fixed bug #42198 (SCRIPT_NAME and PHP_SELF truncated when inside a userdir 19 years ago
Jani Taskinen f13d418d5d - Fix typos in comments 19 years ago
Dmitry Stogov a5a98e6322 Fixed bug #40419 (Trailing Slash in CGI request don't work) 19 years ago
Dmitry Stogov 22527c8e03 no need to return exit status of the last fastcgi request 19 years ago
Antony Dovgal 5697a11dd0 add missing open_basedir checks to CGI 19 years ago
Ilia Alshanetsky a21fe37d0e MFB 19 years ago
Dmitry Stogov 397644d3ab Removed deprecated comment 19 years ago
Dmitry Stogov e25fd7ad9b Fixed crash on "php -b 1234 -unknown-option" 19 years ago
Dmitry Stogov 24bc130c56 Fixed bug #41378 (fastcgi protocol lacks support for Reason-Phrase in "Status:" header) 19 years ago
foobar c19178d966 MFB:- Fix a possible leak when multiple -c parameters are used 19 years ago
Antony Dovgal b2f169ebf8 fix leak appearing when more than one -f option specified 19 years ago
foobar 0439662815 MFB: Allow using syntax highlighting in fastcgi mode 19 years ago
Dmitry Stogov 072f7f1c60 Improved FastCGI SAPI to support external pipe and socket servers on win32 19 years ago
Dmitry Stogov 69ff1d0e4d Return HTTP 403 in case of "access denied". 19 years ago
Antony Dovgal 0f5b9e4e39 fix typo 19 years ago
Antony Dovgal 2ad6c07ca1 don't call php_module_startup() directly, use startup functions 19 years ago
Antony Dovgal 95741bd34a MFB 19 years ago
Antony Dovgal 862523f69a MFB: Eliminate strcat() usage 19 years ago
Dmitry Stogov bc873b7b1d Initialize "retval" on each request 19 years ago
Dmitry Stogov 32d7fd76a2 Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children when parent is killed) 19 years ago
Dmitry Stogov d57b78aab1 Fixed bug #40414 (possivle endless fork() loop when running fastcgi) 19 years ago
Dmitry Stogov 68885b28dc Prevent flush() of closed handle on php_module_shutdown() 19 years ago
Sebastian Bergmann 3717df72ae Bump year. 19 years ago
Antony Dovgal 36e75c5669 make sure l != 0 19 years ago
Dmitry Stogov 9fa7b87ff0 Removed unnecessary getenv/putenv calls 20 years ago
Dmitry Stogov ad2b3e69f0 Fixed wrong ext/filter behavior. It might not to register FastCGI environment variables and make memory leaks. 20 years ago
Dmitry Stogov dc5124d2bb 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 cca8f2ded2 Fixed build 20 years ago
Ilia Alshanetsky 3642ebdcdd Added filter support for $_SERVER in cgi/apache2 sapis 20 years ago
Antony Dovgal b6e0aa9856 fix CGI build 20 years ago
Ilia Alshanetsky 12b0b6368a MFB: Restore support for unquoted -d options 20 years ago