summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug #27802 (default number of children to 8 when PHP_FCGI_CHILDREN isIlia Alshanetsky2004-03-311-1/+1
| | | | | not defined).
* hint to raise stacksize (bug #27231)Uwe Schindler2004-03-181-0/+4
|
* Fixed bug #27580 (pre-initialization errors in ap2 handler are not beingIlia Alshanetsky2004-03-161-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 triggeredIlia Alshanetsky2004-03-121-0/+1
|
* Fixed bug #27424 (headers missing on flush() in apache 2 SAPIs).Ilia Alshanetsky2004-03-082-0/+5
|
* - typo (must have sleep.)Moriyoshi Koizumi2004-03-041-1/+1
|
* - Prevent cli from printing multiple "Interactive mode enabled" ifMoriyoshi Koizumi2004-03-041-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-lineRasmus Lerdorf2004-02-271-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)foobar2004-02-231-0/+1
|
* Bugfix #27104 CLI/CGI SAPI module variable name conflictMarcus Boerger2004-02-112-56/+56
|
* Proper win32 fix.Ilia Alshanetsky2004-02-111-1/+1
|
* fixed a compilation error.Rui Hirokawa2004-02-111-1/+1
|
* Fixed win32 build.Ilia Alshanetsky2004-02-102-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 Alshanetsky2004-02-101-1/+1
|
* Fixed bug #27026 (Added cgi.nph that allows forcing of the Status: 200Ilia Alshanetsky2004-02-101-2/+6
| | | | | header that is not normally needed).
* Fixed bug #27196 (Missing content_length initialization in apache 2 sapis).Ilia Alshanetsky2004-02-092-0/+9
|
* Fixed possible memory leak with INI values.Ilia Alshanetsky2004-02-061-2/+2
|
* Parse command line ini directives passed using -d before -i, to ensureIlia Alshanetsky2004-02-041-10/+12
| | | | | correct settings output.
* Apache 2 portion of the fix for bug #25753.Ilia Alshanetsky2004-01-292-0/+24
|
* Fixed bug #27037 (fixed possible crash in apache2handler output code).Ilia Alshanetsky2004-01-291-1/+1
|
* Fix applies to apache_hooks sapi as well. See bug #25753 for details.Rasmus Lerdorf2004-01-281-0/+3
|
* MFB - see bug #25753 for detailsRasmus Lerdorf2004-01-281-0/+3
|
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-1754-356/+356
|
* Changed to mixed-case response header codes. This is in keeping withAlex Leigh2004-01-151-5/+5
| | | | | the changes to >= Continuity mk4 mod1.
* Add optional php-win.exe variation of the CLI sapi.Wez Furlong2004-01-143-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..foobar2004-01-0817-34/+34
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* fix fastcgi buildWez Furlong2004-01-081-1/+1
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-0832-67/+67
|
* Make activescript SAPI build under php5.Wez Furlong2004-01-073-27/+40
| | | | | Untested...!
* glob-ify lib checks; this simplifies writing of config.w32 files a little.Wez Furlong2004-01-071-2/+1
|
* Disable output buffering in CLI overriding php.ini setting.Edin Kadribasic2004-01-021-0/+1
| | | | | Fixes #26755.
* - Commit fixes to PHP man pageAndi Gutmans2003-12-231-7/+7
|
* Verify that new build system works with Pi3Web 2.0.2Wez Furlong2003-12-221-4/+4
|
* add win32 configure option for CLI to switch on CRT heap debuggingWez Furlong2003-12-222-0/+18
|
* Forgot to add embed config.w32, and tweak version resource when CREDITS file ↵Wez Furlong2003-12-191-0/+8
| | | | is missing.
* More things for the new build system.Wez Furlong2003-12-195-30/+74
| | | | | Pi3Web and aolserver build untested (no headers and libs for those here)
* Make apache2handler build with new build system.Wez Furlong2003-12-193-5/+23
| | | | | Perhaps also make it build with .dsp system too...
* Fixed bug #26604 (Apache2 SAPIs implicitly disable Keep-Alive). (Ilia)Ilia Alshanetsky2003-12-122-2/+0
|
* remove revision tag from module version entryUwe Schindler2003-12-122-4/+4
|
* Fixed extra byte allocation for STD* constants and replace magic numbersIlia Alshanetsky2003-12-111-6/+6
| | | | | with sizeof().
* correct creditsfoobar2003-12-091-2/+2
|
* Correct header..foobar2003-12-091-15/+15
|
* Removed extraneous php4_close() function and Windows compile checks.Alex Leigh2003-12-081-20/+0
|
* New SAPI module for Continuity HTTP server (ashpool.com)Alex Leigh2003-12-083-0/+564
|
* fix potential buffer overrunStanislav Malyshev2003-12-071-2/+7
|
* use /Ox flag for release build (all optimizations on).Wez Furlong2003-12-052-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 Schindler2003-12-051-0/+28
|
* Fix libxml to use static lib if found.Wez Furlong2003-12-042-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 Furlong2003-12-031-4/+5
|
* some tweaks for FrankWez Furlong2003-12-031-21/+7
|