Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improved bailout mechanism, supports nested bailouts a-la try..catch | Zeev Suraski | 2001-07-21 | 1 | -93/+84 | |
| | | | | | Note: You may *not* return directly from a catch block | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 3 | -3/+3 | |
| | ||||||
* | Neither the CGI nor the Servlet SAPI module call syslog, so remove | Sascha Schumann | 2001-02-24 | 1 | -3/+0 | |
| | | | | | references to the syslog include files. | |||||
* | Finish fopen-wrappers rename. | Sascha Schumann | 2001-02-23 | 1 | -1/+1 | |
| | ||||||
* | Many patches. I hope I remember them all: | Zeev Suraski | 2001-01-02 | 1 | -5/+3 | |
| | | | | | | | | | - Make sapi_module available to external modules (PHPAPI) - Make the php.ini path reported in phpinfo() always point to real full path of the php.ini file - Optimized the ISAPI module not to read unnecessary server variables and read necessary variables at most once. | |||||
* | - Make all places use MAXPATHLEN in the same way. It includes the | Andi Gutmans | 2000-12-16 | 1 | -1/+1 | |
| | | | | | terminating NULL. | |||||
* | AIX's XlC++ does not allow casts as an lvalue. | Sam Ruby | 2000-12-16 | 1 | -1/+1 | |
| | ||||||
* | 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 | |||||
* | added tsrm dir to include path, and release_ts_inline to lib path | Daniel Beulshausen | 2000-09-26 | 1 | -3/+3 | |
| | ||||||
* | 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. | |||||
* | Add reflect.java to the list of java classes to be compiled | Sam Ruby | 2000-08-29 | 1 | -0/+4 | |
| | ||||||
* | changed the output directorys from the windowsbuilds | Daniel Beulshausen | 2000-08-23 | 1 | -4/+4 | |
| | ||||||
* | Keep servlet working... | Sam Ruby | 2000-08-21 | 1 | -0/+1 | |
| | ||||||
* | Reorder call to ELS_FETCH to be after declarations | Sam Ruby | 2000-08-17 | 1 | -1/+1 | |
| | ||||||
* | Better error reporting when dll/shared library is not able to be loaded. | Sam Ruby | 2000-08-17 | 1 | -0/+4 | |
| | | | | | Submitted by: Bård Farstad <bf@ez.no> | |||||
* | Correct bug in headers only logic. | Sam Ruby | 2000-08-10 | 1 | -1/+1 | |
| | ||||||
* | 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) | |||||
* | Refactor in support of subclassing | Sam Ruby | 2000-07-30 | 1 | -5/+12 | |
| | ||||||
* | various version 2.0 and 2.01 licenses -> 2.02 | David Croft | 2000-07-24 | 2 | -4/+8 | |
| | ||||||
* | Correct the value of request_uri | Sam Ruby | 2000-07-24 | 2 | -3/+3 | |
| | ||||||
* | Fix for JDK1.2.2/Tomcat3.2 | Sam Ruby | 2000-07-09 | 1 | -1/+1 | |
| | | | | | (can't find beanInfo for interfaces which extend other interfaces) | |||||
* | remove unnecessary dependency | Sam Ruby | 2000-06-30 | 1 | -4/+4 | |
| | ||||||
* | Set version number on DLLs | Zeev Suraski | 2000-06-30 | 1 | -26/+26 | |
| | ||||||
* | 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 | 1 | -1/+2 | |
| | | | | | used for output. | |||||
* | Stop including dl/phpdl.h. | Sascha Schumann | 2000-06-24 | 1 | -1/+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 | |||||
* | Move main.h to php_main.h. | Sascha Schumann | 2000-06-05 | 1 | -1/+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 | 1 | -2/+2 | |
| | ||||||
* | Use "mkdir -p" instead of "test -d || mkdir" where possible | Sascha Schumann | 2000-05-15 | 1 | -2/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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) | |||||
* | Oops - remove debug statement | Sam Ruby | 2000-04-13 | 1 | -2/+0 | |
| | ||||||
* | match changes to Tomcat example | Sam Ruby | 2000-04-13 | 2 | -0/+13 | |
| | ||||||
* | Eliminate warning if virtual cwd is specified | Sam Ruby | 2000-04-11 | 1 | -0/+2 | |
| | ||||||
* | fix typo: wrong variable name | Sam Ruby | 2000-04-05 | 1 | -1/+1 | |
| | ||||||
* | look for Tomcat binaries too | Sam Ruby | 2000-04-05 | 1 | -7/+13 | |
| | ||||||
* | Define PHP_SELF in sapi/servlet. | Sam Ruby | 2000-04-05 | 1 | -0/+1 | |
| | | | | | Reported by Lim Swee Tat <limst@ncscom.sg> | |||||
* | test -e doesn't exist on Solaris - substituting test -d | Sam Ruby | 2000-04-03 | 1 | -2/+2 | |
| | ||||||
* | Accomodate back level (JSDK 2.0) implementations | Sam Ruby | 2000-04-01 | 1 | -5/+35 | |
| | ||||||
* | Use C style comments, per the CODING_STANDARDS | Sam Ruby | 2000-03-31 | 1 | -3/+5 | |
| | ||||||
* | fix indentation (this project has tabstop=4!) | Sam Ruby | 2000-03-30 | 1 | -3/+3 | |
| | ||||||
* | eliminate chdir if it is already virtual | Sam Ruby | 2000-03-30 | 1 | -0/+7 | |
| |