summaryrefslogtreecommitdiff
path: root/sapi/apache/mod_php4.c
Commit message (Expand)AuthorAgeFilesLines
* The status quo in PHP is that the current directory is initializedSascha Schumann2000-08-201-1/+0
* Use size_t as parameter type in the getenv member of struct sapi_moduleSascha Schumann2000-08-201-1/+1
* Fix typoRasmus Lerdorf2000-08-041-1/+1
* Heads up! I have moved the headers_only and response_code checks out ofRasmus Lerdorf2000-08-021-0/+2
* Missed a symbolRasmus Lerdorf2000-07-311-2/+2
* Fix symbol clash which caused a DSO problem on OpenBSDRasmus Lerdorf2000-07-261-7/+7
* Fix prototype of apache_child_exit_handler and remove popen-relatedSascha Schumann2000-07-101-15/+1
* @- Fixed closingThies C. Arntzen2000-07-101-9/+3
* Fixed module / global shutdown for apache.Andreas Karajannis2000-07-091-1/+24
* Fix #5432: should register all variables. Thanks jeroen@darius.demon.nl.Stanislav Malyshev2000-07-061-1/+1
* When using HTTP auth from PHP, fill in the %u custom log field so theRasmus Lerdorf2000-07-051-0/+2
* Some user-agents send 'basic' instead of 'Basic' in their AuthorizationRasmus Lerdorf2000-06-301-1/+1
* I'm not sure whether this is necessary or not. Is it guarenteed that get_mod...Zeev Suraski2000-06-281-1/+3
* Separate plain name returned by php_sapi_module() and pretty nameAndrei Zmievski2000-06-261-1/+2
* Move main.h to php_main.h.Sascha Schumann2000-06-051-1/+1
* @ Changed the Apache handler's return status to 'Declined' when a requestedRasmus Lerdorf2000-05-261-1/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* Fix crash when server_context is not longer valid (e.g., whenZeev Suraski2000-05-171-0/+4
* - Fix a crash bug in case output is generated in the Apache module whileZeev Suraski2000-05-141-2/+11
* more apachewin32 work. much better now, but still crashing in zend_execute. ...Shane Caraveo2000-05-041-55/+18
* sorry, do comments rightShane Caraveo2000-04-301-6/+6
* apache module now compiles under win32, apache loads, but crashes on line 116...Shane Caraveo2000-04-301-4/+59
* - Change PHP_ to V_ (directory & file functions)Andi Gutmans2000-04-151-1/+1
* Fix for bug #4125Rasmus Lerdorf2000-04-131-1/+1
* @- Fixed several problems with the PATH_TRANSLATED and PHP_SELF under ApacheZeev Suraski2000-04-081-3/+3
* - This version of chdir_file should be compatible with the Apache one.Andi Gutmans2000-04-021-1/+1
* @"none" is now equivalent with "" in Apache config directives (Stig)Stig Bakken2000-03-021-0/+4
* Compile fixZeev Suraski2000-02-261-2/+1
* - From CODING_STANDARDS:Zeev Suraski2000-02-261-1/+1
* @- Implemented default_charset and default_mimetype config directives (Stig)Stig Bakken2000-02-251-4/+20
* started implementing directives for default mimetype/charsetStig Bakken2000-02-241-2/+2
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* Fix warnings when compiling static Apache moduleSascha Schumann2000-02-181-1/+1
* No need for a value (not that it seems to work anyway...)Zeev Suraski2000-02-171-1/+1
* @- Updated the browscap module to work with PHP 4.0 (Zeev)Zeev Suraski2000-02-161-0/+2
* SAPIfication, Episode VI: Return of the SAPIZeev Suraski2000-02-101-3/+3
* The last patch wasn't that good, fixZeev Suraski2000-02-101-2/+4
* Make the CVS compile againZeev Suraski2000-02-101-1/+1
* Yes, you guessed it... More cleanupZeev Suraski2000-02-101-0/+3
* More cleanup!Zeev Suraski2000-02-101-3/+3
* More cleanup - move getenv() to SAPIZeev Suraski2000-02-101-1/+9
* More cleanup...Zeev Suraski2000-02-101-0/+7
* More abstractionZeev Suraski2000-02-101-0/+19
* Move the logging mechanism to SAPIZeev Suraski2000-02-101-0/+18
* New function notice.Andrei Zmievski2000-02-081-2/+0
* Fixed SAPI modules to properly register their related modules.Andrei Zmievski2000-02-021-2/+2
* Initialize apache properly.Andrei Zmievski2000-02-021-1/+1
* Moved ext/apache into sapi/apache.Andrei Zmievski2000-02-021-1/+14
* No comment - will explain next weekRasmus Lerdorf2000-01-291-2/+2
* - Change the argument order of php_register_variable() to something moreZeev Suraski2000-01-291-3/+3