| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Windows .dsp's | Zeev Suraski | 2000-06-11 | 3 | -9/+9 |
* | - This seems to be a bug. Anyone know who wrote this code? Should it stay | Andi Gutmans | 2000-06-10 | 1 | -2/+2 |
* | The ! command is not portable. | Sascha Schumann | 2000-06-09 | 1 | -1/+3 |
* | Added more server variables to the HTTP_SERVER_VARS array, all the | Anthony Whitehead | 2000-06-08 | 1 | -0/+21 |
* | Wipe out acconfig.h.in and rewrite some checks to use PHP_ARG_ENABLE. | Sascha Schumann | 2000-06-08 | 3 | -46/+32 |
* | Added another bug to be fixed | David Hedbor | 2000-06-06 | 1 | -0/+19 |
* | PRE_INCLUDES hack reverted | David Hedbor | 2000-06-06 | 3 | -5/+3 |
* | Move main.h to php_main.h. | Sascha Schumann | 2000-06-05 | 9 | -9/+9 |
* | Fix virtual() when used with output buffering | Rasmus Lerdorf | 2000-06-05 | 1 | -0/+3 |
* | List with TODO items | David Hedbor | 2000-06-05 | 1 | -0/+14 |
* | Fixed include directory problems. | David Hedbor | 2000-06-05 | 2 | -1/+5 |
* | Changed include statement for main.h to avoid inclusion of Pike's main.h. | David Hedbor | 2000-06-05 | 1 | -4/+4 |
* | - Allow all functions that receive user-defined function callbacks to accept | Zeev Suraski | 2000-06-03 | 3 | -9/+9 |
* | 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 |