| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed bug #27802 (default number of children to 8 when PHP_FCGI_CHILDREN is | Ilia Alshanetsky | 2004-03-31 | 1 | -1/+1 |
| | | | | | | not defined). | ||||
| * | hint to raise stacksize (bug #27231) | Uwe Schindler | 2004-03-18 | 1 | -0/+4 |
| | | |||||
| * | Fixed bug #27580 (pre-initialization errors in ap2 handler are not being | Ilia Alshanetsky | 2004-03-16 | 1 | -7/+14 |
| | | | | | | | | | written to vhost error log). Stop using depreciated and ignored APLOG_NOERRNO directive. Make file not found & directory as script invocation error messages more descriptive. | ||||
| * | Invalid response code when force-cgi-redirect safety mechanism is triggered | Ilia Alshanetsky | 2004-03-12 | 1 | -0/+1 |
| | | |||||
| * | Fixed bug #27424 (headers missing on flush() in apache 2 SAPIs). | Ilia Alshanetsky | 2004-03-08 | 2 | -0/+5 |
| | | |||||
| * | - typo (must have sleep.) | Moriyoshi Koizumi | 2004-03-04 | 1 | -1/+1 |
| | | |||||
| * | - Prevent cli from printing multiple "Interactive mode enabled" if | Moriyoshi Koizumi | 2004-03-04 | 1 | -3/+5 |
| | | | | | | the command line option is given more than once (like -aaaaaa). | ||||
| * | As discussed a while ago. There is no reason to disallow command-line | Rasmus Lerdorf | 2004-02-27 | 1 | -45/+33 |
| | | | | | | | arguments for the cgi version when run in a cgi context. Our own test framework is in fact broken because of this unnecessary restriction. | ||||
| * | Fix bug #27337 (missing sapi_shutdown() causing memory leak) | foobar | 2004-02-23 | 1 | -0/+1 |
| | | |||||
| * | Bugfix #27104 CLI/CGI SAPI module variable name conflict | Marcus Boerger | 2004-02-11 | 2 | -56/+56 |
| | | |||||
| * | Proper win32 fix. | Ilia Alshanetsky | 2004-02-11 | 1 | -1/+1 |
| | | |||||
| * | fixed a compilation error. | Rui Hirokawa | 2004-02-11 | 1 | -1/+1 |
| | | |||||
| * | Fixed win32 build. | Ilia Alshanetsky | 2004-02-10 | 2 | -7/+12 |
| | | | | | | | | | Fixed building of libfcgi when PHP is built from another directory. Added missing headers needed for wait(). Removed duplicate signal.h header. Removed unneeded variables. | ||||
| * | Fixed bug #26758 (FastCGI exits immediately with status 255). | Ilia Alshanetsky | 2004-02-10 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #27026 (Added cgi.nph that allows forcing of the Status: 200 | Ilia Alshanetsky | 2004-02-10 | 1 | -2/+6 |
| | | | | | | header that is not normally needed). | ||||
| * | Fixed bug #27196 (Missing content_length initialization in apache 2 sapis). | Ilia Alshanetsky | 2004-02-09 | 2 | -0/+9 |
| | | |||||
| * | Fixed possible memory leak with INI values. | Ilia Alshanetsky | 2004-02-06 | 1 | -2/+2 |
| | | |||||
| * | Parse command line ini directives passed using -d before -i, to ensure | Ilia Alshanetsky | 2004-02-04 | 1 | -10/+12 |
| | | | | | | correct settings output. | ||||
| * | Apache 2 portion of the fix for bug #25753. | Ilia Alshanetsky | 2004-01-29 | 2 | -0/+24 |
| | | |||||
| * | Fixed bug #27037 (fixed possible crash in apache2handler output code). | Ilia Alshanetsky | 2004-01-29 | 1 | -1/+1 |
| | | |||||
| * | Fix applies to apache_hooks sapi as well. See bug #25753 for details. | Rasmus Lerdorf | 2004-01-28 | 1 | -0/+3 |
| | | |||||
| * | MFB - see bug #25753 for details | Rasmus Lerdorf | 2004-01-28 | 1 | -0/+3 |
| | | |||||
| * | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 54 | -356/+356 |
| | | |||||
| * | Changed to mixed-case response header codes. This is in keeping with | Alex Leigh | 2004-01-15 | 1 | -5/+5 |
| | | | | | | the changes to >= Continuity mk4 mod1. | ||||
| * | Add optional php-win.exe variation of the CLI sapi. | Wez Furlong | 2004-01-14 | 3 | -0/+21 |
| | | | | | | | | | | | | php-win.exe runs in the windows GUI subsystem, and thus has no console; stdio handles are effectively set to /dev/null and no "dos box" will appear on screen when running scripts using this sapi (php-gtk people will be familiar with this concept). Aside from those differences, php-win.exe is 100% identical to regular CLI | ||||
| * | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 17 | -34/+34 |
| | | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
| * | fix fastcgi build | Wez Furlong | 2004-01-08 | 1 | -1/+1 |
| | | |||||
| * | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 32 | -67/+67 |
| | | |||||
| * | Make activescript SAPI build under php5. | Wez Furlong | 2004-01-07 | 3 | -27/+40 |
| | | | | | | Untested...! | ||||
| * | glob-ify lib checks; this simplifies writing of config.w32 files a little. | Wez Furlong | 2004-01-07 | 1 | -2/+1 |
| | | |||||
| * | Disable output buffering in CLI overriding php.ini setting. | Edin Kadribasic | 2004-01-02 | 1 | -0/+1 |
| | | | | | | Fixes #26755. | ||||
| * | - Commit fixes to PHP man page | Andi Gutmans | 2003-12-23 | 1 | -7/+7 |
| | | |||||
| * | Verify that new build system works with Pi3Web 2.0.2 | Wez Furlong | 2003-12-22 | 1 | -4/+4 |
| | | |||||
| * | add win32 configure option for CLI to switch on CRT heap debugging | Wez Furlong | 2003-12-22 | 2 | -0/+18 |
| | | |||||
| * | Forgot to add embed config.w32, and tweak version resource when CREDITS file ↵ | Wez Furlong | 2003-12-19 | 1 | -0/+8 |
| | | | | | is missing. | ||||
| * | More things for the new build system. | Wez Furlong | 2003-12-19 | 5 | -30/+74 |
| | | | | | | Pi3Web and aolserver build untested (no headers and libs for those here) | ||||
| * | Make apache2handler build with new build system. | Wez Furlong | 2003-12-19 | 3 | -5/+23 |
| | | | | | | Perhaps also make it build with .dsp system too... | ||||
| * | Fixed bug #26604 (Apache2 SAPIs implicitly disable Keep-Alive). (Ilia) | Ilia Alshanetsky | 2003-12-12 | 2 | -2/+0 |
| | | |||||
| * | remove revision tag from module version entry | Uwe Schindler | 2003-12-12 | 2 | -4/+4 |
| | | |||||
| * | Fixed extra byte allocation for STD* constants and replace magic numbers | Ilia Alshanetsky | 2003-12-11 | 1 | -6/+6 |
| | | | | | | with sizeof(). | ||||
| * | correct credits | foobar | 2003-12-09 | 1 | -2/+2 |
| | | |||||
| * | Correct header.. | foobar | 2003-12-09 | 1 | -15/+15 |
| | | |||||
| * | Removed extraneous php4_close() function and Windows compile checks. | Alex Leigh | 2003-12-08 | 1 | -20/+0 |
| | | |||||
| * | New SAPI module for Continuity HTTP server (ashpool.com) | Alex Leigh | 2003-12-08 | 3 | -0/+564 |
| | | |||||
| * | fix potential buffer overrun | Stanislav Malyshev | 2003-12-07 | 1 | -2/+7 |
| | | |||||
| * | use /Ox flag for release build (all optimizations on). | Wez Furlong | 2003-12-05 | 2 | -13/+15 |
| | | | | | | | | | | | If no php_build dir is specified, then look for either of the two "standard" things in reasonable locations. Allow CHECK_LIB to search for the "same" library using a ; separated list of alternatives. Tweak nsapi config and remove redundant or unused flags. Add ZTS checks for both isapi and nsapi configs. | ||||
| * | First version... Wez: can you check this... | Uwe Schindler | 2003-12-05 | 1 | -0/+28 |
| | | |||||
| * | Fix libxml to use static lib if found. | Wez Furlong | 2003-12-04 | 2 | -2/+2 |
| | | | | | | | | Disable apache and isapi by default. Add some smarts so that we can really build extensions and SAPI found in php-src/pecl and/or php-src/../pecl. Only include a logo in the resources if we are building an .exe. | ||||
| * | Build adjustments. | Wez Furlong | 2003-12-03 | 1 | -4/+5 |
| | | |||||
| * | some tweaks for Frank | Wez Furlong | 2003-12-03 | 1 | -21/+7 |
| | | |||||
