Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create branch 'PHP_5'.PHP-5 | SVN Migration | 2003-02-27 | 190 | -39577/+0 |
| | |||||
* | Another win32 build fix. | foobar | 2003-02-25 | 1 | -0/+2 |
| | |||||
* | (hopefully) fix the build.. | foobar | 2003-02-25 | 2 | -3/+6 |
| | |||||
* | Possible fix for #22259 + part 1/2 for fixing one AIX bug.. | foobar | 2003-02-24 | 1 | -5/+9 |
| | |||||
* | (possibly) fix Win32 builds of the Apache 2 filter | Zeev Suraski | 2003-02-24 | 3 | -0/+7 |
| | |||||
* | ws fix | George Schlossnagle | 2003-02-24 | 1 | -4/+4 |
| | |||||
* | hopefully a fix for 19919 | George Schlossnagle | 2003-02-24 | 1 | -2/+10 |
| | |||||
* | Added missing headers and $Id$ tags. | foobar | 2003-02-23 | 2 | -0/+41 |
| | |||||
* | MFB: Fixed bug #22356 (Do not add empty -I flags). | foobar | 2003-02-23 | 1 | -2/+2 |
| | |||||
* | - Fixed bug #22376 (wrong httpd.conf modified when using INSTALL_ROOT) | foobar | 2003-02-23 | 3 | -9/+31 |
| | |||||
* | These both are experimental still. (there has been a note in config.m4 | foobar | 2003-02-23 | 2 | -0/+10 |
| | | | | | all the time but these marker files were missing) | ||||
* | Add xbithack support to apache2handler SAPI. | Justin Erenkrantz | 2003-02-22 | 1 | -3/+13 |
| | | | | | (configuration doesn't work, but that's not something new apparently.) | ||||
* | this tiny change adds the location of apache includes and libraries that | David Viner | 2003-02-21 | 1 | -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 Erenkrantz | 2003-02-20 | 3 | -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 improvements | Sascha Schumann | 2003-02-19 | 1 | -7/+9 |
| | |||||
* | Win32 build improvements | Zeev Suraski | 2003-02-17 | 3 | -13/+11 |
| | |||||
* | Fix build under win32 | Wez Furlong | 2003-02-17 | 1 | -0/+1 |
| | |||||
* | prevent possible crash if used in combo with mod_gzip | Shane Caraveo | 2003-02-17 | 1 | -2/+2 |
| | | | | | fix command line | ||||
* | - Allow long option names | Marcus Boerger | 2003-02-16 | 7 | -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 Boerger | 2003-02-15 | 1 | -1/+1 |
| | |||||
* | MFB | foobar | 2003-02-14 | 1 | -0/+1 |
| | |||||
* | fix non FCGI build | Marcus Boerger | 2003-02-13 | 1 | -1/+2 |
| | |||||
* | There is *absolutely no* definitive way to know if argv0 is the | Shane Caraveo | 2003-02-13 | 1 | -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. | foobar | 2003-02-13 | 1 | -3/+5 |
| | |||||
* | include limits.h for portability | Sascha Schumann | 2003-02-13 | 1 | -54/+56 |
| | |||||
* | portability work | Sascha Schumann | 2003-02-13 | 1 | -2/+4 |
| | |||||
* | Fixed the "member fd in BUFF" test for --with-apxs builds | foobar | 2003-02-12 | 1 | -0/+1 |
| | |||||
* | "Generate" the man page so that it gets correct version always. | foobar | 2003-02-12 | 3 | -2/+4 |
| | |||||
* | - Added the man page installation | foobar | 2003-02-12 | 2 | -2/+4 |
| | |||||
* | Make that clear | Marcus Boerger | 2003-02-11 | 1 | -1/+1 |
| | |||||
* | Document -H added by Ilia | Marcus Boerger | 2003-02-11 | 1 | -0/+5 |
| | |||||
* | initial checkin of the apache2 SAPI using a handler instead of filters. | Ian Holsman | 2003-02-11 | 9 | -0/+1661 |
| | | | | | | TBD: src highlighting better post handling | ||||
* | Added -H option to CLI binary. This option can be used to hide any arguments | Ilia Alshanetsky | 2003-02-11 | 1 | -1/+14 |
| | | | | | including the script name passed to the CLI binary. | ||||
* | move check to proper place | Sascha Schumann | 2003-02-11 | 1 | -4/+3 |
| | |||||
* | Detect whether BUFFs contain a fd element. IBM is hiding the actual | Sascha Schumann | 2003-02-11 | 2 | -0/+15 |
| | | | | | descriptor behind a void *, so we just disable this for IBM servers | ||||
* | Add "log to stdout" feature | Sascha Schumann | 2003-02-11 | 1 | -49/+69 |
| | |||||
* | Removed unnecessary code | Moriyoshi Koizumi | 2003-02-10 | 1 | -29/+0 |
| | |||||
* | style, ws | foobar | 2003-02-09 | 1 | -102/+106 |
| | |||||
* | Some compilers puke on these.. | foobar | 2003-02-09 | 1 | -6/+6 |
| | |||||
* | use SUCCESS/FAILURE instead of 0/-1 | Sascha Schumann | 2003-02-09 | 2 | -6/+6 |
| | |||||
* | Style corrections | Marcus Boerger | 2003-02-08 | 1 | -40/+45 |
| | | | | | | See also: Stig's intro Version info | ||||
* | Adding some text and some backslashes which are needed sometimes | Marcus Boerger | 2003-02-07 | 1 | -50/+63 |
| | | | | | somewhere... | ||||
* | Define STDIN/OUT/ERR for -B -R -F -E (works as expected). | Marcus Boerger | 2003-02-07 | 1 | -5/+9 |
| | | | | | Enable exit in same switches. | ||||
* | No more maximum line size for -R and -F | Marcus Boerger | 2003-02-07 | 1 | -2/+3 |
| | |||||
* | (NSAPI SAPI) Fixed _SERVER[] variables (all headers included) to be now ↵ | Uwe Schindler | 2003-02-07 | 1 | -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 stuff | Marcus Boerger | 2003-02-06 | 1 | -28/+86 |
| | |||||
* | Mark activescript sapi as experimental, so that the installer can | Wez Furlong | 2003-02-05 | 1 | -0/+5 |
| | | | | | categorize it appropriately. | ||||
* | Build Fix. | Ilia Alshanetsky | 2003-02-05 | 2 | -2/+2 |
| | |||||
* | # RTFM .. and then it goes better :-) | Marcus Boerger | 2003-02-05 | 1 | -7/+10 |
| | |||||
* | First step - abrief version. | Marcus Boerger | 2003-02-05 | 1 | -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. |