summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PHP_5'.PHP-5SVN Migration2003-02-27190-39577/+0
|
* Another win32 build fix.foobar2003-02-251-0/+2
|
* (hopefully) fix the build..foobar2003-02-252-3/+6
|
* Possible fix for #22259 + part 1/2 for fixing one AIX bug..foobar2003-02-241-5/+9
|
* (possibly) fix Win32 builds of the Apache 2 filterZeev Suraski2003-02-243-0/+7
|
* ws fixGeorge Schlossnagle2003-02-241-4/+4
|
* hopefully a fix for 19919George Schlossnagle2003-02-241-2/+10
|
* Added missing headers and $Id$ tags.foobar2003-02-232-0/+41
|
* MFB: Fixed bug #22356 (Do not add empty -I flags).foobar2003-02-231-2/+2
|
* - Fixed bug #22376 (wrong httpd.conf modified when using INSTALL_ROOT)foobar2003-02-233-9/+31
|
* These both are experimental still. (there has been a note in config.m4foobar2003-02-232-0/+10
| | | | | all the time but these marker files were missing)
* Add xbithack support to apache2handler SAPI.Justin Erenkrantz2003-02-221-3/+13
| | | | | (configuration doesn't work, but that's not something new apparently.)
* this tiny change adds the location of apache includes and libraries thatDavid Viner2003-02-211-6/+6
| | | | | | | | | | | are installed when you use the Apache Windows Installer (C:\Program Files\Apache Group\Apache\*). With this patch, a windows developer who has used the Apache Windows Installer should be able to compile the Apache sapi module without any modifications to his/her installed tree. It should have no effect whatsoever on anyone else. --dviner
* Clean up apache2handler SAPI.Justin Erenkrantz2003-02-203-236/+211
| | | | | | | | | | Key improvements: - Be streamy - Re-enable virtual() support - Set content_type correctly - Remove unnecessary code and reintroduce some missing code - Change signature from PhP to PHP
* some improvementsSascha Schumann2003-02-191-7/+9
|
* Win32 build improvementsZeev Suraski2003-02-173-13/+11
|
* Fix build under win32Wez Furlong2003-02-171-0/+1
|
* prevent possible crash if used in combo with mod_gzipShane Caraveo2003-02-171-2/+2
| | | | | fix command line
* - Allow long option namesMarcus Boerger2003-02-167-424/+540
| | | | | | | | | | - Update CLI's manpage @Added support for long options in CLI & CGI (e.g. --version). (Marcus) # In contrast to the preliminary patch this should work now completely. # If all long option names are accepted we may even think about MFHing.
* fix parameter string (-R & -H)Marcus Boerger2003-02-151-1/+1
|
* MFBfoobar2003-02-141-0/+1
|
* fix non FCGI buildMarcus Boerger2003-02-131-1/+2
|
* There is *absolutely no* definitive way to know if argv0 is theShane Caraveo2003-02-131-28/+43
| | | | | | | | | | actual php script, or if it is the beginning of a query string. Additionaly, passing parameters on the command line is not part of CGI spec, and is not required by either Apache or IIS. So I have removed that code altogether, and done some further cleanup. Also fix pre4.3 behaviour if fix_pathinfo=0. I've tested with IIS and Apache 1.3.27 on w2k and RH 7.3.
* Added HAVE_APACHE define.foobar2003-02-131-3/+5
|
* include limits.h for portabilitySascha Schumann2003-02-131-54/+56
|
* portability workSascha Schumann2003-02-131-2/+4
|
* Fixed the "member fd in BUFF" test for --with-apxs buildsfoobar2003-02-121-0/+1
|
* "Generate" the man page so that it gets correct version always.foobar2003-02-123-2/+4
|
* - Added the man page installationfoobar2003-02-122-2/+4
|
* Make that clearMarcus Boerger2003-02-111-1/+1
|
* Document -H added by IliaMarcus Boerger2003-02-111-0/+5
|
* initial checkin of the apache2 SAPI using a handler instead of filters.Ian Holsman2003-02-119-0/+1661
| | | | | | TBD: src highlighting better post handling
* Added -H option to CLI binary. This option can be used to hide any argumentsIlia Alshanetsky2003-02-111-1/+14
| | | | | including the script name passed to the CLI binary.
* move check to proper placeSascha Schumann2003-02-111-4/+3
|
* Detect whether BUFFs contain a fd element. IBM is hiding the actualSascha Schumann2003-02-112-0/+15
| | | | | descriptor behind a void *, so we just disable this for IBM servers
* Add "log to stdout" featureSascha Schumann2003-02-111-49/+69
|
* Removed unnecessary codeMoriyoshi Koizumi2003-02-101-29/+0
|
* style, wsfoobar2003-02-091-102/+106
|
* Some compilers puke on these..foobar2003-02-091-6/+6
|
* use SUCCESS/FAILURE instead of 0/-1Sascha Schumann2003-02-092-6/+6
|
* Style correctionsMarcus Boerger2003-02-081-40/+45
| | | | | | See also: Stig's intro Version info
* Adding some text and some backslashes which are needed sometimesMarcus Boerger2003-02-071-50/+63
| | | | | somewhere...
* Define STDIN/OUT/ERR for -B -R -F -E (works as expected).Marcus Boerger2003-02-071-5/+9
| | | | | Enable exit in same switches.
* No more maximum line size for -R and -FMarcus Boerger2003-02-071-2/+3
|
* (NSAPI SAPI) Fixed _SERVER[] variables (all headers included) to be now ↵Uwe Schindler2003-02-071-57/+101
| | | | similar to apache SAPI; with this new file the memory leaks (webserver eats up memory during a few days running) are also disappeared (all by NSAPI allocated strings are freed).
* Rewrite/add some stuffMarcus Boerger2003-02-061-28/+86
|
* Mark activescript sapi as experimental, so that the installer canWez Furlong2003-02-051-0/+5
| | | | | categorize it appropriately.
* Build Fix.Ilia Alshanetsky2003-02-052-2/+2
|
* # RTFM .. and then it goes better :-)Marcus Boerger2003-02-051-7/+10
|
* First step - abrief version.Marcus Boerger2003-02-051-0/+215
| | | | | | | | | @Added man page for CLI version of PHP. (marcus) # I was also thinking about an author section with # The PHP Group, Edin Kadribasic, Marcus Boerger, Rasmus Lerdorf, # Stig Bakken and Zeev Suraski beeing mentioned. Group of corse and # the rest is listed in php_cli.c.