| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add INSTALL_ROOT variable to specify install location. | Wilfredo Sanchez | 2001-04-03 | 1 | -1/+1 |
| | | |||||
| * | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -3/+3 |
| | | | | | | # Heads up people! I tested this before committing but you never know.. | ||||
| * | Fix off-by-one on config values set from Apache config | Stanislav Malyshev | 2001-03-13 | 1 | -1/+1 |
| | | | | | | | # It didn't really hurt, since the extra character was always \0, # but the phpinfo() display came out ugly. | ||||
| * | Avoid using ret uninitialized | Zeev Suraski | 2001-03-06 | 1 | -1/+1 |
| | | |||||
| * | Avoid writing to error_log in case of aborted connections. | Zeev Suraski | 2001-03-06 | 1 | -3/+1 |
| | | |||||
| * | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 4 | -4/+4 |
| | | |||||
| * | Kill warning | Rasmus Lerdorf | 2001-01-22 | 1 | -1/+0 |
| | | |||||
| * | Sigh. Even less sleep than I thought :) Really fix it this time. | Zeev Suraski | 2001-01-22 | 1 | -1/+1 |
| | | |||||
| * | Too much work, not enough sleep... Fix hash lookup | Zeev Suraski | 2001-01-22 | 1 | -1/+1 |
| | | |||||
| * | Don't overwrite PATH_TRANSLATED if it exists | Zeev Suraski | 2001-01-22 | 1 | -6/+16 |
| | | |||||
| * | make threaded apache module build again | Daniel Beulshausen | 2001-01-05 | 1 | -0/+4 |
| | | |||||
| * | Fix last couple of problematic execution paths that could corrupt the INI values | Zeev Suraski | 2001-01-03 | 1 | -1/+8 |
| | | |||||
| * | Fix Apache module and remove excess elements from the SAPI structure | Zeev Suraski | 2001-01-03 | 1 | -0/+2 |
| | | |||||
| * | Fix compile. | foobar | 2001-01-03 | 1 | -6/+6 |
| | | |||||
| * | Many patches. I hope I remember them all: | Zeev Suraski | 2001-01-02 | 1 | -8/+8 |
| | | | | | | | | | | - Make sapi_module available to external modules (PHPAPI) - Make the php.ini path reported in phpinfo() always point to real full path of the php.ini file - Optimized the ISAPI module not to read unnecessary server variables and read necessary variables at most once. | ||||
| * | Fix a few possible bugs: | Zeev Suraski | 2000-12-30 | 1 | -5/+8 |
| | | | | | | | | - engine=off in one or more vhosts could propogate to other vhosts - Under some error situations, the default values for INI directives could be erroneously replaced for a single request | ||||
| * | added missing SLS_FETCH() | Daniel Beulshausen | 2000-12-14 | 1 | -0/+1 |
| | | |||||
| * | Add apache_child_terminate() and INI setting apache.child_terminate | Sascha Schumann | 2000-12-13 | 2 | -0/+18 |
| | | | | | | | | which defaults to 0. Submitted by: Sam Liddicott <sam.liddicott@ananova.com> | ||||
| * | Align ZTS handling of globals with common usage | Sascha Schumann | 2000-12-10 | 3 | -12/+27 |
| | | |||||
| * | fix win32 apache module | Daniel Beulshausen | 2000-12-10 | 1 | -4/+7 |
| | | | | | | # this is ugly, has someone a better way? | ||||
| * | fix windows build | Daniel Beulshausen | 2000-12-10 | 1 | -0/+2 |
| | | |||||
| * | Axe rest of DAV leftovers and use STD_PHP_INI_ENTRY in the INI section | Sascha Schumann | 2000-12-07 | 3 | -80/+4 |
| | | |||||
| * | Automatically carry over macro definitions from Apache. | Sascha Schumann | 2000-12-04 | 1 | -6/+5 |
| | | | | | | | | | We don't take everything, because apxs' CFLAGS also includes optimization, debugging, et cetera flags. PR: #7211 | ||||
| * | merged ext/apache/CREDITS and sapi/apache/CREDITS | Hartmut Holzgraefe | 2000-11-22 | 1 | -1/+2 |
| | | |||||
| * | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| | | |||||
| * | Update SAPI modules to interface with the new TSRM. | Zeev Suraski | 2000-11-18 | 1 | -2/+2 |
| | | | | | | Enable thread-safety memory debugging in ISAPI when in debug mode | ||||
| * | - Import Jade Nicoletti's transparent gzip encoding support as an output | Zeev Suraski | 2000-11-13 | 1 | -1/+1 |
| | | | | | | | | handler. Works quite nicely! - Fix buglets in output buffering - Add output_handler INI directive | ||||
| * | More verbose error message for non-working apxs case | Sascha Schumann | 2000-11-13 | 1 | -1/+5 |
| | | |||||
| * | - Fix Windows build | Zeev Suraski | 2000-11-02 | 1 | -5/+5 |
| | | | | | | - Changed the Apache .dsp to expect the Apache source code files under php_build | ||||
| * | Fix a nasty bug in the shutdown sequence of PHP under Apache. | Zeev Suraski | 2000-11-02 | 1 | -0/+3 |
| | | |||||
| * | - Revert patch which seems to have caused the STOP mechanism not to work. | Andi Gutmans | 2000-11-01 | 1 | -1/+1 |
| | | | | | | | - I'm not quite sure why this should have caused harm even if not completey - the right way of doing it. | ||||
| * | Fix Apache build | Zeev Suraski | 2000-10-31 | 1 | -4/+1 |
| | | |||||
| * | Add/unify aborted connection handling | Sascha Schumann | 2000-10-29 | 1 | -5/+1 |
| | | |||||
| * | Initial steps to move the INI mechanism to the Zend engine | Zeev Suraski | 2000-10-29 | 1 | -1/+1 |
| | | |||||
| * | This appears to be the correct fix to me. | Rasmus Lerdorf | 2000-10-14 | 1 | -9/+9 |
| | | | | | | @ Fix memory leak in x-httpd-source mode (Jason Greene) | ||||
| * | trivial output change | Daniel Beulshausen | 2000-10-13 | 1 | -2/+4 |
| | | | | | | # someone urged me too | ||||
| * | Fix php_value issue | Zeev Suraski | 2000-10-13 | 1 | -6/+7 |
| | | |||||
| * | Fixed a problem that allowed users to override admin_value's and admin_flag's | Zeev Suraski | 2000-10-11 | 1 | -2/+15 |
| | | |||||
| * | - Cleanup some output functions | Andi Gutmans | 2000-09-30 | 1 | -1/+1 |
| | | |||||
| * | UnixWare defines shutdown to _shutdown, which causes problems later | Sascha Schumann | 2000-09-29 | 1 | -0/+2 |
| | | | | | | | | | on when using a structure member named shutdown. Since this source file does not use the system call shutdown, it is safe to #undef it. PR: #6008, #6362 | ||||
| * | #include "SAPI.h" once | Sascha Schumann | 2000-09-26 | 1 | -1/+0 |
| | | |||||
| * | Fixed bug #6356. | foobar | 2000-09-11 | 1 | -1/+1 |
| | | |||||
| * | Fix build after last commit. | Jon Parise | 2000-09-08 | 1 | -0/+2 |
| | | |||||
| * | Restore the headers_only test to the centralized SAPI startup. If ↵ | Zeev Suraski | 2000-09-08 | 1 | -1/+5 |
| | | | | | | | | necessary, it can be overriden in the activate() callback. | ||||
| * | - Add another ..\ to the TSRM search path | Andi Gutmans | 2000-09-08 | 1 | -3/+3 |
| | | |||||
| * | - Add TSRM to the apache workspace include path | Andi Gutmans | 2000-09-08 | 1 | -3/+3 |
| | | |||||
| * | Add TSRM include dirs | Sascha Schumann | 2000-09-06 | 1 | -1/+1 |
| | | |||||
| * | - Defining TSRM_WIN32 in each and every dsp sucked. Revert this change | Andi Gutmans | 2000-09-02 | 1 | -3/+3 |
| | | |||||
| * | - More Windows build fixes | Andi Gutmans | 2000-09-02 | 1 | -3/+3 |
| | | |||||
| * | Missed a couple of center attributes | Rasmus Lerdorf | 2000-08-28 | 1 | -1/+1 |
| | | |||||
