summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* # WhoopsJames Moore2001-05-171-1/+0
* MFHJames Moore2001-05-171-4/+14
* MFHSterling Hughes2001-05-161-2/+2
* MFHDaniel Beulshausen2001-05-161-0/+1
* MFHDaniel Beulshausen2001-05-151-1/+1
* MFHZeev Suraski2001-05-151-1/+1
* MFHZeev Suraski2001-05-133-2/+15
* MFH indentation patchSascha Schumann2001-05-122-2/+2
* @- 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
* whitespaceZeev Suraski2001-05-071-2/+2
* Allow virtual() of PHP files. We may have to improve the detection code aZeev Suraski2001-05-072-15/+17
* Patch from Jan Legenhausen to add vars to the HTTP_SERVER_VARS array.David Hedbor2001-05-071-1/+46
* Removed a duplicate php_import_environment_variables() callBen Mansell2001-05-041-4/+7
* Replace slow strlcpy with a quick memcpy.Sascha Schumann2001-05-031-3/+8
* - Another strncpy() -> strlcpy() changeAndi Gutmans2001-05-021-3/+1
* Patch from Stephen Landamore: speed up the environment merging byBen Mansell2001-05-021-16/+12
* - 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-302-2/+2
* add/fix pi3web dspDaniel Beulshausen2001-04-281-1513/+47
* Fix optimization -- we did not send out custom Response Status Lines.Sascha Schumann2001-04-251-5/+12
* Accomodate Apache HTTPD 2.0 API changeSascha Schumann2001-04-241-2/+2
* Disable use of th_farm since it doesn't seem to work. Uses a Pike layerDavid Hedbor2001-04-241-22/+34
* remove Only.* lines from patchSascha Schumann2001-04-221-3/+0
* bytes in the conn structure was renamed to bytes_sent.Sascha Schumann2001-04-221-3/+3
* Update patch to thttpd-2.21Sascha Schumann2001-04-221-30/+34
* @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-092-11/+2
* * CGI version is always installed!Stig Bakken2001-04-082-2/+11
* Contribute the MSVC project file. Someone could add this to the php4ts worksp...Holger Zimmermann2001-04-081-0/+1602
* Reorganized the #define's in the header.Holger Zimmermann2001-04-082-31/+31
* Updated copyright agreement regarding move of Pi3Web to sourceforge.Holger Zimmermann2001-04-081-2/+3
* Fix static Apache builds which were broken by the last commit.Sascha Schumann2001-04-051-1/+1
* Separate CPPFLAGS from CFLAGS.Wilfredo Sanchez2001-04-033-5/+5
* Add INSTALL_ROOT variable to specify install location.Wilfredo Sanchez2001-04-037-7/+7
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-2711-19/+19
* Changed header handling; before, we were somehow losingBen Mansell2001-03-271-31/+5
* Fix a bug with POST requests. If the Content-Type header wasn't present,Ben Mansell2001-03-221-1/+2
* Fix a bug with POST requests. If the Content-Type header wasn't present,Ben Mansell2001-03-221-1/+2
* Altered README.Zeus to give instructions on building FastCGI.Ben Mansell2001-03-191-2/+2
* @ New FastCGI server moduleBen Mansell2001-03-197-0/+533
* Fix off-by-one on config values set from Apache configStanislav Malyshev2001-03-131-1/+1
* Replace memcpy and sprintf with smart_strs.Sascha Schumann2001-03-131-16/+12
* Fixed the help for other options too.foobar2001-03-071-2/+2
* Added support for Zeus SSL client certificate information.Ben Mansell2001-03-071-0/+61
* Avoid using ret uninitializedZeev Suraski2001-03-061-1/+1
* Thread hashtable was being initialized with a size of 1! Changed to 128 asBen Mansell2001-03-061-1/+5
* Avoid writing to error_log in case of aborted connections.Zeev Suraski2001-03-061-3/+1