summaryrefslogtreecommitdiff
path: root/sapi/aolserver
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move reentrancy initialisation/destruction into SAPI.Sascha Schumann2000-01-051-2/+0
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* Integration of -ng changes. Changes:Sascha Schumann1999-12-303-4/+11
* Get rid of some config.h.stubs. Comments are placed into AC_DEFINE()Sascha Schumann1999-12-292-2/+1
* Some cleanupSascha Schumann1999-12-211-1/+0
* Use sapi_module_struct to contain SAPI module nameSascha Schumann1999-12-201-1/+1
* (php_ns_request_handler) set SG(server_context) to non-NULLSascha Schumann1999-12-161-0/+2
* Reapply configuration for each requestSascha Schumann1999-12-131-10/+20
* (php_ns_config) use 3.0's Ns_ConfigGetPath instead of Ns_ConfigPathSascha Schumann1999-12-131-1/+1
* Output information about HTTP headersSascha Schumann1999-12-101-0/+21
* - zend_file_handles must now flag whether their .filename property should beZeev Suraski1999-12-041-0/+1
* (php_ns_sapi_header_handler): use sapi_free_header()Sascha Schumann1999-12-031-14/+14
* Revert last patch (leak in libzend is fixed now)Sascha Schumann1999-11-291-9/+1
* Avoid fd leak which appears when using ZEND_HANDLE_FILENAMESascha Schumann1999-11-261-2/+10
* Add reentrant versions of ctime, localtime, gmtime, asctime.Sascha Schumann1999-11-261-0/+3
* some cosmetical changesSascha Schumann1999-11-241-5/+7
* - add PHP_BUILD_THREAD_SAFESascha Schumann1999-11-242-2/+2
* (php_ns_hash_environment) Ns_ConnHost() may return NULL, check for itSascha Schumann1999-11-221-2/+6
* (PHP getallheaders) added function for AOLserverSascha Schumann1999-11-221-10/+48
* --enable-versioning can now be used with CGI/AOLserver as well. Note thatSascha Schumann1999-11-201-0/+2
* Remove the extra INCLUDES line from most automake Mafiles. This is notSascha Schumann1999-11-131-1/+0
* (php_ns_request_ctor) enable HTTP Access AuthenticationSascha Schumann1999-11-071-3/+16
* (php_ns_hash_environment): provide more CGI/1.1 variables to scripts.Sascha Schumann1999-10-201-18/+27
* (php_info_aolserver): add more information from the server contextSascha Schumann1999-10-201-1/+21
* (php_ns_hash_environment) add SERVER_SOFTWARE, SERVER_BOOTTIME, SERVER_BUILDD...Sascha Schumann1999-10-201-2/+28
* (php_info_aolserver): Show information about the SAPI moduleSascha Schumann1999-10-081-2/+32
* Apparently, we did too much cleanup. The server survives now much longer.Sascha Schumann1999-10-071-3/+0
* POST works now and does not block anymore.Sascha Schumann1999-10-071-1/+9
* Remove SAPI_TARGET and use PHP_SAPI completely.Sascha Schumann1999-10-071-1/+1
* (ns_globals_struct): remove content_type memberSascha Schumann1999-10-071-2/+1
* Add comments to the source code and fix POST-read-data bug.Sascha Schumann1999-10-071-6/+87
* nsapi => aolserver changesSascha Schumann1999-10-072-3/+3
* (php_ns_request_handler): call ts_free_thread() to clean upSascha Schumann1999-10-071-4/+14
* * archive-based convenience libraries completely replacedSascha Schumann1999-10-043-13/+6
* Polish this.Sascha Schumann1999-10-041-1/+5
* * include from $(srcdir)Sascha Schumann1999-09-271-1/+1
* Generalized server-API build process on UNIX. Each SAPIStig Bakken1999-09-274-0/+380