summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* some cosmetical changesSascha Schumann1999-11-241-5/+7
* Removed some forgotten C++ style commentsDavid Hedbor1999-11-241-14/+9
* Now actually correctly checks for Pike paths etc.David Hedbor1999-11-241-6/+22
* - add PHP_BUILD_THREAD_SAFESascha Schumann1999-11-242-2/+2
* - Added a couple of static for functions that don't need to be public.David Hedbor1999-11-241-59/+44
* Don't create a new thread for each php-script - use the handler thread.David Hedbor1999-11-241-3/+4
* Moved HAVE_ROXEN to sapi/roxen/config.h.stubDavid Hedbor1999-11-241-0/+5
* Added the wrong file.David Hedbor1999-11-242-314/+4
* First version of Pike/Roxen module for embedding PHP.David Hedbor1999-11-235-0/+1343
* (main) In this special case, free path_translated. Fix for #2795.Andrei Zmievski1999-11-231-0/+4
* (main) Remove redundant statement, this is part of the initializationSascha Schumann1999-11-231-1/+0
* Getting Zeus-Support in place - i can already see phpinfo()!Thies C. Arntzen1999-11-233-27/+30
* (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-203-0/+3
* Moving apMakefile.{libdir,tmpl} to sapi/apache directory.Sascha Schumann1999-11-183-2/+83
* - Fixing warnings in regexAndi Gutmans1999-11-141-4/+4
* - Remove ISAPI project from main dir as it's been copied to sapi/isapiAndi Gutmans1999-11-141-0/+2
* Allow --with-apxs and --with-regex=apacheSascha Schumann1999-11-131-2/+5
* Improve regex library selection. It lets user specify whether they wantSascha Schumann1999-11-132-7/+17
* Remove the extra INCLUDES line from most automake Mafiles. This is notSascha Schumann1999-11-133-3/+0