105 Commits (47ea52ca58bd49c19d2e2705ec99815e7937bd98)

Author SHA1 Message Date
Zeev Suraski bd0ac7fe14 Many patches. I hope I remember them all: 26 years ago
Sascha Schumann 7f96af83b2 Stop automatically passing vars to AC_SUBST through PHP_SUBST. 26 years ago
Sascha Schumann c95a8f39b9 Merge with php_4_0_4 26 years ago
Sascha Schumann 6c1af20310 Set the exit status from the return value of php_execute_script() 26 years ago
Hartmut Holzgraefe 1f6878e912 2nd step towards auto-credits 26 years ago
Zeev Suraski 030b707296 Update SAPI modules to interface with the new TSRM. 26 years ago
Zeev Suraski 0f7f5c2c0e - Import Jade Nicoletti's transparent gzip encoding support as an output 26 years ago
Zeev Suraski 9e40204f00 @- In CGI mode, $HTTP_SERVER_VARS now includes all of the environment variables 26 years ago
Zeev Suraski efd8117fd4 Fixed a bug in $argv and $argc not being properly defined in command-line mode 26 years ago
Stanislav Malyshev 24035faa29 I guess SG(request_info).argv0 and not !SG(request_info).argv0 was an intent, otherwise it doesn't make much sense. 26 years ago
Daniel Beulshausen 5e48df787a use argv[1] if it's given, thanks to Bob Denny <rdenny@dc3.com> 26 years ago
Stanislav Malyshev 3bc3677439 Fix -d functionality 26 years ago
Sascha Schumann bed7034f92 Unify aborted connection handling 26 years ago
Zeev Suraski 1fd09132c2 Initial steps to move the INI mechanism to the Zend engine 26 years ago
Thies C. Arntzen 825457ae64 update my email. 26 years ago
Sascha Schumann 6ff371d9f7 Leave initializing of auth_(user|password) to php_handle_auth_data(). 26 years ago
Sascha Schumann b725c6eef3 The CGI RFC allows servers to pass Authorization data to the script, 26 years ago
Andi Gutmans 2946f87f00 - Fix new -m on Windows 26 years ago
Mathieu Kooiman 717e934a88 Added -m (Shows list of modules) to commandline.. 26 years ago
Frank M. Kromann 878e348ff9 Adding type cast to remove compiler warning 26 years ago
Andi Gutmans f3232e99c3 - Commit Kristian's PHP 3 patch to PHP 4. Kristian I hope it's also the 26 years ago
Andi Gutmans 38423a895b - Fix request_uri to take it's value from SCRIPT_NAME if PATH_INFO is not 26 years ago
Andi Gutmans 2622eba31d - Cleanup some output functions 26 years ago
Sascha Schumann 8ef52cabcf Cleanup 26 years ago
Zeev Suraski 91c808ecc4 Restore the headers_only test to the centralized SAPI startup. If necessary, it can 26 years ago
Stig Bakken 315f4f5658 @PHP 3 regression testing framework re-born (Stig) 26 years ago
Stanislav Malyshev 5090b1e8d5 Fix zend_fiel_handle handling. Should fix URL include 26 years ago
Stanislav Malyshev db0872123b Fix crash on broken setups (#5979) 26 years ago
Rasmus Lerdorf 76a2d2538c Heads up! I have moved the headers_only and response_code checks out of 26 years ago
Zeev Suraski 52ff887db5 Made ob_start() and friends reentrant. It's now possible to implement this 26 years ago
Hartmut Holzgraefe 1a7f851985 added '-l' option to command line / CGI version for 'syntax check only' 26 years ago
Stanislav Malyshev 4c6ffdb1c2 make -c in stand-alone mode work again. 26 years ago
Andi Gutmans 85422c3c60 - Extra newline crept in somehow 26 years ago
Andi Gutmans 1f828a6e88 - Fix problem with DICARD_PATH being defined in windows 26 years ago
Andrei Zmievski 4010b422dd Separate plain name returned by php_sapi_module() and pretty name 26 years ago
Andi Gutmans fd11a7e13e - Pray this is an OK fix for the DISCARD_PATH junk 26 years ago
Stanislav Malyshev 378440f7cf Right name for the function persist_alloc 26 years ago
Andi Gutmans 91ed009ae2 - Try two in fixing the problem with memory leaks reporting path_translated 26 years ago
Zeev Suraski effa42696e - Fix problem with filename being freed before possible memory leaks are 26 years ago
Stanislav Malyshev 5be54abf24 If we freed it, we might not touch it 26 years ago
Andi Gutmans 17ce56825d - Beautify a bit 26 years ago
Andi Gutmans fcefeee914 - Try and fix crash with CGI. 26 years ago
Andi Gutmans 4c99114a25 - Unncessary SLS_FETCH(); 26 years ago
Sascha Schumann 6caf633cf7 Proper casts 26 years ago
Andi Gutmans 77f4e1c8c7 - This seems to be a bug. Anyone know who wrote this code? Should it stay 26 years ago
Sascha Schumann e49ad341bd Wipe out acconfig.h.in and rewrite some checks to use PHP_ARG_ENABLE. 26 years ago
Sascha Schumann 102c6ce4b8 Move main.h to php_main.h. 26 years ago
Andi Gutmans 8c82566b48 - Fix problem in sessions module under Win32. Need to use ; as an options 26 years ago
Zeev Suraski 1895a09749 Only fetch globals if it's necessary (which it usually won't be) 26 years ago
Thies C. Arntzen e319b5f6a5 @- ignore_user_abort() & friends should now work in CGI mode as well. 26 years ago