1972 Commits (f5dd8c00a070aa51184aaa038355884d8a19d3c1)

Author SHA1 Message Date
Ilia Alshanetsky e45af91313 Fixed bug #46319 (PHP sets default Content-Type header for HTTP 304 response 18 years ago
Rob Richards a16bcaeb4b MFH: use getenv 18 years ago
George Wang ffe4bd566f *** empty log message *** 18 years ago
George Wang 0f4f00e3ae disable core dump by default 18 years ago
Dmitry Stogov 51eb7f5de9 Fixed bug #45860 (header() function fails to correctly replace all Status lines) 18 years ago
Dmitry Stogov 762d6706d3 Fixed bug #42318 (problem with nm on AIX, not finding object files) 18 years ago
Marcus Boerger 3dadcee60b - MFH Fix test 18 years ago
George Wang f091e745c9 ignore signal SIGXFSZ 18 years ago
Alexey Zakhlestin e7eba5af6a switch to the new parameter-parse API 18 years ago
Rasmus Lerdorf 421751d240 Remove stray folding tag here 18 years ago
Dmitry Stogov ced680941a Fixed bug #45786 (FastCGI process exited unexpectedly) 18 years ago
Dmitry Stogov 5304e5631f Fix for bug #45786 (FastCGI process exited unexpectedly) 18 years ago
Dmitry Stogov 4362b07e62 Fixed double call to MSHUTDOWN in case of `php-cgi -m` 18 years ago
Jani Taskinen 13dff74889 fix tests 18 years ago
Antony Dovgal 593e7c7da4 MFH: nuke unused var 18 years ago
Jani Taskinen e5e6f553a2 MFH 18 years ago
Dmitry Stogov 05376077b3 Fixed bug #45779 (regression with shebang lines processing) 18 years ago
Nuno Lopes 9732c409a4 fix this, so that I can build php without litespeed.. 18 years ago
George Wang 7c7bb11bcd use PHP_ARG_WITH instead of AC_ARG_WITH 18 years ago
George Wang 52604d2832 added litespeed SAPI 18 years ago
Dmitry Stogov 7355c3c54c Removed shebang line check from CGI sapi (it is checked by scanner) 18 years ago
Jani Taskinen b17dc14f18 MFH: nuketh C++ comments 18 years ago
Jani Taskinen a31dc18b39 MFH:- Fixed bug #45568 (ISAPI does not property clear auth_digest in header). 18 years ago
Antony Dovgal 5265201075 fix warnings 18 years ago
Arnaud Le Blanc aa31988e43 MFH: Allow filters to work on INPUT_SERVER in CLI (bug #44779) 18 years ago
Antony Dovgal 28a22396d4 MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE 18 years ago
Felipe Pena fdfbfb96a1 - MFH: Fixed bug #44246 (closedir() accepts a file resource opened by fopen()) 18 years ago
Dmitry Stogov baab204436 Fixed chdir() into requested file directory inconsistencies 18 years ago
Felipe Pena b22f47ee30 - Added arginfo 18 years ago
Scott MacVicar 35c58958a2 Fix compile error due to the removal of fteller on streams. 18 years ago
Felipe Pena 67185d6098 - Added arginfo 18 years ago
Dmitry Stogov 05f3ed67d4 Fixed bug #45151 (Crash with URI/file..php (filename contains 2 dots)) 18 years ago
Dmitry Stogov c27eba9bcf Fixed bug #45423 (fastcgi parent process doesn't invoke php_module_shutdown before shutdown) (basant dot kukreja at sun dot com) 18 years ago
Antony Dovgal 8793440eee fix test 18 years ago
Nuno Lopes 180a7bef35 add test for the shebang thing 18 years ago
Nuno Lopes 504fe5eedb fix test for good consoles (tm) 18 years ago
Antony Dovgal d76ecaae08 long -> int + minor sources reorganization 18 years ago
Alexey Zakhlestin d33c8680ab fixed types (no more compiler warnings) 18 years ago
Alexey Zakhlestin 0045cb305b updated to the new parameter-parsing api 18 years ago
Dmitry Stogov 8054f84a3c Fixed possible buffer overflow 18 years ago
Uwe Schindler 48bfd44789 MFH: Response to: [PHP-DEV] cleaning up the functions - any volunteers? :) 18 years ago
Antony Dovgal 6b68a94242 fix test 18 years ago
Scott MacVicar 938186a67f Fixed bug #45144 (ap_child_terminate() isn't available on threaded builds) 18 years ago
Elizabeth Marie Smith 7d4dfa8ee4 Windows configure fixes, a few additional lib names allowed, apache2 only on for zts builds since apache on win is always threaded, isapi no longer stops configure in non-zts mode, look for _debug for debug libraries when debug is enabled 18 years ago
Elizabeth Marie Smith ba02e9ae64 These are really old config.w32 files - now they use PHP_PHP_BUILD correctly instead of hard coding the path to the libraries 18 years ago
Dmitry Stogov ba8e3174ce Optimized request startup sequence for php.ini without per dir and per host configurations 18 years ago
Dmitry Stogov 9412a49006 Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script) 18 years ago
Antony Dovgal b021e04c0e MFH: fix test 18 years ago
Dmitry Stogov 9e4d03885e - Fixed possible stack buffer overflow in FastCGI SAPI. (Andrey Nigmatulin) 18 years ago
Felipe Pena 3230a77d89 MFB: Fixed bug #44564 (escapeshellarg removes UTF-8 multi-byte characters) 18 years ago