| Commit message (Expand) | Author | Age | Files | Lines |
* | Moving APXS-specific checks into respective config.m4. The placement of | Sascha Schumann | 1999-12-11 | 1 | -0/+3 |
* | Output information about HTTP headers | Sascha Schumann | 1999-12-10 | 1 | -0/+21 |
* | @- Fix a crash in the Apache syntax highlighting mode (Zeev) | Zeev Suraski | 1999-12-09 | 1 | -1/+0 |
* | Separate libpaths into PHP_LDFLAGS, so that we can address them | Sascha Schumann | 1999-12-06 | 1 | -1/+1 |
* | Hmmm...must have misplaced the getcwd/chdir logic... | Sam Ruby | 1999-12-06 | 1 | -0/+3 |
* | Fix some warnings | Sascha Schumann | 1999-12-05 | 1 | -1/+1 |
* | More maintainer-mode cleanups | Rasmus Lerdorf | 1999-12-05 | 1 | -9/+26 |
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 4 | -5/+5 |
* | Remove code references to serverapi | Sascha Schumann | 1999-12-04 | 2 | -16/+0 |
* | - zend_file_handles must now flag whether their .filename property should be | Zeev Suraski | 1999-12-04 | 6 | -0/+6 |
* | Add X-Powered-By header in all configurations to ease PHP usage metering | Sascha Schumann | 1999-12-03 | 1 | -7/+0 |
* | (php_ns_sapi_header_handler): use sapi_free_header() | Sascha Schumann | 1999-12-03 | 1 | -14/+14 |
* | use new PHP_BUILD_THREAD_SAFE macro | Sam Ruby | 1999-12-01 | 1 | -2/+1 |
* | the Zeus-Guys were nice enoug to give us a call similar to DllMain()! | Thies C. Arntzen | 1999-11-30 | 1 | -0/+1 |
* | ISAPI wants to run in ZTS | Thies C. Arntzen | 1999-11-29 | 1 | -2/+1 |
* | Initial alpha-level of sapi/servlet. See README for details. | Sam Ruby | 1999-11-29 | 8 | -0/+941 |
* | Revert last patch (leak in libzend is fixed now) | Sascha Schumann | 1999-11-29 | 1 | -9/+1 |
* | Avoid fd leak which appears when using ZEND_HANDLE_FILENAME | Sascha Schumann | 1999-11-26 | 1 | -2/+10 |
* | Add reentrant versions of ctime, localtime, gmtime, asctime. | Sascha Schumann | 1999-11-26 | 1 | -0/+3 |
* | Convert more source files to use thread-safe functions | Sascha Schumann | 1999-11-26 | 1 | -2/+3 |
* | Now the new direct write is enabled too... | David Hedbor | 1999-11-25 | 1 | -1/+1 |
* | Implemented direct writing to the client's FD if RXML parsing of the result i... | David Hedbor | 1999-11-25 | 3 | -34/+112 |
* | Now ZTS can be used. Unless --enable-roxen-zts is specified at the | David Hedbor | 1999-11-25 | 4 | -61/+151 |
* | some cosmetical changes | Sascha Schumann | 1999-11-24 | 1 | -5/+7 |
* | Removed some forgotten C++ style comments | David Hedbor | 1999-11-24 | 1 | -14/+9 |
* | Now actually correctly checks for Pike paths etc. | David Hedbor | 1999-11-24 | 1 | -6/+22 |
* | - add PHP_BUILD_THREAD_SAFE | Sascha Schumann | 1999-11-24 | 2 | -2/+2 |
* | - Added a couple of static for functions that don't need to be public. | David Hedbor | 1999-11-24 | 1 | -59/+44 |
* | Don't create a new thread for each php-script - use the handler thread. | David Hedbor | 1999-11-24 | 1 | -3/+4 |
* | Moved HAVE_ROXEN to sapi/roxen/config.h.stub | David Hedbor | 1999-11-24 | 1 | -0/+5 |
* | Added the wrong file. | David Hedbor | 1999-11-24 | 2 | -314/+4 |
* | First version of Pike/Roxen module for embedding PHP. | David Hedbor | 1999-11-23 | 5 | -0/+1343 |
* | (main) In this special case, free path_translated. Fix for #2795. | Andrei Zmievski | 1999-11-23 | 1 | -0/+4 |
* | (main) Remove redundant statement, this is part of the initialization | Sascha Schumann | 1999-11-23 | 1 | -1/+0 |
* | Getting Zeus-Support in place - i can already see phpinfo()! | Thies C. Arntzen | 1999-11-23 | 3 | -27/+30 |
* | (php_ns_hash_environment) Ns_ConnHost() may return NULL, check for it | Sascha Schumann | 1999-11-22 | 1 | -2/+6 |
* | (PHP getallheaders) added function for AOLserver | Sascha Schumann | 1999-11-22 | 1 | -10/+48 |
* | --enable-versioning can now be used with CGI/AOLserver as well. Note that | Sascha Schumann | 1999-11-20 | 3 | -0/+3 |
* | Moving apMakefile.{libdir,tmpl} to sapi/apache directory. | Sascha Schumann | 1999-11-18 | 3 | -2/+83 |
* | - Fixing warnings in regex | Andi Gutmans | 1999-11-14 | 1 | -4/+4 |
* | - Remove ISAPI project from main dir as it's been copied to sapi/isapi | Andi Gutmans | 1999-11-14 | 1 | -0/+2 |
* | Allow --with-apxs and --with-regex=apache | Sascha Schumann | 1999-11-13 | 1 | -2/+5 |
* | Improve regex library selection. It lets user specify whether they want | Sascha Schumann | 1999-11-13 | 2 | -7/+17 |
* | Remove the extra INCLUDES line from most automake Mafiles. This is not | Sascha Schumann | 1999-11-13 | 3 | -3/+0 |
* | Enable selective regex library compilation. | Sascha Schumann | 1999-11-12 | 1 | -0/+6 |
* | (php_ns_request_ctor) enable HTTP Access Authentication | Sascha Schumann | 1999-11-07 | 1 | -3/+16 |
* | Clean up regex header file mess. php.h now explicitly includes php_regex.h | Rasmus Lerdorf | 1999-10-30 | 2 | -3/+5 |
* | (php_ns_hash_environment): provide more CGI/1.1 variables to scripts. | Sascha Schumann | 1999-10-20 | 1 | -18/+27 |
* | (php_info_aolserver): add more information from the server context | Sascha Schumann | 1999-10-20 | 1 | -1/+21 |
* | (php_ns_hash_environment) add SERVER_SOFTWARE, SERVER_BOOTTIME, SERVER_BUILDD... | Sascha Schumann | 1999-10-20 | 1 | -2/+28 |