84 Commits (574eaa8ed413180391af74dedc458ee13b7af2fa)

Author SHA1 Message Date
Zeev Suraski 43a7643453 Fix last couple of problematic execution paths that could corrupt the INI values 25 years ago
Zeev Suraski 60776dbeeb Fix Apache module and remove excess elements from the SAPI structure 25 years ago
foobar c5da386dbd Fix compile. 25 years ago
Zeev Suraski bd0ac7fe14 Many patches. I hope I remember them all: 25 years ago
Zeev Suraski 0048312fa6 Fix a few possible bugs: 25 years ago
Sascha Schumann 107aa9f71a Align ZTS handling of globals with common usage 25 years ago
Sascha Schumann 0ddb725f91 Axe rest of DAV leftovers and use STD_PHP_INI_ENTRY in the INI section 25 years ago
Zeev Suraski 030b707296 Update SAPI modules to interface with the new TSRM. 26 years ago
Andi Gutmans 0330643ea2 - Revert patch which seems to have caused the STOP mechanism not to work. 26 years ago
Zeev Suraski 0ee12a6488 Fix Apache build 26 years ago
Sascha Schumann 27a8480028 Add/unify aborted connection handling 26 years ago
Zeev Suraski 1fd09132c2 Initial steps to move the INI mechanism to the Zend engine 26 years ago
Zeev Suraski ce51b94461 Fix php_value issue 26 years ago
Zeev Suraski 1abd99a443 Fixed a problem that allowed users to override admin_value's and admin_flag's 26 years ago
Andi Gutmans 2622eba31d - Cleanup some output functions 26 years ago
Sascha Schumann 3be464e4ec UnixWare defines shutdown to _shutdown, which causes problems later 26 years ago
Sascha Schumann cd151feb19 #include "SAPI.h" once 26 years ago
Jon Parise 9a4c654606 Fix build after last commit. 26 years ago
Zeev Suraski 91c808ecc4 Restore the headers_only test to the centralized SAPI startup. If necessary, it can 26 years ago
Sascha Schumann 1d68a02df3 The status quo in PHP is that the current directory is initialized 26 years ago
Sascha Schumann 320105bcd8 Use size_t as parameter type in the getenv member of struct sapi_module 26 years ago
Rasmus Lerdorf 9021105c89 Fix typo 26 years ago
Rasmus Lerdorf 76a2d2538c Heads up! I have moved the headers_only and response_code checks out of 26 years ago
Rasmus Lerdorf 89107a221b Missed a symbol 26 years ago
Rasmus Lerdorf b480b8dace Fix symbol clash which caused a DSO problem on OpenBSD 26 years ago
Sascha Schumann 06382f01fd Fix prototype of apache_child_exit_handler and remove popen-related 26 years ago
Thies C. Arntzen 1cee6c5b78 @- Fixed closing 26 years ago
Andreas Karajannis 59604815e1 Fixed module / global shutdown for apache. 26 years ago
Stanislav Malyshev 905fb8ef82 Fix #5432: should register all variables. Thanks jeroen@darius.demon.nl. 26 years ago
Rasmus Lerdorf f2348a4826 When using HTTP auth from PHP, fill in the %u custom log field so the 26 years ago
Rasmus Lerdorf aa83dde27b Some user-agents send 'basic' instead of 'Basic' in their Authorization 26 years ago
Zeev Suraski 01a8f4606e I'm not sure whether this is necessary or not. Is it guarenteed that get_module_conf() 26 years ago
Andrei Zmievski 4010b422dd Separate plain name returned by php_sapi_module() and pretty name 26 years ago
Sascha Schumann 102c6ce4b8 Move main.h to php_main.h. 26 years ago
Rasmus Lerdorf 81c4fd5efc @ Changed the Apache handler's return status to 'Declined' when a requested 26 years ago
Zeev Suraski e043439ff6 Update the license with the new clause 6 26 years ago
Zeev Suraski 6d77362190 Fix crash when server_context is not longer valid (e.g., when 26 years ago
Zeev Suraski fb20aee667 - Fix a crash bug in case output is generated in the Apache module while 26 years ago
Shane Caraveo cad04f5579 more apachewin32 work. much better now, but still crashing in zend_execute. At least it's getting the file open now though. 26 years ago
Shane Caraveo c7e2d8ef35 sorry, do comments right 26 years ago
Shane Caraveo 8d3ce80f48 apache module now compiles under win32, apache loads, but crashes on line 1167 main.c on page request 26 years ago
Andi Gutmans c9911a151e - Change PHP_ to V_ (directory & file functions) 26 years ago
Rasmus Lerdorf efabab1a34 Fix for bug #4125 26 years ago
Zeev Suraski 85e9d69f23 @- Fixed several problems with the PATH_TRANSLATED and PHP_SELF under Apache 26 years ago
Andi Gutmans d8e64d623e - This version of chdir_file should be compatible with the Apache one. 26 years ago
Stig Bakken 74fba75ca0 @"none" is now equivalent with "" in Apache config directives (Stig) 26 years ago
Zeev Suraski 1bcdcebe67 Compile fix 26 years ago
Zeev Suraski a508bec819 - From CODING_STANDARDS: 26 years ago
Stig Bakken d23e5d837a @- Implemented default_charset and default_mimetype config directives (Stig) 26 years ago
Stig Bakken ba03c9f2aa started implementing directives for default mimetype/charset 26 years ago