1955 Commits (8526b7828656a8a192e8b1c6dd74db2aaa8b63e5)

Author SHA1 Message Date
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
Marcus Boerger 7916f1c1f0 MFH: 18 years ago
Marcus Boerger c0b4683661 - MFH Use sizeof rather than strlen and cleanup 18 years ago
Rasmus Lerdorf 6ef4d75c81 Typo (I wonder if anybody would ever have noticed this) 18 years ago
Rasmus Lerdorf 45e327a672 Add new empty child terminate sapi hook to the rest of the sapis 18 years ago
Rasmus Lerdorf 6c158374ba exit_on_timeout patch 18 years ago
Dmitry Stogov 8c885b8913 Implemented concept of "delayed early binding" that allows opcode caches to perform class declaration (early and/or run-time binding) in exactly the same order as vanila php. 18 years ago
Rasmus Lerdorf 42d4cf6531 Revert 18 years ago
Rasmus Lerdorf bafb0b4ff5 We need to pass PHP-managed pointers to filter here to avoid having 18 years ago
Nuno Lopes 37660519cb fix tests (removed duplicated stuff) 18 years ago
Antony Dovgal 964e0522a1 fix test 18 years ago
Marcus Boerger af316021e8 - Rewrite scanner to be based on re2c instead of flex 18 years ago
Lars Strojny 698e065295 Adding itk again to non-threaded MPMs. Sorry for the confusion 18 years ago
Felipe Pena 84a8bb038a MFH: New way for check void parameters 18 years ago
Felipe Pena 5d9e462ecf Fix typo (#44381) 18 years ago
Lars Strojny a344adf72e sapi/apache2(handler|filter)/config.m4: Removing itk from the list of threaded MPMs (thanks Hannes) 18 years ago
Lars Strojny 1b16b4e243 Adding itk and and peruser MPM to the list of threaded Apache MPMs 18 years ago
Felipe Pena 8acaf4118c Fix test (new constant was added in PREG) 18 years ago