summaryrefslogtreecommitdiff
path: root/sapi/aolserver/aolserver.c
Commit message (Expand)AuthorAgeFilesLines
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-3/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* - Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.foobar2002-11-261-5/+0
* fix phpinfo() output for better browser BCColin Viebrock2002-09-261-1/+1
* Change phpinfo() to use CSS styling instead of HTML code.Colin Viebrock2002-09-191-1/+1
* another startup initialization fix - only ISAPI and CGI SAPI's tested,Zeev Suraski2002-09-181-2/+1
* Fix code which makes wrong assumptions about the return value of snprintf.Sascha Schumann2002-06-261-2/+2
* Add missing elementZeev Suraski2002-05-111-0/+2
* Use {NULL, NULL, NULL} to terminate function entry.Yasuo Ohgaki2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* * fix module struct in rest of sapi modulesStig Bakken2001-10-121-0/+2
* Undo Z_ subst for sapi and ext/yazJeroen van Wolffelaar2001-09-271-1/+1
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-1/+1
* TSRMLS fixesDaniel Beulshausen2001-08-141-13/+5
* more tsrm cleanupSascha Schumann2001-08-051-2/+1
* further tsrm cleanupSascha Schumann2001-08-051-3/+0
* - TSRMLS_FETCH workZeev Suraski2001-08-051-1/+1
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-32/+25
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-6/+6
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Try harder to push data through the wire.Sascha Schumann2001-01-151-5/+12
* Many patches. I hope I remember them all:Zeev Suraski2001-01-021-4/+4
* Update SAPI modules to interface with the new TSRM.Zeev Suraski2000-11-181-1/+1
* strdup private AOLserver data before inserting it into SAPI's request_info.Sascha Schumann2000-11-111-7/+9
* Add/unify aborted connection handlingSascha Schumann2000-10-291-0/+3
* Initial steps to move the INI mechanism to the Zend engineZeev Suraski2000-10-291-1/+1
* Restore the headers_only test to the centralized SAPI startup. If necessary,...Zeev Suraski2000-09-081-5/+0
* Missed a couple of center attributesRasmus Lerdorf2000-08-281-1/+1
* Use SAPI' register_server_variables hook.Sascha Schumann2000-08-251-78/+63
* Disable php_value and add note about reliabilitySascha Schumann2000-08-221-0/+9
* Set file_handle.opened_path to NULLSascha Schumann2000-08-221-0/+1
* Heads up! I have moved the headers_only and response_code checks out ofRasmus Lerdorf2000-08-021-0/+6
* Fix typo. A shutdown function is of course called, when the serverSascha Schumann2000-07-051-1/+1
* Separate plain name returned by php_sapi_module() and pretty nameAndrei Zmievski2000-06-261-0/+1
* Move main.h to php_main.h.Sascha Schumann2000-06-051-1/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* SECTION is not defined in info.h anymoreSascha Schumann2000-04-151-0/+1
* *** empty log message ***Colin Viebrock2000-04-071-11/+8
* Make it compileSascha Schumann2000-03-181-1/+1
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* Yes, you guessed it... More cleanupZeev Suraski2000-02-101-0/+3
* More cleanup - move getenv() to SAPIZeev Suraski2000-02-101-0/+1
* More cleanup...Zeev Suraski2000-02-101-0/+1
* More abstractionZeev Suraski2000-02-101-0/+3
* Move the logging mechanism to SAPIZeev Suraski2000-02-101-0/+2
* Fixed SAPI modules to properly register their related modules.Andrei Zmievski2000-02-021-1/+1
* Tried to centralize global variable registration as much as possible:Zeev Suraski2000-01-281-0/+2
* - Added flush() support to SAPIZeev Suraski2000-01-131-0/+1