69 Commits (b1eb7855cdee02df8cb464190865cfa410f42335)

Author SHA1 Message Date
Zeev Suraski da5464b145 - zend_file_handles must now flag whether their .filename property should be 27 years ago
Sascha Schumann 639c491da4 Add X-Powered-By header in all configurations to ease PHP usage metering 27 years ago
Sascha Schumann 964bf9f288 (php_ns_sapi_header_handler): use sapi_free_header() 27 years ago
Sam Ruby 4f6a88aa9f use new PHP_BUILD_THREAD_SAFE macro 27 years ago
Thies C. Arntzen bc38c052e9 the Zeus-Guys were nice enoug to give us a call similar to DllMain()! 27 years ago
Thies C. Arntzen d1f21493e1 ISAPI wants to run in ZTS 27 years ago
Sam Ruby fd9265362c Initial alpha-level of sapi/servlet. See README for details. 27 years ago
Sascha Schumann 80cb563d0a Revert last patch (leak in libzend is fixed now) 27 years ago
Sascha Schumann 6d97609a31 Avoid fd leak which appears when using ZEND_HANDLE_FILENAME 27 years ago
Sascha Schumann 35b30a8d0c Add reentrant versions of ctime, localtime, gmtime, asctime. 27 years ago
Sascha Schumann 2f6ded9ac9 Convert more source files to use thread-safe functions 27 years ago
David Hedbor cad85534c6 Now the new direct write is enabled too... 27 years ago
David Hedbor 5f5bd0954b Implemented direct writing to the client's FD if RXML parsing of the result isn't selected. 27 years ago
David Hedbor 353686c9c5 Now ZTS can be used. Unless --enable-roxen-zts is specified at the 27 years ago
Sascha Schumann 3b2a88d4d4 some cosmetical changes 27 years ago
David Hedbor 9284f73f4f Removed some forgotten C++ style comments 27 years ago
David Hedbor df5308e502 Now actually correctly checks for Pike paths etc. 27 years ago
Sascha Schumann a4c75707fb - add PHP_BUILD_THREAD_SAFE 27 years ago
David Hedbor b86acfd3a2 - Added a couple of static for functions that don't need to be public. 27 years ago
David Hedbor 6262280ad4 Don't create a new thread for each php-script - use the handler thread. 27 years ago
David Hedbor 1973990286 Moved HAVE_ROXEN to sapi/roxen/config.h.stub 27 years ago
David Hedbor 30476d6d21 Added the wrong file. 27 years ago
David Hedbor 8fb4122333 First version of Pike/Roxen module for embedding PHP. 27 years ago
Andrei Zmievski 9781bf59cb (main) In this special case, free path_translated. Fix for #2795. 27 years ago
Sascha Schumann 2681a6b169 (main) Remove redundant statement, this is part of the initialization 27 years ago
Thies C. Arntzen b48b0734ca Getting Zeus-Support in place - i can already see phpinfo()! 27 years ago
Sascha Schumann fc95f04b10 (php_ns_hash_environment) Ns_ConnHost() may return NULL, check for it 27 years ago
Sascha Schumann 63a3e9ac45 (PHP getallheaders) added function for AOLserver 27 years ago
Sascha Schumann 51c83e9f4b --enable-versioning can now be used with CGI/AOLserver as well. Note that 27 years ago
Sascha Schumann 111cedbbea Moving apMakefile.{libdir,tmpl} to sapi/apache directory. 27 years ago
Andi Gutmans 25c56d15cd - Fixing warnings in regex 27 years ago
Andi Gutmans f3bcc012c6 - Remove ISAPI project from main dir as it's been copied to sapi/isapi 27 years ago
Sascha Schumann 677bf03f07 Allow --with-apxs and --with-regex=apache 27 years ago
Sascha Schumann bcb2214e99 Improve regex library selection. It lets user specify whether they want 27 years ago
Sascha Schumann 3dc7757a99 Remove the extra INCLUDES line from most automake Mafiles. This is not 27 years ago
Sascha Schumann ceae3847b8 Enable selective regex library compilation. 27 years ago
Sascha Schumann e5983e9ef5 (php_ns_request_ctor) enable HTTP Access Authentication 27 years ago
Rasmus Lerdorf cf0868fec8 Clean up regex header file mess. php.h now explicitly includes php_regex.h 27 years ago
Sascha Schumann d5bde1d658 (php_ns_hash_environment): provide more CGI/1.1 variables to scripts. 27 years ago
Sascha Schumann 90087382e4 (php_info_aolserver): add more information from the server context 27 years ago
Sascha Schumann b31ef32c1d (php_ns_hash_environment) add SERVER_SOFTWARE, SERVER_BOOTTIME, SERVER_BUILDDATE, SERVER_PROTOCOL 27 years ago
Andi Gutmans 133c95cf8c - It's OK if we link dynamically. 27 years ago
Andi Gutmans ad84f02efb - Get windows version to compile again. No biggy if array_map is not #if 0'd 27 years ago
Thies C. Arntzen a19f5933d5 fix suggested by sascha for xml-build in apxs mode 27 years ago
Sascha Schumann 3909ab4195 (php_info_aolserver): Show information about the SAPI module 27 years ago
Sascha Schumann 5a6fe43d58 Apparently, we did too much cleanup. The server survives now much longer. 27 years ago
Sascha Schumann 02553b5e7c POST works now and does not block anymore. 27 years ago
Sascha Schumann 3f1c010615 Remove SAPI_TARGET and use PHP_SAPI completely. 27 years ago
Sascha Schumann 93b12f5fbd (ns_globals_struct): remove content_type member 27 years ago
Sascha Schumann 483a4642f0 Add comments to the source code and fix POST-read-data bug. 27 years ago