Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (Zeus) Re-added some server variables that will be used. | Ben Mansell | 2000-12-13 | 1 | -15/+17 | |
| | | | | | Also added DOCUMENT_ROOT, was missing before for non-Win32 | |||||
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 | |
| | ||||||
* | Update SAPI modules to interface with the new TSRM. | Zeev Suraski | 2000-11-18 | 1 | -1/+1 | |
| | | | | | Enable thread-safety memory debugging in ISAPI when in debug mode | |||||
* | Unify handling of aborted connections | Sascha Schumann | 2000-10-29 | 1 | -1/+1 | |
| | ||||||
* | i'll place the reg file in the win32 folder | Daniel Beulshausen | 2000-10-22 | 1 | -5/+0 | |
| | | | | | cause it doesn't really fit in this folder | |||||
* | (Zeus-specific) Don't GetServerVariable() for vars which Zeus doesn't use | Ben Mansell | 2000-09-19 | 1 | -20/+22 | |
| | ||||||
* | Fixed bug which could truncate PHP_SELF | Ben Mansell | 2000-09-19 | 1 | -0/+1 | |
| | ||||||
* | Restore the headers_only test to the centralized SAPI startup. If ↵ | Zeev Suraski | 2000-09-08 | 1 | -5/+0 | |
| | | | | | | | necessary, it can be overriden in the activate() callback. | |||||
* | Fix ISAPI compilation | Zeev Suraski | 2000-09-04 | 1 | -3/+3 | |
| | ||||||
* | - Defining TSRM_WIN32 in each and every dsp sucked. Revert this change | Andi Gutmans | 2000-09-02 | 1 | -3/+3 | |
| | ||||||
* | - More Windows build fixes | Andi Gutmans | 2000-09-02 | 1 | -3/+3 | |
| | ||||||
* | - Change spaces to tab | Andi Gutmans | 2000-08-28 | 1 | -1/+1 | |
| | ||||||
* | changed the output directorys from the windowsbuilds | Daniel Beulshausen | 2000-08-23 | 1 | -3/+3 | |
| | ||||||
* | The status quo in PHP is that the current directory is initialized | Sascha Schumann | 2000-08-20 | 1 | -11/+0 | |
| | | | | | | | | | to the directory where the executing script is located. Since this needs to be implemented for all SAPI modules anyway, this change moves the functionality to php_execute_script() and gets rid of the per-module code. | |||||
* | REQUEST_URI is a handy server variable, lets pass it onto ISAPI/PHP | Ben Mansell | 2000-08-18 | 1 | -0/+1 | |
| | ||||||
* | (send_headers) Removed code freeing http_status_line, this is performed | Ben Mansell | 2000-08-17 | 1 | -3/+0 | |
| | | | | | | | | in sapi_send_headers() # Looks like a similar problem in sapi/pi3web/pi3web_sapi.c as well. # I can't test this though, so I'm being paranoid and not changing that code. # Could someone please check this? | |||||
* | Fix zend_fiel_handle handling. Should fix URL include | Stanislav Malyshev | 2000-08-13 | 1 | -0/+1 | |
| | | | | | and various opened_path inconsistencies. | |||||
* | Fix a couple of bugs in the ISAPI module: | Zeev Suraski | 2000-08-09 | 1 | -9/+8 | |
| | | | | | | - I think NTLM should work now - Fix the DOCUMENT_ROOT code | |||||
* | Add DOCUMENT_ROOT | Zeev Suraski | 2000-08-07 | 1 | -0/+16 | |
| | ||||||
* | Heads up! I have moved the headers_only and response_code checks out of | Rasmus Lerdorf | 2000-08-02 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | SAPI and down into the individual SAPI modules. I have made the appropriate changes in all the SAPI modules, but please verify these. The reason for this change is that Apache sometimes will feed PHP a request_method of GET but have r->header_only set to true. This happens in an ErrorDocument redirect. In this same scenario we want to preserve the status code as well instead of just overwriting it with a 200 and losing this information. For now the other sapi modules act exactly as before since they probably do not make this distinction, and they may not even have a valid response code this early in the request. @ Fix HEAD request bug on an Apache ErrorDocument redirect and preserve @ the status code across the redirect as well. (Rasmus) | |||||
* | Set version number on DLLs | Zeev Suraski | 2000-06-30 | 1 | -3/+3 | |
| | ||||||
* | Separate plain name returned by php_sapi_module() and pretty name | Andrei Zmievski | 2000-06-26 | 1 | -2/+3 | |
| | | | | | used for output. | |||||
* | C++ // comments are evil ... | Hartmut Holzgraefe | 2000-06-16 | 1 | -2/+4 | |
| | ||||||
* | Fix Windows .dsp's | Zeev Suraski | 2000-06-11 | 1 | -3/+3 | |
| | ||||||
* | Wipe out acconfig.h.in and rewrite some checks to use PHP_ARG_ENABLE. | Sascha Schumann | 2000-06-08 | 1 | -1/+1 | |
| | ||||||
* | Move main.h to php_main.h. | Sascha Schumann | 2000-06-05 | 1 | -1/+1 | |
| | ||||||
* | - Allow all functions that receive user-defined function callbacks to accept | Zeev Suraski | 2000-06-03 | 1 | -3/+3 | |
| | | | | | | | | | 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) | |||||
* | Fixed check for Zeus under Solaris (/bin/sh doesn't understand '!') | Ben Mansell | 2000-05-22 | 1 | -3/+1 | |
| | ||||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 | |
| | ||||||
* | Define PHP_SELF properly with Zeus+ISAPI | Ben Mansell | 2000-05-15 | 1 | -0/+4 | |
| | ||||||
* | Change reentrancy API to always use the php prefix. | Sascha Schumann | 2000-05-04 | 1 | -2/+2 | |
| | | | | | | Check for the declaration of reentrant functions, so that we can use them in non-ZTS mode on all platforms. | |||||
* | Remove trailing empty lines | Sascha Schumann | 2000-05-01 | 1 | -4/+0 | |
| | ||||||
* | Large test commit IV | Sascha Schumann | 2000-05-01 | 1 | -0/+1 | |
| | ||||||
* | Large commit test III | Sascha Schumann | 2000-05-01 | 1 | -0/+3 | |
| | ||||||
* | Overall UNIX build system improvements: | Sascha Schumann | 2000-04-30 | 1 | -6/+1 | |
| | | | | | | | | | * Makefile header is now completely dynamic * Absolute paths in (top_)?(src|build)dir and VPATH (fixes Tru64 support) * VPATH does not contain variables anymore (fixes UnixWare support) | |||||
* | 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 | |
| | ||||||
* | - Change PHP_ to V_ (directory & file functions) | Andi Gutmans | 2000-04-15 | 1 | -1/+1 | |
| | ||||||
* | @- Zeus Webserver support (version 3.3.6+) for ISAPI | Ben Mansell | 2000-04-12 | 1 | -7/+12 | |
| | ||||||
* | prettying | Colin Viebrock | 2000-04-07 | 1 | -3/+2 | |
| | ||||||
* | The ISAPI module was incompatible with the CGI fix, which ruined POST's | Zeev Suraski | 2000-04-05 | 1 | -2/+1 | |
| | ||||||
* | - Hopefully got most of them. We also need a chdir_file function like | Andi Gutmans | 2000-03-30 | 1 | -1/+1 | |
| | | | | | for Apache. | |||||
* | I suppose errors should be printed prior to endthread | Shane Caraveo | 2000-03-19 | 1 | -1/+3 | |
| | ||||||
* | do this only on win32 | Shane Caraveo | 2000-03-19 | 1 | -1/+8 | |
| | ||||||
* | just a little more detail in exception report | Shane Caraveo | 2000-03-19 | 1 | -5/+15 | |
| | ||||||
* | - From CODING_STANDARDS: | Zeev Suraski | 2000-02-26 | 1 | -1/+3 | |
| | | | | | | | | | | | [6] NEVER USE strncat(). If you're absolutely sure you know what you're doing, check its man page again, and only then, consider using it, and even then, try avoiding it. strncat() is your enemy! - Fix several SAPI services, get rid of the default_content_type (it's always composed of the mime type and charset now). - Win32 works again | |||||
* | - Fix Win32 build in Release_TS* modes | Zeev Suraski | 2000-02-24 | 1 | -1/+1 | |
| | ||||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 2000-02-19 | 1 | -1/+2 | |
| |