Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | I'm not sure whether this is necessary or not. Is it guarenteed that ↵ | Zeev Suraski | 2000-06-28 | 1 | -1/+3 |
| | | | | | | | get_module_conf() will always return a value? Even if there were no relevant directives at all? | ||||
* | defer loading of the native code | Sam Ruby | 2000-06-27 | 1 | -2/+6 |
| | |||||
* | Separate plain name returned by php_sapi_module() and pretty name | Andrei Zmievski | 2000-06-26 | 10 | -7/+17 |
| | | | | | used for output. | ||||
* | - Pray this is an OK fix for the DISCARD_PATH junk | Andi Gutmans | 2000-06-26 | 1 | -0/+4 |
| | |||||
* | Right name for the function persist_alloc | Stanislav Malyshev | 2000-06-26 | 1 | -1/+1 |
| | |||||
* | - Try two in fixing the problem with memory leaks reporting path_translated | Andi Gutmans | 2000-06-26 | 1 | -4/+6 |
| | |||||
* | - Fix problem with filename being freed before possible memory leaks are | Zeev Suraski | 2000-06-26 | 1 | -1/+7 |
| | | | | | - reported by the memory manager | ||||
* | If we freed it, we might not touch it | Stanislav Malyshev | 2000-06-26 | 1 | -1/+2 |
| | | | | | | | # BTW, this is not a real fix - we still might use it # when reporting memory leaks, but at least we won't reference # unitialized memory | ||||
* | Apply the NSAPI patch | Zeev Suraski | 2000-06-24 | 1 | -0/+16 |
| | |||||
* | Stop including dl/phpdl.h. | Sascha Schumann | 2000-06-24 | 1 | -1/+0 |
| | |||||
* | alloc.h has been removed from the Apache 1.3 CVS tree | Sascha Schumann | 2000-06-24 | 1 | -1/+1 |
| | |||||
* | Changed strtok_r to php_strtok_r | Holger Zimmermann | 2000-06-18 | 1 | -2/+2 |
| | |||||
* | Cosmetic cleanups | Sascha Schumann | 2000-06-18 | 2 | -13/+9 |
| | |||||
* | Readd pi3web_sapi.c and reset flags. | Sascha Schumann | 2000-06-18 | 1 | -0/+461 |
| | |||||
* | Added Pi3Web support | Holger Zimmermann | 2000-06-17 | 4 | -0/+83 |
| | |||||
* | look for apxs in /usr/sbin (that's where SUSE puts it) | Hartmut Holzgraefe | 2000-06-17 | 1 | -0/+7 |
| | | | | | if no path is given and apxs is not found in $PATH | ||||
* | C++ // comments are evil ... | Hartmut Holzgraefe | 2000-06-16 | 1 | -2/+4 |
| | |||||
* | More main work | Sascha Schumann | 2000-06-16 | 1 | -1/+1 |
| | |||||
* | - More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversions | Andi Gutmans | 2000-06-15 | 1 | -1/+1 |
| | |||||
* | - Beautify a bit | Andi Gutmans | 2000-06-15 | 1 | -14/+5 |
| | |||||
* | - Try and fix crash with CGI. | Andi Gutmans | 2000-06-15 | 1 | -11/+16 |
| | | | | | | | - Please check out the comment I wrote in init_request_info(). There was a - lot of code there which was running for no apparent reason. Should it be - removed or should it actually run? | ||||
* | - Unncessary SLS_FETCH(); | Andi Gutmans | 2000-06-15 | 1 | -4/+0 |
| | |||||
* | Find servlet includes in new "main" directory. Add (finally) java and | Sam Ruby | 2000-06-14 | 1 | -6/+6 |
| | | | | | servlet to the list of projects | ||||
* | Export the necessary functions to enable servlet support to be subclassed | Sam Ruby | 2000-06-14 | 1 | -8/+8 |
| | | | | | This is in preparation for xml-cocoon support | ||||
* | Due to creating the Makefiles later, generating libphp4.module failed, | Sascha Schumann | 2000-06-13 | 1 | -0/+1 |
| | | | | | | because sapi/apache had not been created. This applies to VPATH builds only. | ||||
* | Proper casts | Sascha Schumann | 2000-06-13 | 1 | -1/+1 |
| | |||||
* | Removed obsolete, commented line | David Hedbor | 2000-06-12 | 1 | -1/+0 |
| | |||||
* | 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 |
| | | | | | - in? | ||||
* | 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 |
| | | | | | | variables listed in the structs in nsapi.c should work now. Untested on Windows platform. | ||||
* | 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 |
| | | | | | @ Fix virtual() when used with output buffering (Marc Pohl) | ||||
* | 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 |
| | | | | | | | | | an array that contains an object and a method name, in place of a function name, e.g. usort($array, array($obj, "ObjSort")) (I checked the code in array.c and basic_functions.c, other code which uses call_user_function() may still force the function_name argument to be of type IS_STRING, which prevents this feature from working - and is no longer necessary) | ||||
* | 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 |
| | | | | | failing to build. | ||||
* | Altered NSAPI autoconf to check for location of include files automatically, ↵ | Anthony Whitehead | 2000-05-30 | 3 | -51/+82 |
| | | | | | | | | | tested for Netscape 3.x and iPlanet 4.x. Added very basic variable support for usefull things such as PHP_SELF. I'll extend this to supply this rest of the variables soon. Commited a patch to activate ZTS in the NSAPI module, this patch comes from Jayakumar Muthukumarasamy. | ||||
* | - Fix problem in sessions module under Win32. Need to use ; as an options | Andi Gutmans | 2000-05-27 | 1 | -1/+1 |
| | | | | | - delimiter in save_path instead of :. | ||||
* | @ Changed the Apache handler's return status to 'Declined' when a requested | Rasmus Lerdorf | 2000-05-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | @ PHP file could not be found. Returning 'Not Found' caused problems @ in the ErrorDocument handler stage in that $REDIRECT_REDIRECT_ERROR_NOTES @ was not getting set at all. Moving to 'Declined' shoudl fix this and I @ can't see any other side effects. (Rasmus) Changed the Apache handler's return status to 'Declined' when a requested PHP file could not be found. Returning 'Not Found' caused problems in the ErrorDocument handler stage in that $REDIRECT_REDIRECT_ERROR_NOTES was not getting set at all. Moving to 'Declined' shoudl fix this and I can't see any other side effects. | ||||
* | 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 |
| | | | | | @ (Patch by daniel.braun@ercom.fr) | ||||
* | -i, -v, -h and -? execution pathes didn't flush the output buffer | Hartmut Holzgraefe | 2000-05-22 | 1 | -1/+7 |
| | | | | | | on exit, resultiong in no output at all when "output-buffering=On" ( BUG id#3420 ) | ||||
* | 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 |
| |