Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix build if you don't have apache headers and want to disable apache... | Wez Furlong | 2003-12-03 | 1 | -21/+22 |
| | |||||
* | Add new (optional!) win32 build infrastructure. | Wez Furlong | 2003-12-02 | 4 | -0/+82 |
| | | | | | Will follow up to internals@ shortly. | ||||
* | - Made --program-prefix and --program-suffix work. (See bug #23030) | foobar | 2003-12-01 | 2 | -2/+2 |
| | |||||
* | - Fixed bug #26438 (error in thttpd SAPI installation) | foobar | 2003-11-27 | 1 | -1/+1 |
| | |||||
* | proto fix | Hartmut Holzgraefe | 2003-11-19 | 1 | -1/+1 |
| | |||||
* | SAPI/Servlet has been moved to PECL. | Sebastian Bergmann | 2003-11-17 | 18 | -1407/+0 |
| | |||||
* | Windows compile fix (patch by sfox@php.net). | Edin Kadribasic | 2003-11-13 | 1 | -3/+0 |
| | |||||
* | Compiler warning fix (patch by Joe Orton). | Ilia Alshanetsky | 2003-11-11 | 1 | -1/+1 |
| | |||||
* | fix header handler | Uwe Schindler | 2003-10-31 | 1 | -7/+6 |
| | |||||
* | Send correct default content type from php.ini not static text/html ↵ | Uwe Schindler | 2003-10-31 | 1 | -1/+4 |
| | | | | (important for other charsets than iso-8859-1) | ||||
* | MFB | foobar | 2003-10-31 | 1 | -1/+1 |
| | |||||
* | - Fix win32 build. | foobar | 2003-10-27 | 1 | -0/+2 |
| | |||||
* | Fixed bug #25768 | foobar | 2003-10-21 | 5 | -16/+54 |
| | |||||
* | new SunONE server | Uwe Schindler | 2003-10-17 | 1 | -2/+2 |
| | |||||
* | Fixed formatting issues (patch by: Joe Orton) | Ilia Alshanetsky | 2003-10-17 | 1 | -1/+1 |
| | |||||
* | Embed date of last modification | Sascha Schumann | 2003-10-14 | 1 | -1/+1 |
| | |||||
* | Aligned configure help texts. | foobar | 2003-10-03 | 7 | -10/+12 |
| | |||||
* | Alignment fix | Moriyoshi Koizumi | 2003-10-02 | 1 | -1/+1 |
| | |||||
* | Fixed bug #25701 (On flush() set headers_sent in apache2handler) | Ilia Alshanetsky | 2003-10-02 | 1 | -0/+1 |
| | |||||
* | Fix potential buffer overrun | Sascha Schumann | 2003-09-20 | 1 | -13/+22 |
| | |||||
* | Fixed bug #25570 (Possible crash in apache2handler when zend_bailout called | Ilia Alshanetsky | 2003-09-19 | 1 | -0/+4 |
| | | | | | outside of zend_try {} block). | ||||
* | regex_t is used by both Apache & mbregex. This little check prevent compile | Ilia Alshanetsky | 2003-09-17 | 1 | -0/+4 |
| | | | | | failure, while php is compiled as dso module & mbstring is enabled. | ||||
* | Nuke warning | foobar | 2003-09-09 | 1 | -1/+1 |
| | |||||
* | fix typo | foobar | 2003-09-09 | 1 | -1/+1 |
| | |||||
* | Show the runtime version of Apache instead of compile time. | foobar | 2003-09-09 | 1 | -1/+4 |
| | |||||
* | - Should fix some CLI build problems on some systems. | foobar | 2003-09-08 | 2 | -5/+5 |
| | |||||
* | Update documentation, -b ip:port works | Sascha Schumann | 2003-09-03 | 1 | -5/+14 |
| | |||||
* | fix heuristic: if someone passed "-b IP:port", this check would | Sascha Schumann | 2003-09-03 | 1 | -6/+10 |
| | | | | | falsely recognize the parameter as defining only a port. | ||||
* | Add a shortcut | Marcus Boerger | 2003-09-02 | 1 | -0/+2 |
| | |||||
* | Fixed format bug | Ilia Alshanetsky | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | MF4: -m fix for premature extension unloading | Stanislav Malyshev | 2003-08-28 | 1 | -0/+1 |
| | |||||
* | - Provide a unified way to display uncaught exceptions, which shows | Marcus Boerger | 2003-08-24 | 1 | -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 Alshanetsky | 2003-08-22 | 1 | -0/+3 |
| | |||||
* | Fix warnings | Marcus Boerger | 2003-08-17 | 1 | -4/+0 |
| | |||||
* | Fix interactive mode | Marcus Boerger | 2003-08-17 | 1 | -2/+1 |
| |