Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Change spaces to tab | Andi Gutmans | 2000-08-28 | 1 | -1/+1 | |
| | ||||||
* | 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) | |||||
* | 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 | |
| | ||||||
* | Move main.h to php_main.h. | Sascha Schumann | 2000-06-05 | 1 | -1/+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. | |||||
* | 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 | |||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 | |
| | ||||||
* | - Fix some issues with the ISAPI module, made it friendlier to non Win32 ↵ | Zeev Suraski | 2000-02-18 | 1 | -8/+28 | |
| | | | | | | | | platforms - Added .reg file for PWS setup - Reordered some stuff in phpinfo() | |||||
* | - Update .dsp's | Zeev Suraski | 2000-02-16 | 1 | -18/+9 | |
| | | | | | - Fix auth_user issue | |||||
* | - In IIS ISAPI when the user presses the STOP button while the script is | Andi Gutmans | 2000-02-16 | 1 | -1/+4 | |
| | | | | | running make sure it stops gracefully. Before it stuck the server. | |||||
* | @- Improved ISAPI module - it should no longer be necessary to set PHP as | Zeev Suraski | 2000-02-15 | 1 | -7/+19 | |
| | | | | | | | | | @ an ISAPI filter, only as an ISAPI extension, unless you wish to perform @ authentication using PHP. This didn't yet get enough testing, but it @ should work (Zeev) - Fixed auth_user/auth_password memory leak (I didn't have time to test it under Apache, feedback welcome!) | |||||
* | Fix a few memory leaks | Zeev Suraski | 2000-02-13 | 1 | -2/+0 | |
| | ||||||
* | Report access violations | Zeev Suraski | 2000-02-13 | 1 | -16/+25 | |
| | ||||||
* | Make all of the ISAPI variables register themselves as Server variables | Zeev Suraski | 2000-02-13 | 1 | -0/+22 | |
| | ||||||
* | Yes, you guessed it... More cleanup | Zeev Suraski | 2000-02-10 | 1 | -0/+3 | |
| | ||||||
* | More cleanup - move getenv() to SAPI | Zeev Suraski | 2000-02-10 | 1 | -0/+1 | |
| | ||||||
* | More cleanup... | Zeev Suraski | 2000-02-10 | 1 | -0/+1 | |
| | ||||||
* | More abstraction | Zeev Suraski | 2000-02-10 | 1 | -0/+3 | |
| | ||||||
* | Move the logging mechanism to SAPI | Zeev Suraski | 2000-02-10 | 1 | -0/+1 | |
| | ||||||
* | Fix buglet | Zeev Suraski | 2000-02-06 | 1 | -8/+11 | |
| | ||||||
* | @- Protect the ISAPI module against exceptions. Stack overflows in scripts are | Zeev Suraski | 2000-02-06 | 1 | -10/+65 | |
| | | | | | @ now nicely detected and handled (Zeev) | |||||
* | Fixed SAPI modules to properly register their related modules. | Andrei Zmievski | 2000-02-02 | 1 | -1/+1 | |
| | ||||||
* | - Change the argument order of php_register_variable() to something more | Zeev Suraski | 2000-01-29 | 1 | -1/+1 | |
| | | | | | | intuitive. - Make the authentication variables be a part of the HTTP_SERVER_VARS[] array | |||||
* | Tried to centralize global variable registration as much as possible: | Zeev Suraski | 2000-01-28 | 1 | -53/+51 | |
| | | | | | | | | | | | | - Added $HTTP_ENV_VARS[] and $HTTP_SERVER_VARS[] support, which similarly to $HTTP_GET_VARS[], contain environment and server variables. Setting register_globals to Off will now also prevent registration of the environment and server variables into the global scope (Zeev) - Renamed gpc_globals to register_globals (Zeev) - Introduced variables_order that deprecates gpc_order, and allows control over the server and environment variables, in addition to GET/POST/Cookies (Zeev) | |||||
* | - Added flush() support to SAPI | Zeev Suraski | 2000-01-13 | 1 | -2/+3 | |
| | | | | | | | | - Got rid of the old flush() implemenetation in favour of the new one - Added implicit_flush() support to the output buffering layer. @- Added implicit_flush() to control whether flush() should be called @ implicitly after any output (Zeev) | |||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 | |
| | | | | | you start counting at 0 or 1). | |||||
* | Change ALLOC_ZVAL() semantics | Zeev Suraski | 1999-12-26 | 1 | -1/+2 | |
| | ||||||
* | - Use ALLOC_ZVAL() in PHP. Finding the places to put FREE_ZVAL(z) is much | Andi Gutmans | 1999-12-24 | 1 | -1/+1 | |
| | | | | | | more tricky and I'm not sure how many places this is. zval allocations were only made directly in 11 places. | |||||
* | Use sapi_module_struct to contain SAPI module name | Sascha Schumann | 1999-12-20 | 1 | -1/+1 | |
| | ||||||
* | - zend_file_handles must now flag whether their .filename property should be | Zeev Suraski | 1999-12-04 | 1 | -0/+1 | |
| | | | | | free by Zend or not (uses e*() functions) |