Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 |
| | |||||
* | Don't forget to flush() buffers for -w -s | Ilia Alshanetsky | 2003-08-13 | 1 | -0/+2 |
| | |||||
* | Fixed bug #20896 (-s -w modes with php-cli cause php to hang). | Ilia Alshanetsky | 2003-08-13 | 1 | -2/+0 |
| | |||||
* | Fixed bug #24958 (Incorrect handling of 404s) | Ilia Alshanetsky | 2003-08-06 | 1 | -9/+9 |
| | |||||
* | MFB don't overwrite | Sascha Schumann | 2003-08-04 | 1 | -1/+2 |
| | |||||
* | Give user the chance to support nsapi_virtual() in newer servers by adding ↵ | Uwe Schindler | 2003-08-04 | 2 | -8/+68 |
| | | | | parameter server_lib to php5_init (windows only) | ||||
* | TSRM issue in windows compiling | Uwe Schindler | 2003-08-03 | 1 | -0/+1 |
| | |||||
* | Fix Win32 Build because of missint TSRM stuff | Uwe Schindler | 2003-08-03 | 1 | -0/+1 |
| | |||||
* | Fixed bug #24177 (Status not set correctly after flush() in Apache 2) | Ilia Alshanetsky | 2003-08-02 | 2 | -1/+5 |
| | |||||
* | Fixed bug #22072 (Apache2 sapis do not detect aborted connections). | Ilia Alshanetsky | 2003-08-01 | 2 | -6/+6 |
| | |||||
* | Preserve exit status for non-php execution modes. | Ilia Alshanetsky | 2003-08-01 | 2 | -2/+6 |
| | |||||
* | Fixed bug #23509 (exit code lost when exit() called from | Ilia Alshanetsky | 2003-08-01 | 2 | -4/+2 |
| | | | | | register_shutdown_function()) | ||||
* | Removed the unnecessary check of array_init() return value. | Andrey Hristov | 2003-08-01 | 1 | -6/+2 |
| | |||||
* | put $ID:...$ in readme | Uwe Schindler | 2003-07-24 | 1 | -1/+1 |
| | |||||
* | Possibility to use php5_execute to display server error pages or directory ↵ | Uwe Schindler | 2003-07-24 | 2 | -31/+128 |
| | | | | listing pages | ||||
* | some code cleanups | Uwe Schindler | 2003-07-21 | 1 | -10/+16 |
| | |||||
* | - Use the correct paths to apu-config / apr-config | foobar | 2003-07-16 | 2 | -12/+16 |
| | |||||
* | safe mode fix | Uwe Schindler | 2003-07-15 | 1 | -2/+2 |
| | |||||
* | Make virtual() an alias for nsapi_virtual() -- better for docs/naming in future | Uwe Schindler | 2003-07-15 | 1 | -7/+8 |
| | |||||
* | - Fixed bug #21074 (Apache2: "ErrorDocument xxx /error.php" broken). (Jani) | foobar | 2003-07-11 | 2 | -7/+19 |
| | |||||
* | Use the proper way to get the max requests per child. | foobar | 2003-07-10 | 1 | -6/+4 |
| | |||||
* | apache2filter does not require 2.0.44 | foobar | 2003-07-08 | 1 | -2/+2 |
| | |||||
* | - Fixed bug #24537 (apache2 compile missing include directories) | foobar | 2003-07-08 | 2 | -27/+33 |
| | |||||
* | rename functions to php5_* | Uwe Schindler | 2003-07-02 | 2 | -25/+25 |
| | |||||
* | prevent user from making nested PHP requests using virtual() | Uwe Schindler | 2003-07-02 | 1 | -1/+11 |
| | |||||
* | *** empty log message *** | foobar | 2003-07-02 | 1 | -1/+1 |
| | |||||
* | Fix install-sapi dependency - it should depend on OVERALL_TARGET, of course. | Sascha Schumann | 2003-07-02 | 2 | -6/+1 |
| |