915 Commits (f314d24d030dca3d1dd815d8ac4dad7d85f28ac3)

Author SHA1 Message Date
Zeev Suraski 2d0f07d086 Add missing element 24 years ago
Markus Fischer ccbadfc111 - Prefix the first version line with 'PHP' so it's easier to use shell tools to 24 years ago
Markus Fischer bf351e9639 - This affects both CGI and CLI sapi: 24 years ago
Preston L. Bannister 57c5998ff9 Backed out preceding change. 24 years ago
Preston L. Bannister d706e224ac Detect when running under IIS and default force_redirect to zero. This This means an explicit php.ini setting is no longer required. 24 years ago
foobar 42c82bb40d Revert the last patches. 24 years ago
Preston L. Bannister 06f375b1cf Detect when running under IIS and not require explicit setting of force_redirect. 24 years ago
Sander Roobol 7586cdc654 Added the current SAPI to the output of php -v 24 years ago
Rui Hirokawa f30b722f14 Added conversion support from script character encoding to internal character encoding. This feature is very useful for japanese who uses Shift_JIS encoding because some of characters in Shift_JIS are including '0x5c' and it causes some troubles on Zend parser. This patch is made by Masaki Fujimoto. 24 years ago
Derick Rethans dedf22f5ad - Added Aaron Bannert as maintainer 24 years ago
Edin Kadribasic d00252cf38 Update README with register_argc_argv settings override. 24 years ago
Aaron Bannert 8e176a10fc Fix a graceful restart SEGV. We no longer only perform initialization 24 years ago
Aaron Bannert b759322411 Fix an elusive and intermittent startup SEGV. The problem was 24 years ago
foobar 5f13f4ecb7 Force register_argc_argv=On for CLI 24 years ago
Marko Karppinen b7e50782b7 Well that didn't last long! (Reverting previous.) 24 years ago
Marko Karppinen 32ff990c68 Prelim. patch to enable apache2filter to link on Darwin. 24 years ago
Sascha Schumann 1ed3f698fe ap_php_optopt is set but never used 24 years ago
Sander Roobol 7a64b2b7e5 Fixed some minor typos 24 years ago
Sebastian Bergmann edba077000 Fix build. 24 years ago
James Cox ba85302e79 updated cgi warning notice. 24 years ago
foobar 2c8e8e0406 Fix build when openssl is enabled. 24 years ago
Sascha Schumann 12ba44827a be a bit more verbose about what is wrong 24 years ago
Sascha Schumann e2ad07fdcf Fix external builds 24 years ago
foobar 492efe963f - Fix for bug: #16791. (more reliable test) 24 years ago
Aaron Bannert b2f9b6fb16 Apache does a full load, unload, load cycle for each DSO module. 24 years ago
Hartmut Holzgraefe 4852dd3569 apache_child_terminate() returns status as bool 24 years ago
foobar f54f199906 This was not supposed to be uncommented..yet. 24 years ago
foobar dace2eca03 Part 4 of apache sapi build fixes: 24 years ago
foobar eb18c5c38c Part 3 of static apache build fixes: 24 years ago
Jim Jagielski a6117a874e Typo in error string 24 years ago
Marko Karppinen 42555b189e Refine the OS X support a bit 24 years ago
Marko Karppinen 2cd85ac084 Merged the Mac OS X compile changes from the Apache 1.3 SAPI. 24 years ago
Edin Kadribasic 6c491a5654 Reverting my previous patch. 24 years ago
Edin Kadribasic 8509772d93 Added ..\..\..\php_build\lib\apache2 to libpath and 24 years ago
Derick Rethans 68ca74c371 - Gaurd for problems in fault servers (fixes problem with Sambar 5.2) 24 years ago
Aaron Bannert 5ab179e830 Document the new PHPINIDir directive in the apache2filter/README. 24 years ago
Aaron Bannert 3aa8a9b62b This patch implements a new Apache2 directive called PHPINIDir that 24 years ago
Aaron Bannert d11ee7c1ea Fix an intermittent SEGV when an error bubbled up from PHP before our 24 years ago
Aaron Bannert 2e3ce44c80 It makes more sense to do the null-pointer check *before* trying to use it. 24 years ago
foobar b21931e6c3 ws fixes 24 years ago
foobar 7c2811e1ab Make it possible to actually disable the CLI.. 24 years ago
foobar 0fa1516483 - Prevent users from trying to make a static build with Apache2 using 24 years ago
foobar f81166f34e - Added checks to prevent building the DSO with wrong configure option. 24 years ago
Aaron Bannert bf8bb929ac Fix a typo and a build error detected by the lovely HPUX11 ANSI C compiler. 24 years ago
Yasuo Ohgaki 439b56842f CGI/CLI take file and dir for -c option by this. 24 years ago
Aaron Bannert 22fb507325 Fix a problem where php-generated data was pushed down the entire output 24 years ago
Aaron Bannert 27a5b380cf PHP filters and Apache 2 aren't quite a perfect match yet, so we have 24 years ago
Aaron Bannert caf7f3d4d2 Don't depend on the context provided by the filter (f->ctx) anymore. In 24 years ago
Aaron Bannert d19fd6a0ad Return the number of bytes consumed, not the number of bytes left. 24 years ago
Sebastian Bergmann bdc27671cd Update README. 24 years ago