| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | @- Fixed bug with Apache which let PHP_AUTH_* variables to be set when | foobar | 2002-06-13 | 1 | -1/+1 |
| | | | | | | | | @ external basic auth mechanism was used. (Jani) Fixes bugs: #16653, #14534, #14370 | ||||
| * | Fix exit code (bug #17733). | Edin Kadribasic | 2002-06-13 | 1 | -1/+1 |
| | | |||||
| * | Disable installing pear when --disable-cli is used since pear installer | Edin Kadribasic | 2002-06-11 | 1 | -1/+2 |
| | | | | | | needs cli to function. | ||||
| * | too many flushes are bad | Sascha Schumann | 2002-06-08 | 1 | -1/+3 |
| | | |||||
| * | Fix build | Sascha Schumann | 2002-06-01 | 1 | -1/+1 |
| | | |||||
| * | - Reapply netware patch | Andi Gutmans | 2002-06-01 | 1 | -1/+1 |
| | | |||||
| * | Put Netware header and comment back in. My CVS revision id got messed | Rasmus Lerdorf | 2002-06-01 | 1 | -0/+8 |
| | | | | | | up somehow. | ||||
| * | Oops | Rasmus Lerdorf | 2002-05-31 | 1 | -1/+1 |
| | | |||||
| * | @ Renamed getallheaders() to apache_request_headers() and kept | Rasmus Lerdorf | 2002-05-31 | 1 | -14/+33 |
| | | | | | | | | | | @ getallheaders() as an alias to it. Also added apache_response_headers() @ which returns the current response headers from Apache. Renamed getallheaders() to apache_request_headers() and kept getallheaders() as an alias to it. Also added apache_response_headers() which returns the current response headers from Apache. | ||||
| * | Removed ugly code done as part of NetWare change, upon Andi's advice. Now, ↵ | Venkat Raghavan S | 2002-05-31 | 1 | -5/+1 |
| | | | | | the typecasting is done for all platforms. | ||||
| * | NetWare related changes | Venkat Raghavan S | 2002-05-31 | 3 | -1/+22 |
| | | |||||
| * | That macro is and always was hopelessly broken, which is why it's | Cliff Woolley | 2002-05-30 | 1 | -1/+1 |
| | | | | | | now deprecated. | ||||
| * | Merge from cli. | Edin Kadribasic | 2002-05-26 | 1 | -5/+2 |
| | | |||||
| * | Due to the way Zend handles exit() we cannot rely on the return code | Edin Kadribasic | 2002-05-26 | 1 | -5/+2 |
| | | | | | | of php_execute_script. | ||||
| * | Made constants persistent and fixed a memory leak. | Edin Kadribasic | 2002-05-26 | 1 | -3/+7 |
| | | |||||
| * | Register STDIN, STDOUT, and STDERR "constants" in cli in cases where | Edin Kadribasic | 2002-05-24 | 1 | -0/+50 |
| | | | | | | | | script itself is not being loaded from STDIN. This enables constructs like fwrite(STDERR, "Error 42"); | ||||
| * | Add README and CREDITS... | Wez Furlong | 2002-05-22 | 2 | -0/+58 |
| | | |||||
| * | Fix bug when length was queried before the string was converted. | Wez Furlong | 2002-05-22 | 1 | -1/+6 |
| | | |||||
| * | Use the GIT for inter-thread marshalling. | Wez Furlong | 2002-05-20 | 3 | -133/+187 |
| | | |||||
| * | this way it even compiles | Harald Radi | 2002-05-20 | 2 | -15/+15 |
| | | | | | | #blame me if i did something wrong, i didn't test it ;) | ||||
| * | Implement ActiveScript interfaces. | Wez Furlong | 2002-05-20 | 8 | -0/+2832 |
| | | | | | | | | | | | This allows use of PHP in: Client-side script in Internet Explorer Windows Scripting Host ASP and ASP.NET pages It's mostly working... give it a go. You will need to regsvr32 the php4activescript.dll manually. | ||||
| * | 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 |
| | | |||||
