| Commit message (Expand) | Author | Age | Files | Lines |
* | Added changes suggested by Stanislav Borutsky with respect to NSAPI_PUBLIC. | Anthony Whitehead | 2000-05-31 | 1 | -10/+4 |
* | The last line added '-I' to INCLUDES, causing all SAPI modules but NSAPI | Sascha Schumann | 2000-05-31 | 1 | -2/+0 |
* | Altered NSAPI autoconf to check for location of include files automatically, ... | Anthony Whitehead | 2000-05-30 | 3 | -51/+82 |
* | - Fix problem in sessions module under Win32. Need to use ; as an options | Andi Gutmans | 2000-05-27 | 1 | -1/+1 |
* | @ Changed the Apache handler's return status to 'Declined' when a requested | Rasmus Lerdorf | 2000-05-26 | 1 | -1/+1 |
* | Only fetch globals if it's necessary (which it usually won't be) | Zeev Suraski | 2000-05-25 | 1 | -3/+4 |
* | @- ignore_user_abort() & friends should now work in CGI mode as well. | Thies C. Arntzen | 2000-05-25 | 1 | -2/+20 |
* | -i, -v, -h and -? execution pathes didn't flush the output buffer | Hartmut Holzgraefe | 2000-05-22 | 1 | -1/+7 |
* | Fixed check for Zeus under Solaris (/bin/sh doesn't understand '!') | Ben Mansell | 2000-05-22 | 1 | -3/+1 |
* | use simpler foreach instead of while | Sam Ruby | 2000-05-21 | 1 | -1/+1 |
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 15 | -30/+30 |
* | Later AOLserver releases will copy the include to the installation dir. | Sascha Schumann | 2000-05-18 | 2 | -0/+8 |
* | Fix build against recent thttpd versions | Sascha Schumann | 2000-05-17 | 1 | -1/+1 |
* | Fix crash when server_context is not longer valid (e.g., when | Zeev Suraski | 2000-05-17 | 1 | -0/+4 |
* | Fix wording (not "to apxs", but "of apxs"). | Sascha Schumann | 2000-05-15 | 1 | -1/+1 |
* | Complain loudly and stop configuration, if we cannot run apxs. | Sascha Schumann | 2000-05-15 | 1 | -0/+7 |
* | Use "mkdir -p" instead of "test -d || mkdir" where possible | Sascha Schumann | 2000-05-15 | 1 | -2/+1 |
* | Define PHP_SELF properly with Zeus+ISAPI | Ben Mansell | 2000-05-15 | 1 | -0/+4 |
* | Please maintain consistency in these names... :) | Zeev Suraski | 2000-05-14 | 2 | -38/+38 |
* | - Fix a crash bug in case output is generated in the Apache module while | Zeev Suraski | 2000-05-14 | 1 | -2/+11 |
* | Fix typo - thanks to Christian Wenz <christian.wenz@stud.tu-muenchen.de> | Sam Ruby | 2000-05-13 | 1 | -2/+2 |
* | build error on Unix | Sam Ruby | 2000-05-11 | 1 | -1/+0 |
* | nsapi now compiles under win32, untested | Shane Caraveo | 2000-05-06 | 3 | -8/+236 |
* | oh boy! apache-win32 works! | Shane Caraveo | 2000-05-06 | 1 | -3/+3 |
* | - Fix problem with sapi_globals being used before it is initialized. | Andi Gutmans | 2000-05-05 | 1 | -14/+13 |
* | - Make Windows compile again. | Andi Gutmans | 2000-05-05 | 1 | -1/+4 |
* | - Add -z and -g switches to the CGI | Zeev Suraski | 2000-05-04 | 1 | -2/+42 |
* | Change reentrancy API to always use the php prefix. | Sascha Schumann | 2000-05-04 | 1 | -2/+2 |
* | more apachewin32 work. much better now, but still crashing in zend_execute. ... | Shane Caraveo | 2000-05-04 | 3 | -73/+32 |
* | Remove trailing empty lines | Sascha Schumann | 2000-05-01 | 10 | -40/+0 |
* | Large test commit IV | Sascha Schumann | 2000-05-01 | 10 | -0/+10 |
* | Large commit test III | Sascha Schumann | 2000-05-01 | 10 | -0/+30 |
* | Add initial NSAPI module from Jayakumar Muthukumarasamy | Rasmus Lerdorf | 2000-04-30 | 3 | -0/+553 |
* | zeroing the variables fixes one crash...now crashes on memory allocation duri... | Shane Caraveo | 2000-04-30 | 1 | -0/+4 |
* | sorry, do comments right | Shane Caraveo | 2000-04-30 | 1 | -6/+6 |
* | apache module now compiles under win32, apache loads, but crashes on line 116... | Shane Caraveo | 2000-04-30 | 5 | -5/+226 |
* | Overall UNIX build system improvements: | Sascha Schumann | 2000-04-30 | 9 | -54/+9 |
* | - Another PHP_WIN32 patch | Andi Gutmans | 2000-04-20 | 1 | -1/+1 |
* | - Change to PHP_WIN32 | Andi Gutmans | 2000-04-20 | 1 | -1/+1 |
* | improve fix | Thies C. Arntzen | 2000-04-20 | 1 | -1/+1 |
* | SIGPIPE is unknown on WIN32 platforms | Frank M. Kromann | 2000-04-19 | 1 | -0/+2 |
* | ignore SIGPIPE in standalone-mode so that one can actually use fsockopen() *a... | Thies C. Arntzen | 2000-04-19 | 1 | -0/+11 |
* | author fixes | Zeev Suraski | 2000-04-19 | 1 | -2/+2 |
* | Improve performance of the PHP_SELF registration under ISAPI | Zeev Suraski | 2000-04-19 | 1 | -2/+6 |
* | Adding $PHP_SELF variable for compatibility with other platforms | Frank M. Kromann | 2000-04-15 | 1 | -0/+2 |
* | SECTION is not defined in info.h anymore | Sascha Schumann | 2000-04-15 | 1 | -0/+1 |
* | Support install directories other than srcdir/root | Sascha Schumann | 2000-04-15 | 1 | -15/+26 |
* | Add documentation on how to install PHP in AOLserver | Sascha Schumann | 2000-04-15 | 1 | -0/+58 |
* | - Change PHP_ to V_ (directory & file functions) | Andi Gutmans | 2000-04-15 | 3 | -3/+3 |
* | Oops - remove debug statement | Sam Ruby | 2000-04-13 | 1 | -2/+0 |