summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Merge HEAD changesSascha Schumann2000-12-061-1/+1
* Merged with HEAD, 1.35Sascha Schumann2000-12-041-6/+5
* Fix the bug with -f not filling in the $argv[] arguments.Zeev Suraski2000-12-031-30/+23
* Minor cosmetic changes.David Hedbor2000-12-011-6/+5
* More config.m4 fixes.David Hedbor2000-12-011-7/+11
* Updated config test to also work with debian pike 7 cvs etc.David Hedbor2000-12-011-3/+48
* merged ext/apache/CREDITS and sapi/apache/CREDITSHartmut Holzgraefe2000-11-221-1/+2
* 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-2012-0/+24
* Patch to find module dirDavid Hedbor2000-11-192-2/+2
* Update SAPI modules to interface with the new TSRM.Zeev Suraski2000-11-1811-12/+12
* Clear idle_read_timerSascha Schumann2000-11-151-4/+6
* - Import Jade Nicoletti's transparent gzip encoding support as an outputZeev Suraski2000-11-132-4/+5
* Update patch and add persistent connection handlingSascha Schumann2000-11-131-14/+39
* Add thttpd-dependent interface for maintaining persistent connections onSascha Schumann2000-11-132-0/+26
* More verbose error message for non-working apxs caseSascha Schumann2000-11-131-1/+5
* Add note about serialized requests and their impactSascha Schumann2000-11-131-0/+4
* Fix aborted connection handling and stop modifying thttpd dataSascha Schumann2000-11-121-2/+5
* strdup private AOLserver data before inserting it into SAPI's request_info.Sascha Schumann2000-11-111-7/+9
* Update READMESascha Schumann2000-11-115-52/+148
* @- In CGI mode, $HTTP_SERVER_VARS now includes all of the environment variablesZeev Suraski2000-11-071-0/+5
* Noted that setting of multiple headers with the same name is fixed.David Hedbor2000-11-061-2/+2
* (php_caudium_set_header): Allow for multiple headers with the same name.David Hedbor2000-11-061-5/+10
* 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
* Add apache_sub_req()Sascha Schumann2000-11-061-4/+54
* Remove apache2 sapi module in favour of Sascha's apach2filterRasmus Lerdorf2000-11-0514-1930/+0
* We need a space after 'dnl' to comment stuff out. Why not just deleteRasmus Lerdorf2000-11-051-35/+35
* dnldnl won't workRasmus Lerdorf2000-11-051-4/+4
* Outcomment everything. Since this is an exact duplicate of apache/config.m4,Sascha Schumann2000-11-051-238/+238
* Fix build.foobar2000-11-031-4/+4
* use argv[1] if it's given, thanks to Bob Denny <rdenny@dc3.com>Daniel Beulshausen2000-11-031-4/+8
* Use V_CHDIR_FILE instead of doing the job of that function myself andDavid Hedbor2000-11-031-34/+45
* Setting no_cache causes Expires: to be send, which is not what we want.Sascha Schumann2000-11-031-1/+3
* Now correctly detects Pike 7.0 and use the alternative code. It also sends theDavid Hedbor2000-11-021-5/+8
* Changed contact information.David Hedbor2000-11-021-3/+3
* Added notice about Caudium websites.David Hedbor2000-11-021-1/+2
* Initial caudium support.David Hedbor2000-11-025-0/+893
* Update. Someone should really write better docs. =)Sascha Schumann2000-11-021-4/+4
* Const'ify part of sapi_request_info.Sascha Schumann2000-11-021-2/+2
* Namespace protect dir_cmds and kill some warningsSascha Schumann2000-11-023-8/+8
* Restrict php_admin_value to *.conf files.Sascha Schumann2000-11-021-1/+1
* - Fix Windows buildZeev Suraski2000-11-021-5/+5
* Fix a nasty bug in the shutdown sequence of PHP under Apache.Zeev Suraski2000-11-021-0/+3
* Our context's lifetime differs from the lifetime of a filter's context,Sascha Schumann2000-11-011-1/+1
* Use Input filters for handling POST dataSascha Schumann2000-11-012-7/+13
* - Revert patch which seems to have caused the STOP mechanism not to work.Andi Gutmans2000-11-011-1/+1
* Fix Apache buildZeev Suraski2000-10-311-4/+1
* Fix -d functionalityStanislav Malyshev2000-10-311-1/+1
* Remove --with-aolserver-src directive.Sascha Schumann2000-10-301-7/+1