463 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
Antony Dovgal 5742cc19bb MF53: fix tests 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
Rob Richards b9b4dd6d09 fix win build 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 1123fc8150 forgotten part 19 years ago
Dmitry Stogov 0507b17657 Added checks for malformated FastCGI requests (Mattias Bengtsson) 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
Jani Taskinen dee01c13ad - Changed all AC_ARG_* options to PHP_ARG_* options and cleaned up some 19 years ago
Dmitry Stogov aadb18c52f ECONNABORTED is not a critical error (Andrei Nigmatulin) 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
foobar 55f2705c53 add missing test 19 years ago
Ilia Alshanetsky a21fe37d0e MFB 19 years ago
Dmitry Stogov 397644d3ab Removed deprecated comment 19 years ago
Antony Dovgal c554b2fb41 "sapi/cgi/php" -> "sapi/cgi/php-cgi" 19 years ago
foobar 9112c17171 MFB:- Unify installation of SAPIs: CGI is no exception anymore. 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
Dmitry Stogov d009d41cb2 Fixed bug #41291 (FastCGI does not set SO_REUSEADDR). (fmajid at kefta dot com) 19 years ago
Antony Dovgal 83d74b7488 fix long options 19 years ago
Marcus Boerger 223cd73da9 - Merge getopt fixes from re2c 19 years ago
Antony Dovgal 83b3d8545e fix test 19 years ago
foobar c19178d966 MFB:- Fix a possible leak when multiple -c parameters are used 19 years ago
Antony Dovgal 2488b83ebe add tests for CGI 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
foobar fd9af91146 MFB: sync getopt from CLI 19 years ago
Dmitry Stogov 2ebfb15089 Removed wrong size_t definition 19 years ago
Dmitry Stogov 072f7f1c60 Improved FastCGI SAPI to support external pipe and socket servers on win32 19 years ago
Dmitry Stogov 3a4101c437 Fixed compilation warning 19 years ago
Dmitry Stogov 69ff1d0e4d Return HTTP 403 in case of "access denied". 19 years ago