Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tagphp-4.3.0dev-ZendEngine2 | SVN Migration | 2002-05-19 | 141 | -25404/+0 |
| | | | | 'php_4_3_0_dev_ZendEngine2'. | ||||
* | Improve readability of the header send function | Sascha Schumann | 2002-05-17 | 1 | -34/+33 |
| | |||||
* | Allow the version checks for --with-apxs= and --with-apxs2= to work | Cliff Woolley | 2002-05-17 | 2 | -2/+2 |
| | | | | | | | | | with development version of Apache, whose version strings end in "-dev", eg "Apache/2.0.37-dev". PR: 17233 Submitted by: Dale Ghent <daleg@elemental.org> | ||||
* | apache 2.0's apache_lookup_uri() was returning an array rather than an | Cliff Woolley | 2002-05-17 | 1 | -4/+13 |
| | | | | | | | | object, which contradicted both the documentation and the behavior of the same function under apache 1.3. PR: 14999 | ||||
* | * restore the php_flag and php_admin_flag Apache directives which for | Cliff Woolley | 2002-05-17 | 1 | -2/+30 |
| | | | | | | | | | some mysterious reason never made their way from sapi/apache to sapi/apache2filter when it was first written PR: 16629 * change the allowed locations of php_admin_value (and php_admin_flag to match) to ACCESS_CONF instead of OR_NONE to match sapi/apache. No idea why it was ever OR_NONE. PR: 16489 | ||||
* | Fix fastcgi build, may need more work | Jason Greene | 2002-05-14 | 1 | -2/+4 |
| | | | | | # Sascha, would you mind looking this over? | ||||
* | Patch by Justin Erenkrantz <jerenkrantz@apache.org> for enabling | Marko Karppinen | 2002-05-13 | 1 | -1/+12 |
| | | | | | | --with-apxs2 build on Darwin. Omitting the change to start linking with libtool for now, though. | ||||
* | More verbose but more generic error message when we spot multiple | Jim Jagielski | 2002-05-13 | 1 | -1/+1 |
| | | | | | PHPINIDir directives | ||||
* | - Update about CLI default settings and it's weirdness. | Markus Fischer | 2002-05-11 | 1 | -2/+3 |
| | |||||
* | Added copyright notice to php -v output. | Edin Kadribasic | 2002-05-11 | 2 | -2/+2 |
| | |||||
* | Patch by Justin Erenkrantz <jerenkrantz@apache.org>. This should be MFHed. | Sebastian Bergmann | 2002-05-11 | 1 | -0/+2 |
| | |||||
* | Revert to the old php_ini.c, and reimplement the binary-path searching. | Zeev Suraski | 2002-05-11 | 2 | -0/+4 |
| | | | | | Should now also work under UNIX (CLI/CGI) | ||||
* | whitespace | Zeev Suraski | 2002-05-11 | 1 | -1/+1 |
| | |||||
* | Add missing element | Zeev Suraski | 2002-05-11 | 1 | -0/+2 |
| | |||||
* | - Prefix the first version line with 'PHP' so it's easier to use shell tools to | Markus Fischer | 2002-05-10 | 2 | -2/+2 |
| | | | | | parse the version number (both CLI and CGI). | ||||
* | - This affects both CGI and CLI sapi: | Markus Fischer | 2002-05-10 | 2 | -4/+2 |
| | | | | | | Remove Zend version output from -m switch and move it over to the output of the -v switch (-v is supposed to list version numbers, not -m). | ||||
* | Backed out preceding change. | Preston L. Bannister | 2002-05-09 | 1 | -8/+0 |
| | |||||
* | Detect when running under IIS and default force_redirect to zero. This This ↵ | Preston L. Bannister | 2002-05-09 | 1 | -0/+8 |
| | | | | | | | means an explicit php.ini setting is no longer required. (No extraneous whitespace changes this time :). | ||||
* | Revert the last patches. | foobar | 2002-05-09 | 1 | -739/+731 |
| | |||||
* | Detect when running under IIS and not require explicit setting of ↵ | Preston L. Bannister | 2002-05-09 | 1 | -731/+739 |
| | | | | | | | force_redirect. This means an explicit php.ini setting is no longer required. | ||||
* | Added the current SAPI to the output of php -v | Sander Roobol | 2002-05-09 | 2 | -2/+2 |
| | |||||
* | Added conversion support from script character encoding to internal ↵ | Rui Hirokawa | 2002-05-08 | 1 | -0/+9 |
| | | | | 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. | ||||
* | - Added Aaron Bannert as maintainer | Derick Rethans | 2002-05-08 | 1 | -1/+1 |
| | |||||
* | Update README with register_argc_argv settings override. | Edin Kadribasic | 2002-05-06 | 1 | -0/+1 |
| | |||||
* | Fix a graceful restart SEGV. We no longer only perform initialization | Aaron Bannert | 2002-05-05 | 1 | -5/+0 |
| | | | | | | | on the second pass through the post_config. Now we only avoid the initialization only on the first DSO load, and on all subsequent loads we rerun the init code. | ||||
* | Fix an elusive and intermittent startup SEGV. The problem was | Aaron Bannert | 2002-05-05 | 1 | -3/+8 |
| | | | | | | | | | | the static string we were using to set an initialization flag would get remapped to a different location when Apache reloaded the DSO, causing us to not run our initialization routines. Submitted by: Justin Erenkrantz <jerenkrantz@apache.org> Reviewed by: Aaron Bannert (I added the big comment too) | ||||
* | Force register_argc_argv=On for CLI | foobar | 2002-05-05 | 1 | -0/+1 |
| | |||||
* | Well that didn't last long! (Reverting previous.) | Marko Karppinen | 2002-05-05 | 1 | -1/+1 |
| | |||||
* | Prelim. patch to enable apache2filter to link on Darwin. | Marko Karppinen | 2002-05-05 | 1 | -1/+1 |
| | | | | | | | | Submitted by: Justin Erenkrantz <jerenkrantz@apache.org> Reviewed by: markonen # A stopgap measure while we try to find a "real" # solution, if one exists. | ||||
* | ap_php_optopt is set but never used | Sascha Schumann | 2002-05-04 | 1 | -2/+0 |
| | |||||
* | Fixed some minor typos | Sander Roobol | 2002-05-02 | 1 | -3/+3 |
| | |||||
* | Fix build. | Sebastian Bergmann | 2002-05-02 | 1 | -2/+2 |
| | |||||
* | updated cgi warning notice. | James Cox | 2002-05-02 | 1 | -0/+2 |
| | |||||
* | Fix build when openssl is enabled. | foobar | 2002-04-28 | 1 | -1/+1 |
| | |||||
* | be a bit more verbose about what is wrong | Sascha Schumann | 2002-04-26 | 2 | -3/+3 |
| | |||||
* | Fix external builds | Sascha Schumann | 2002-04-26 | 1 | -1/+1 |
| | |||||
* | - Fix for bug: #16791. (more reliable test) | foobar | 2002-04-26 | 2 | -12/+18 |
| | |||||
* | Apache does a full load, unload, load cycle for each DSO module. | Aaron Bannert | 2002-04-24 | 1 | -0/+17 |
| | | | | | | | | | | | | This patch makes sure that any startup actions that are performed for PHP don't happen until the second load (the second call to the post_config hook), and it also prevents subsequent calls to the initialization routines. Suggested By: Cliff Woolley PR: 16475, 16754 | ||||
* | apache_child_terminate() returns status as bool | Hartmut Holzgraefe | 2002-04-23 | 1 | -4/+7 |
| | | | | | proto fixes | ||||
* | This was not supposed to be uncommented..yet. | foobar | 2002-04-23 | 1 | -1/+1 |
| | |||||
* | Part 4 of apache sapi build fixes: | foobar | 2002-04-23 | 4 | -128/+40 |
| | | | | | | - Fixed many conflicts caused by bogus includes, e.g the infamous XtOffset redefinition warning is gone now. | ||||
* | Part 3 of static apache build fixes: | foobar | 2002-04-23 | 3 | -16/+17 |
| | | | | | | | - Use the PHP_CFLAGS when compiling the php4 module in apache tree. - Use the apache include dir only when compiling sapi/apache o Fixes the fnmatch.h issue Wez complained about :) | ||||
* | Typo in error string | Jim Jagielski | 2002-04-22 | 1 | -1/+1 |
| | |||||
* | Refine the OS X support a bit | Marko Karppinen | 2002-04-22 | 1 | -3/+6 |
| | |||||
* | Merged the Mac OS X compile changes from the Apache 1.3 SAPI. | Marko Karppinen | 2002-04-22 | 1 | -8/+18 |
| | | | | | | --with-apxs2 should now work on Mac OS X / Darwin. # Not tested, though. So shoot me! :) | ||||
* | Reverting my previous patch. | Edin Kadribasic | 2002-04-22 | 1 | -6/+6 |
| | |||||
* | Added ..\..\..\php_build\lib\apache2 to libpath and | Edin Kadribasic | 2002-04-21 | 1 | -6/+6 |
| | | | | | ..\..\..\php_build\include\apache2 to includepath | ||||
* | - Gaurd for problems in fault servers (fixes problem with Sambar 5.2) | Derick Rethans | 2002-04-18 | 1 | -1/+1 |
| | |||||
* | Document the new PHPINIDir directive in the apache2filter/README. | Aaron Bannert | 2002-04-18 | 1 | -0/+9 |
| | |||||
* | This patch implements a new Apache2 directive called PHPINIDir that | Aaron Bannert | 2002-04-18 | 3 | -3/+43 |
| | | | | | | | | | | | | allows the specification of the php.ini directory from within the Apache configuration. If left unset, the default is to defer to the hard-coded php paths. When set, the supplied path is made relative to Apache's internal ServerRoot setting. Example: PHPINIDir "conf" # PHP will now look in the ServerRoot/conf directory for the php.ini file |