summaryrefslogtreecommitdiff
path: root/sapi/cgi
Commit message (Expand)AuthorAgeFilesLines
* Fix the bug with -f not filling in the $argv[] arguments.Zeev Suraski2000-12-031-30/+23
* Set the exit status from the return value of php_execute_script()Sascha Schumann2000-11-221-1/+1
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
* Update SAPI modules to interface with the new TSRM.Zeev Suraski2000-11-181-1/+1
* - Import Jade Nicoletti's transparent gzip encoding support as an outputZeev Suraski2000-11-131-3/+4
* @- In CGI mode, $HTTP_SERVER_VARS now includes all of the environment variablesZeev Suraski2000-11-071-0/+5
* Fixed a bug in $argv and $argc not being properly defined in command-line modeZeev Suraski2000-11-061-14/+21
* I guess SG(request_info).argv0 and not !SG(request_info).argv0 was an intent,...Stanislav Malyshev2000-11-061-1/+1
* use argv[1] if it's given, thanks to Bob Denny <rdenny@dc3.com>Daniel Beulshausen2000-11-031-4/+8
* Fix -d functionalityStanislav Malyshev2000-10-311-1/+1
* Unify aborted connection handlingSascha Schumann2000-10-291-12/+2
* Initial steps to move the INI mechanism to the Zend engineZeev Suraski2000-10-291-1/+1
* update my email.Thies C. Arntzen2000-10-291-1/+1
* Leave initializing of auth_(user|password) to php_handle_auth_data().Sascha Schumann2000-10-271-7/+2
* The CGI RFC allows servers to pass Authorization data to the script,Sascha Schumann2000-10-271-4/+9
* - Fix new -m on WindowsAndi Gutmans2000-10-261-0/+2
* Added -m (Shows list of modules) to commandline..Mathieu Kooiman2000-10-261-1/+19
* Adding type cast to remove compiler warningFrank M. Kromann2000-10-201-1/+1
* - Commit Kristian's PHP 3 patch to PHP 4. Kristian I hope it's also theAndi Gutmans2000-10-111-1/+7
* - Fix request_uri to take it's value from SCRIPT_NAME if PATH_INFO is notAndi Gutmans2000-10-031-0/+3
* - Cleanup some output functionsAndi Gutmans2000-09-301-1/+1
* CleanupSascha Schumann2000-09-261-4/+2
* Restore the headers_only test to the centralized SAPI startup. If necessary,...Zeev Suraski2000-09-081-5/+0
* @PHP 3 regression testing framework re-born (Stig)Stig Bakken2000-08-271-5/+13
* Fix zend_fiel_handle handling. Should fix URL includeStanislav Malyshev2000-08-131-0/+1
* Fix crash on broken setups (#5979)Stanislav Malyshev2000-08-051-2/+6
* Heads up! I have moved the headers_only and response_code checks out ofRasmus Lerdorf2000-08-021-1/+6
* Made ob_start() and friends reentrant. It's now possible to implement thisZeev Suraski2000-07-291-3/+3
* added '-l' option to command line / CGI version for 'syntax check only'Hartmut Holzgraefe2000-07-281-48/+78
* make -c in stand-alone mode work again.Stanislav Malyshev2000-07-131-3/+13
* - Extra newline crept in somehowAndi Gutmans2000-06-291-1/+0
* - Fix problem with DICARD_PATH being defined in windowsAndi Gutmans2000-06-291-1/+5
* Separate plain name returned by php_sapi_module() and pretty nameAndrei Zmievski2000-06-261-1/+2
* - Pray this is an OK fix for the DISCARD_PATH junkAndi Gutmans2000-06-261-0/+4
* Right name for the function persist_allocStanislav Malyshev2000-06-261-1/+1
* - Try two in fixing the problem with memory leaks reporting path_translatedAndi Gutmans2000-06-261-4/+6
* - Fix problem with filename being freed before possible memory leaks areZeev Suraski2000-06-261-1/+7
* If we freed it, we might not touch itStanislav Malyshev2000-06-261-1/+2
* - Beautify a bitAndi Gutmans2000-06-151-14/+5
* - Try and fix crash with CGI.Andi Gutmans2000-06-151-11/+16
* - Unncessary SLS_FETCH();Andi Gutmans2000-06-151-4/+0
* Proper castsSascha Schumann2000-06-131-1/+1
* - This seems to be a bug. Anyone know who wrote this code? Should it stayAndi Gutmans2000-06-101-2/+2
* Wipe out acconfig.h.in and rewrite some checks to use PHP_ARG_ENABLE.Sascha Schumann2000-06-081-29/+15
* Move main.h to php_main.h.Sascha Schumann2000-06-051-1/+1
* - Fix problem in sessions module under Win32. Need to use ; as an optionsAndi Gutmans2000-05-271-1/+1
* Only fetch globals if it's necessary (which it usually won't be)Zeev Suraski2000-05-251-3/+4
* @- ignore_user_abort() & friends should now work in CGI mode as well.Thies C. Arntzen2000-05-251-2/+20
* -i, -v, -h and -? execution pathes didn't flush the output bufferHartmut Holzgraefe2000-05-221-1/+7
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2