summaryrefslogtreecommitdiff
path: root/sapi/apache
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a nasty bug in the shutdown sequence of PHP under Apache.Zeev Suraski2000-11-021-0/+3
* - Revert patch which seems to have caused the STOP mechanism not to work.Andi Gutmans2000-11-011-1/+1
* Fix Apache buildZeev Suraski2000-10-311-4/+1
* Add/unify aborted connection handlingSascha Schumann2000-10-291-5/+1
* Initial steps to move the INI mechanism to the Zend engineZeev Suraski2000-10-291-1/+1
* This appears to be the correct fix to me.Rasmus Lerdorf2000-10-141-9/+9
* trivial output changeDaniel Beulshausen2000-10-131-2/+4
* Fix php_value issueZeev Suraski2000-10-131-6/+7
* Fixed a problem that allowed users to override admin_value's and admin_flag'sZeev Suraski2000-10-111-2/+15
* - Cleanup some output functionsAndi Gutmans2000-09-301-1/+1
* UnixWare defines shutdown to _shutdown, which causes problems laterSascha Schumann2000-09-291-0/+2
* #include "SAPI.h" onceSascha Schumann2000-09-261-1/+0
* Fixed bug #6356.foobar2000-09-111-1/+1
* Fix build after last commit.Jon Parise2000-09-081-0/+2
* Restore the headers_only test to the centralized SAPI startup. If necessary,...Zeev Suraski2000-09-081-1/+5
* - Add another ..\ to the TSRM search pathAndi Gutmans2000-09-081-3/+3
* - Add TSRM to the apache workspace include pathAndi Gutmans2000-09-081-3/+3
* Add TSRM include dirsSascha Schumann2000-09-061-1/+1
* - Defining TSRM_WIN32 in each and every dsp sucked. Revert this changeAndi Gutmans2000-09-021-3/+3
* - More Windows build fixesAndi Gutmans2000-09-021-3/+3
* Missed a couple of center attributesRasmus Lerdorf2000-08-281-1/+1
* changed the output directorys from the windowsbuildsDaniel Beulshausen2000-08-231-4/+4
* updated project to work with readdir.h rev.1.5 from apache cvsDaniel Beulshausen2000-08-211-4/+4
* 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 opened_path initStanislav Malyshev2000-08-131-0/+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
* Made ob_start() and friends reentrant. It's now possible to implement thisZeev Suraski2000-07-292-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-102-15/+4
* 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
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
* fix apache dsp fileShane Caraveo2000-07-021-3/+3
* Some user-agents send 'basic' instead of 'Basic' in their AuthorizationRasmus Lerdorf2000-06-301-1/+1
* Set version number on DLLsZeev Suraski2000-06-301-3/+4
* 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
* alloc.h has been removed from the Apache 1.3 CVS treeSascha Schumann2000-06-241-1/+1
* look for apxs in /usr/sbin (that's where SUSE puts it)Hartmut Holzgraefe2000-06-171-0/+7
* More main workSascha Schumann2000-06-161-1/+1
* - More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversionsAndi Gutmans2000-06-151-1/+1
* Due to creating the Makefiles later, generating libphp4.module failed,Sascha Schumann2000-06-131-0/+1
* Fix Windows .dsp'sZeev Suraski2000-06-111-3/+3
* The ! command is not portable.Sascha Schumann2000-06-091-1/+3
* Wipe out acconfig.h.in and rewrite some checks to use PHP_ARG_ENABLE.Sascha Schumann2000-06-081-16/+16