summaryrefslogtreecommitdiff
path: root/sapi/cgi/cgi_main.c
Commit message (Expand)AuthorAgeFilesLines
...
* - TSRMLS_FETCH workZeev Suraski2001-08-051-3/+3
* Get rid of a couple of bogus persist_alloc()'s, and some cleanupZeev Suraski2001-08-031-10/+7
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-311-1/+1
* More TSRMLS_FETCH workZeev Suraski2001-07-311-8/+9
* fix compileThies C. Arntzen2001-07-301-1/+1
* Zend compatibility patchZeev Suraski2001-07-301-1/+1
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-18/+17
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-10/+12
* Fix a corrupted memory accessZeev Suraski2001-07-271-3/+4
* - Fix __FILE__ in the main script in CGI/command line mode.Andi Gutmans2001-07-211-5/+6
* Improved bailout mechanism, supports nested bailouts a-la try..catchZeev Suraski2001-07-211-257/+253
* Improved interactive mode - it is now available in all builds, without any si...Zeev Suraski2001-07-151-11/+1
* Fix a major thread safety bug in the output mechanismZeev Suraski2001-07-021-0/+3
* Spit out errorsZeev Suraski2001-06-211-0/+6
* Remove bogus '.'.Sebastian Bergmann2001-06-061-1/+1
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-7/+14
* The -c commandline option was not working at all, need to set the pathShane Caraveo2001-05-221-19/+25
* Use write(2), if we can successfully write to stdout.Sascha Schumann2001-05-191-1/+21
* revert parts of last commit - stupid me!Thies C. Arntzen2001-05-181-1/+1
* --enable-memory-usage-info id deprecated. use --enable-memory-limit instead!Thies C. Arntzen2001-05-181-1/+1
* @- Fixed a possible crash in the PHP CGI when no input file isZeev Suraski2001-05-101-2/+1
* $argc was off by one in -f (fix bug #9289)Zeev Suraski2001-05-081-1/+3
* - Remove unused variableAndi Gutmans2001-05-011-2/+0
* fix for bug 6491, http://www.php.net/bugs.php?id=6491, removes a bit ofSterling Hughes2001-05-011-23/+0
* - Fix for Bug id #10071Andi Gutmans2001-04-301-4/+11
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-1/+1
* @Added -C command-line option to avoid chdir to the script's directory (Stig)Stig Bakken2001-04-161-2/+6
* Fix a bug with POST requests. If the Content-Type header wasn't present,Ben Mansell2001-03-221-1/+2
* Fixed the help for other options too.foobar2001-03-071-2/+2
* Fix help text for -ffoobar2001-03-051-5/+2
* Can't output any error messages if there isn't any function initializedfoobar2001-03-051-3/+3
* whitespace fixZeev Suraski2001-03-041-2/+2
* - Finally rename modules.h to zend_modules.h for consistency (first tryAndi Gutmans2001-02-261-1/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* php_register_command_line_global_vars only needs file scope.Sascha Schumann2001-02-241-1/+1
* Neither the CGI nor the Servlet SAPI module call syslog, so removeSascha Schumann2001-02-241-3/+0
* Finish fopen-wrappers rename.Sascha Schumann2001-02-231-1/+1
* Many patches. I hope I remember them all:Zeev Suraski2001-01-021-6/+7
* Merge with php_4_0_4Sascha Schumann2000-12-031-30/+23
* Set the exit status from the return value of php_execute_script()Sascha Schumann2000-11-221-1/+1
* 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