| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | #include "SAPI.h" once | Sascha Schumann | 2000-09-26 | 1 | -1/+0 |
| * | Fix build after last commit. | Jon Parise | 2000-09-08 | 1 | -0/+2 |
| * | Restore the headers_only test to the centralized SAPI startup. If necessary,... | Zeev Suraski | 2000-09-08 | 1 | -1/+5 |
| * | The status quo in PHP is that the current directory is initialized | Sascha Schumann | 2000-08-20 | 1 | -1/+0 |
| * | Use size_t as parameter type in the getenv member of struct sapi_module | Sascha Schumann | 2000-08-20 | 1 | -1/+1 |
| * | Fix typo | Rasmus Lerdorf | 2000-08-04 | 1 | -1/+1 |
| * | Heads up! I have moved the headers_only and response_code checks out of | Rasmus Lerdorf | 2000-08-02 | 1 | -0/+2 |
| * | Missed a symbol | Rasmus Lerdorf | 2000-07-31 | 1 | -2/+2 |
| * | Fix symbol clash which caused a DSO problem on OpenBSD | Rasmus Lerdorf | 2000-07-26 | 1 | -7/+7 |
| * | Fix prototype of apache_child_exit_handler and remove popen-related | Sascha Schumann | 2000-07-10 | 1 | -15/+1 |
| * | @- Fixed closing | Thies C. Arntzen | 2000-07-10 | 1 | -9/+3 |
| * | Fixed module / global shutdown for apache. | Andreas Karajannis | 2000-07-09 | 1 | -1/+24 |
| * | Fix #5432: should register all variables. Thanks jeroen@darius.demon.nl. | Stanislav Malyshev | 2000-07-06 | 1 | -1/+1 |
| * | When using HTTP auth from PHP, fill in the %u custom log field so the | Rasmus Lerdorf | 2000-07-05 | 1 | -0/+2 |
| * | Some user-agents send 'basic' instead of 'Basic' in their Authorization | Rasmus Lerdorf | 2000-06-30 | 1 | -1/+1 |
| * | I'm not sure whether this is necessary or not. Is it guarenteed that get_mod... | Zeev Suraski | 2000-06-28 | 1 | -1/+3 |
| * | Separate plain name returned by php_sapi_module() and pretty name | Andrei Zmievski | 2000-06-26 | 1 | -1/+2 |
| * | Move main.h to php_main.h. | Sascha Schumann | 2000-06-05 | 1 | -1/+1 |
| * | @ Changed the Apache handler's return status to 'Declined' when a requested | Rasmus Lerdorf | 2000-05-26 | 1 | -1/+1 |
| * | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| * | Fix crash when server_context is not longer valid (e.g., when | Zeev Suraski | 2000-05-17 | 1 | -0/+4 |
| * | - Fix a crash bug in case output is generated in the Apache module while | Zeev Suraski | 2000-05-14 | 1 | -2/+11 |
| * | more apachewin32 work. much better now, but still crashing in zend_execute. ... | Shane Caraveo | 2000-05-04 | 1 | -55/+18 |
| * | sorry, do comments right | Shane Caraveo | 2000-04-30 | 1 | -6/+6 |
| * | apache module now compiles under win32, apache loads, but crashes on line 116... | Shane Caraveo | 2000-04-30 | 1 | -4/+59 |
| * | - Change PHP_ to V_ (directory & file functions) | Andi Gutmans | 2000-04-15 | 1 | -1/+1 |
| * | Fix for bug #4125 | Rasmus Lerdorf | 2000-04-13 | 1 | -1/+1 |
| * | @- Fixed several problems with the PATH_TRANSLATED and PHP_SELF under Apache | Zeev Suraski | 2000-04-08 | 1 | -3/+3 |
| * | - This version of chdir_file should be compatible with the Apache one. | Andi Gutmans | 2000-04-02 | 1 | -1/+1 |
| * | @"none" is now equivalent with "" in Apache config directives (Stig) | Stig Bakken | 2000-03-02 | 1 | -0/+4 |
| * | Compile fix | Zeev Suraski | 2000-02-26 | 1 | -2/+1 |
| * | - From CODING_STANDARDS: | Zeev Suraski | 2000-02-26 | 1 | -1/+1 |
| * | @- Implemented default_charset and default_mimetype config directives (Stig) | Stig Bakken | 2000-02-25 | 1 | -4/+20 |
| * | started implementing directives for default mimetype/charset | Stig Bakken | 2000-02-24 | 1 | -2/+2 |
| * | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| * | Fix warnings when compiling static Apache module | Sascha Schumann | 2000-02-18 | 1 | -1/+1 |
| * | No need for a value (not that it seems to work anyway...) | Zeev Suraski | 2000-02-17 | 1 | -1/+1 |
| * | @- Updated the browscap module to work with PHP 4.0 (Zeev) | Zeev Suraski | 2000-02-16 | 1 | -0/+2 |
| * | SAPIfication, Episode VI: Return of the SAPI | Zeev Suraski | 2000-02-10 | 1 | -3/+3 |
| * | The last patch wasn't that good, fix | Zeev Suraski | 2000-02-10 | 1 | -2/+4 |
| * | Make the CVS compile again | Zeev Suraski | 2000-02-10 | 1 | -1/+1 |
| * | Yes, you guessed it... More cleanup | Zeev Suraski | 2000-02-10 | 1 | -0/+3 |
| * | More cleanup! | Zeev Suraski | 2000-02-10 | 1 | -3/+3 |
| * | More cleanup - move getenv() to SAPI | Zeev Suraski | 2000-02-10 | 1 | -1/+9 |
| * | More cleanup... | Zeev Suraski | 2000-02-10 | 1 | -0/+7 |
| * | More abstraction | Zeev Suraski | 2000-02-10 | 1 | -0/+19 |
| * | Move the logging mechanism to SAPI | Zeev Suraski | 2000-02-10 | 1 | -0/+18 |