summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix build if you don't have apache headers and want to disable apache...Wez Furlong2003-12-031-21/+22
|
* Add new (optional!) win32 build infrastructure.Wez Furlong2003-12-024-0/+82
| | | | | Will follow up to internals@ shortly.
* - Made --program-prefix and --program-suffix work. (See bug #23030)foobar2003-12-012-2/+2
|
* - Fixed bug #26438 (error in thttpd SAPI installation)foobar2003-11-271-1/+1
|
* proto fixHartmut Holzgraefe2003-11-191-1/+1
|
* SAPI/Servlet has been moved to PECL.Sebastian Bergmann2003-11-1718-1407/+0
|
* Windows compile fix (patch by sfox@php.net).Edin Kadribasic2003-11-131-3/+0
|
* Compiler warning fix (patch by Joe Orton).Ilia Alshanetsky2003-11-111-1/+1
|
* fix header handlerUwe Schindler2003-10-311-7/+6
|
* Send correct default content type from php.ini not static text/html ↵Uwe Schindler2003-10-311-1/+4
| | | | (important for other charsets than iso-8859-1)
* MFBfoobar2003-10-311-1/+1
|
* - Fix win32 build.foobar2003-10-271-0/+2
|
* Fixed bug #25768foobar2003-10-215-16/+54
|
* new SunONE serverUwe Schindler2003-10-171-2/+2
|
* Fixed formatting issues (patch by: Joe Orton)Ilia Alshanetsky2003-10-171-1/+1
|
* Embed date of last modificationSascha Schumann2003-10-141-1/+1
|
* Aligned configure help texts.foobar2003-10-037-10/+12
|
* Alignment fixMoriyoshi Koizumi2003-10-021-1/+1
|
* Fixed bug #25701 (On flush() set headers_sent in apache2handler)Ilia Alshanetsky2003-10-021-0/+1
|
* Fix potential buffer overrunSascha Schumann2003-09-201-13/+22
|
* Fixed bug #25570 (Possible crash in apache2handler when zend_bailout calledIlia Alshanetsky2003-09-191-0/+4
| | | | | outside of zend_try {} block).
* regex_t is used by both Apache & mbregex. This little check prevent compileIlia Alshanetsky2003-09-171-0/+4
| | | | | failure, while php is compiled as dso module & mbstring is enabled.
* Nuke warningfoobar2003-09-091-1/+1
|
* fix typofoobar2003-09-091-1/+1
|
* Show the runtime version of Apache instead of compile time.foobar2003-09-091-1/+4
|
* - Should fix some CLI build problems on some systems.foobar2003-09-082-5/+5
|
* Update documentation, -b ip:port worksSascha Schumann2003-09-031-5/+14
|
* fix heuristic: if someone passed "-b IP:port", this check wouldSascha Schumann2003-09-031-6/+10
| | | | | falsely recognize the parameter as defining only a port.
* Add a shortcutMarcus Boerger2003-09-021-0/+2
|
* Fixed format bugIlia Alshanetsky2003-08-281-1/+1
|
* MF4: -m fix for premature extension unloadingStanislav Malyshev2003-08-281-0/+1
|
* - Provide a unified way to display uncaught exceptions, which showsMarcus Boerger2003-08-241-4/+4
| | | | | | | file/line/message info if possible. - Add zend_eval_string_ex() to be able to handle exceptions in eval'd code. - Use above function to fix memleaks in CLI.
* Set module id 0 (internal) for constants registered by php_cli in C.Ilia Alshanetsky2003-08-221-0/+3
|
* Fix warningsMarcus Boerger2003-08-171-4/+0
|
* Fix interactive modeMarcus Boerger2003-08-171-2/+1
|