1443 Commits (eea84f787b712b1a4cb853d70be2abfa084fb759)

Author SHA1 Message Date
Sascha Schumann 5e3de075fb Fix potential buffer overrun 23 years ago
Ilia Alshanetsky 2998eeaf0d Fixed bug #25570 (Possible crash in apache2handler when zend_bailout called 23 years ago
Ilia Alshanetsky d62c9f33d9 regex_t is used by both Apache & mbregex. This little check prevent compile 23 years ago
foobar 1aa5bab89c Nuke warning 23 years ago
foobar 0c0d3a41d1 fix typo 23 years ago
foobar f04643ee4c Show the runtime version of Apache instead of compile time. 23 years ago
foobar ca18b631fd - Should fix some CLI build problems on some systems. 23 years ago
Sascha Schumann dcd0b8fc90 Update documentation, -b ip:port works 23 years ago
Sascha Schumann 45a928ef94 fix heuristic: if someone passed "-b IP:port", this check would 23 years ago
Marcus Boerger 2fde9b7794 Add a shortcut 23 years ago
Ilia Alshanetsky 21d5061038 Fixed format bug 23 years ago
Stanislav Malyshev 06273c5637 MF4: -m fix for premature extension unloading 23 years ago
Marcus Boerger d3473d1f58 - Provide a unified way to display uncaught exceptions, which shows 23 years ago
Ilia Alshanetsky bccc247a97 Set module id 0 (internal) for constants registered by php_cli in C. 23 years ago
Marcus Boerger 744dd20520 Fix warnings 23 years ago
Marcus Boerger cbb011da2d Fix interactive mode 23 years ago
Ilia Alshanetsky f6290bfbfd Don't forget to flush() buffers for -w -s 23 years ago
Ilia Alshanetsky 98d998b7ee Fixed bug #20896 (-s -w modes with php-cli cause php to hang). 23 years ago
Ilia Alshanetsky 10aae5e671 Fixed bug #24958 (Incorrect handling of 404s) 23 years ago
Sascha Schumann f622240a0e MFB don't overwrite 23 years ago
Uwe Schindler 294fcddc0e Give user the chance to support nsapi_virtual() in newer servers by adding parameter server_lib to php5_init (windows only) 23 years ago
Uwe Schindler ea12731b4e TSRM issue in windows compiling 23 years ago
Uwe Schindler 52da23faf4 Fix Win32 Build because of missint TSRM stuff 23 years ago
Ilia Alshanetsky d2bf1c1338 Fixed bug #24177 (Status not set correctly after flush() in Apache 2) 23 years ago
Ilia Alshanetsky 2b768e8bdc Fixed bug #22072 (Apache2 sapis do not detect aborted connections). 23 years ago
Ilia Alshanetsky 3253746c26 Preserve exit status for non-php execution modes. 23 years ago
Ilia Alshanetsky 68616d764c Fixed bug #23509 (exit code lost when exit() called from 23 years ago
Andrey Hristov a0ad4f949e Removed the unnecessary check of array_init() return value. 23 years ago
Uwe Schindler 870610d679 put $ID:...$ in readme 23 years ago
Uwe Schindler 3fbe69f49a Possibility to use php5_execute to display server error pages or directory listing pages 23 years ago
Uwe Schindler 17c02dd9d4 some code cleanups 23 years ago
foobar 5553b6827b - Use the correct paths to apu-config / apr-config 23 years ago
Uwe Schindler 72aa28d0c3 safe mode fix 23 years ago
Uwe Schindler e3a55ba297 Make virtual() an alias for nsapi_virtual() -- better for docs/naming in future 23 years ago
foobar d6430ab79f - Fixed bug #21074 (Apache2: "ErrorDocument xxx /error.php" broken). (Jani) 23 years ago
foobar d3bde360a7 Use the proper way to get the max requests per child. 23 years ago
foobar 471eaadffd apache2filter does not require 2.0.44 23 years ago
foobar 64cad72284 - Fixed bug #24537 (apache2 compile missing include directories) 23 years ago
Uwe Schindler 948476bd45 rename functions to php5_* 23 years ago
Uwe Schindler 2f280dcd55 prevent user from making nested PHP requests using virtual() 23 years ago
foobar eb8c8f94a9 *** empty log message *** 23 years ago
Sascha Schumann 1b50ca4df6 Fix install-sapi dependency - it should depend on OVERALL_TARGET, of course. 23 years ago
foobar e5af63a7d5 - Separate CGI build from regular SAPI build 23 years ago
Sascha Schumann 6dcf9c22b5 properly restart syscalls 23 years ago
Shane Caraveo 42165c12b0 renable -b option (removed when longopts were added) 23 years ago
Shane Caraveo 97ffab21a6 fix bug http://bugs.php.net/bug.php?id=24009 23 years ago
Sascha Schumann a5017f0b4c Serialize headers for systems with low IOV_MAX (e.g. Solaris) 23 years ago
foobar 3a7ca909be - HAVE_OPENSSL_EXT is not defined always. 23 years ago
Sascha Schumann e5c5c491fb Simplify/fix logging 23 years ago
Stanislav Malyshev 7e663790c7 flush after banner print 23 years ago