summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Added changes suggested by Stanislav Borutsky with respect to NSAPI_PUBLIC.Anthony Whitehead2000-05-311-10/+4
* The last line added '-I' to INCLUDES, causing all SAPI modules but NSAPISascha Schumann2000-05-311-2/+0
* Altered NSAPI autoconf to check for location of include files automatically, ...Anthony Whitehead2000-05-303-51/+82
* - Fix problem in sessions module under Win32. Need to use ; as an optionsAndi Gutmans2000-05-271-1/+1
* @ Changed the Apache handler's return status to 'Declined' when a requestedRasmus Lerdorf2000-05-261-1/+1
* Only fetch globals if it's necessary (which it usually won't be)Zeev Suraski2000-05-251-3/+4
* @- ignore_user_abort() & friends should now work in CGI mode as well.Thies C. Arntzen2000-05-251-2/+20
* -i, -v, -h and -? execution pathes didn't flush the output bufferHartmut Holzgraefe2000-05-221-1/+7
* Fixed check for Zeus under Solaris (/bin/sh doesn't understand '!')Ben Mansell2000-05-221-3/+1
* use simpler foreach instead of whileSam Ruby2000-05-211-1/+1
* Update the license with the new clause 6Zeev Suraski2000-05-1815-30/+30
* Later AOLserver releases will copy the include to the installation dir.Sascha Schumann2000-05-182-0/+8
* Fix build against recent thttpd versionsSascha Schumann2000-05-171-1/+1
* Fix crash when server_context is not longer valid (e.g., whenZeev Suraski2000-05-171-0/+4
* Fix wording (not "to apxs", but "of apxs").Sascha Schumann2000-05-151-1/+1
* Complain loudly and stop configuration, if we cannot run apxs.Sascha Schumann2000-05-151-0/+7
* Use "mkdir -p" instead of "test -d || mkdir" where possibleSascha Schumann2000-05-151-2/+1
* Define PHP_SELF properly with Zeus+ISAPIBen Mansell2000-05-151-0/+4
* Please maintain consistency in these names... :)Zeev Suraski2000-05-142-38/+38
* - Fix a crash bug in case output is generated in the Apache module whileZeev Suraski2000-05-141-2/+11
* Fix typo - thanks to Christian Wenz <christian.wenz@stud.tu-muenchen.de>Sam Ruby2000-05-131-2/+2
* build error on UnixSam Ruby2000-05-111-1/+0
* nsapi now compiles under win32, untestedShane Caraveo2000-05-063-8/+236
* oh boy! apache-win32 works!Shane Caraveo2000-05-061-3/+3
* - Fix problem with sapi_globals being used before it is initialized.Andi Gutmans2000-05-051-14/+13
* - Make Windows compile again.Andi Gutmans2000-05-051-1/+4
* - Add -z and -g switches to the CGIZeev Suraski2000-05-041-2/+42
* Change reentrancy API to always use the php prefix.Sascha Schumann2000-05-041-2/+2
* more apachewin32 work. much better now, but still crashing in zend_execute. ...Shane Caraveo2000-05-043-73/+32
* Remove trailing empty linesSascha Schumann2000-05-0110-40/+0
* Large test commit IVSascha Schumann2000-05-0110-0/+10
* Large commit test IIISascha Schumann2000-05-0110-0/+30
* Add initial NSAPI module from Jayakumar MuthukumarasamyRasmus Lerdorf2000-04-303-0/+553
* zeroing the variables fixes one crash...now crashes on memory allocation duri...Shane Caraveo2000-04-301-0/+4
* 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-305-5/+226
* Overall UNIX build system improvements:Sascha Schumann2000-04-309-54/+9
* - Another PHP_WIN32 patchAndi Gutmans2000-04-201-1/+1
* - Change to PHP_WIN32Andi Gutmans2000-04-201-1/+1
* improve fixThies C. Arntzen2000-04-201-1/+1
* SIGPIPE is unknown on WIN32 platformsFrank M. Kromann2000-04-191-0/+2
* ignore SIGPIPE in standalone-mode so that one can actually use fsockopen() *a...Thies C. Arntzen2000-04-191-0/+11
* author fixesZeev Suraski2000-04-191-2/+2
* Improve performance of the PHP_SELF registration under ISAPIZeev Suraski2000-04-191-2/+6
* Adding $PHP_SELF variable for compatibility with other platformsFrank M. Kromann2000-04-151-0/+2
* SECTION is not defined in info.h anymoreSascha Schumann2000-04-151-0/+1
* Support install directories other than srcdir/rootSascha Schumann2000-04-151-15/+26
* Add documentation on how to install PHP in AOLserverSascha Schumann2000-04-151-0/+58
* - Change PHP_ to V_ (directory & file functions)Andi Gutmans2000-04-153-3/+3
* Oops - remove debug statementSam Ruby2000-04-131-2/+0