summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Integration of -ng changes. Changes:Sascha Schumann1999-12-3023-46/+111
* Macro syntax has changedSascha Schumann1999-12-301-1/+1
* Get rid of some config.h.stubs. Comments are placed into AC_DEFINE()Sascha Schumann1999-12-2910-23/+6
* Make sapi_module static. This is was the majority of SAPI modules uses.Sascha Schumann1999-12-281-1/+1
* *** empty log message ***Thies C. Arntzen1999-12-281-66/+99
* not too bad: i can see phpinfo()!Thies C. Arntzen1999-12-281-10/+33
* SAPI module for phttpd - found at ftp://ftp.netuse.de/pub/phttpd/, ftp://ftp....Thies C. Arntzen1999-12-286-0/+306
* Beginning work to get PHP 4 to work with Apache 2.0. This change detectsRyan Bloom1999-12-271-0/+28
* @- Fixed -c support in the standalone CGI binary (Zeev)Zeev Suraski1999-12-271-3/+15
* Change ALLOC_ZVAL() semanticsZeev Suraski1999-12-261-1/+2
* Add -rdynamic, if supported by gcc and static Apache build is usedSascha Schumann1999-12-241-0/+11
* - Use ALLOC_ZVAL() in PHP. Finding the places to put FREE_ZVAL(z) is muchAndi Gutmans1999-12-241-1/+1
* unlock the serializing lock a tad bit laterDavid Hedbor1999-12-221-2/+1
* Catch errors in the pike version-check script to avoid potential problemsDavid Hedbor1999-12-221-1/+1
* Removed C++ style commentDavid Hedbor1999-12-221-1/+1
* Some fixes in thread safe (ie ZTS) mode - now it actually seems toDavid Hedbor1999-12-221-7/+18
* Some cleanupSascha Schumann1999-12-216-6/+0
* Some more php3->php stuff.Andrei Zmievski1999-12-211-1/+1
* Use sapi_module_struct to contain SAPI module nameSascha Schumann1999-12-207-7/+7
* Add SAPI module for thttpd server. Quote from the README:Sascha Schumann1999-12-207-0/+474
* libzend -> ZendZeev Suraski1999-12-195-11/+11
* More php3_ annihilationZeev Suraski1999-12-174-6/+191
* More php3_ annihilationZeev Suraski1999-12-172-4/+4
* Make Apache SAPI module compile in ZTS modeSascha Schumann1999-12-172-4/+8
* (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
* Moving APXS-specific checks into respective config.m4. The placement ofSascha Schumann1999-12-111-0/+3
* Output information about HTTP headersSascha Schumann1999-12-101-0/+21
* @- Fix a crash in the Apache syntax highlighting mode (Zeev)Zeev Suraski1999-12-091-1/+0
* Separate libpaths into PHP_LDFLAGS, so that we can address themSascha Schumann1999-12-061-1/+1
* Hmmm...must have misplaced the getcwd/chdir logic...Sam Ruby1999-12-061-0/+3
* Fix some warningsSascha Schumann1999-12-051-1/+1
* More maintainer-mode cleanupsRasmus Lerdorf1999-12-051-9/+26
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-044-5/+5
* Remove code references to serverapiSascha Schumann1999-12-042-16/+0
* - zend_file_handles must now flag whether their .filename property should beZeev Suraski1999-12-046-0/+6
* Add X-Powered-By header in all configurations to ease PHP usage meteringSascha Schumann1999-12-031-7/+0
* (php_ns_sapi_header_handler): use sapi_free_header()Sascha Schumann1999-12-031-14/+14
* use new PHP_BUILD_THREAD_SAFE macroSam Ruby1999-12-011-2/+1
* the Zeus-Guys were nice enoug to give us a call similar to DllMain()!Thies C. Arntzen1999-11-301-0/+1
* ISAPI wants to run in ZTSThies C. Arntzen1999-11-291-2/+1
* Initial alpha-level of sapi/servlet. See README for details.Sam Ruby1999-11-298-0/+941
* 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
* Convert more source files to use thread-safe functionsSascha Schumann1999-11-261-2/+3
* Now the new direct write is enabled too...David Hedbor1999-11-251-1/+1
* Implemented direct writing to the client's FD if RXML parsing of the result i...David Hedbor1999-11-253-34/+112
* Now ZTS can be used. Unless --enable-roxen-zts is specified at theDavid Hedbor1999-11-254-61/+151