summaryrefslogtreecommitdiff
path: root/sapi/cgi
Commit message (Expand)AuthorAgeFilesLines
* Undo Z_ subst for sapi and ext/yazJeroen van Wolffelaar2001-09-271-1/+1
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-1/+1
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Revert an old bogus patchZeev Suraski2001-08-141-7/+9
* Use zend_first_tryZeev Suraski2001-08-081-1/+1
* some more eliminate-fetches-or-escalate-them-at-leastSascha Schumann2001-08-051-5/+5
* more tsrm cleanupSascha Schumann2001-08-051-8/+8
* delay module_shutdown even further. zend_try and _catch need the currentThies C. Arntzen2001-08-051-1/+2
* module_shutdown() calls ts_free_thread in ZTS mode. so SG() cannot be accessedThies C. Arntzen2001-08-051-1/+2
* - 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-192-1/+51
* 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
* Merge the more sensible way of doing this back in to HEADJames Moore2001-05-171-7/+1
* @ - Fixed getopt so it accepts arguments in the form -<option><value> notJames Moore2001-05-171-4/+19
* @- 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
* Revert mega patch.Sascha Schumann2001-04-091-10/+1
* * CGI version is always installed!Stig Bakken2001-04-081-1/+10
* Add INSTALL_ROOT variable to specify install location.Wilfredo Sanchez2001-04-031-1/+1
* 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