summaryrefslogtreecommitdiff
path: root/sapi/servlet
Commit message (Collapse)AuthorAgeFilesLines
...
* Improved bailout mechanism, supports nested bailouts a-la try..catchZeev Suraski2001-07-211-93/+84
| | | | | Note: You may *not* return directly from a catch block
* - Fix copyright notices with 2001Andi Gutmans2001-02-263-3/+3
|
* Neither the CGI nor the Servlet SAPI module call syslog, so removeSascha Schumann2001-02-241-3/+0
| | | | | references to the syslog include files.
* Finish fopen-wrappers rename.Sascha Schumann2001-02-231-1/+1
|
* Many patches. I hope I remember them all:Zeev Suraski2001-01-021-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 theAndi Gutmans2000-12-161-1/+1
| | | | | terminating NULL.
* AIX's XlC++ does not allow casts as an lvalue.Sam Ruby2000-12-161-1/+1
|
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
|
* Update SAPI modules to interface with the new TSRM.Zeev Suraski2000-11-181-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 pathDaniel Beulshausen2000-09-261-3/+3
|
* Restore the headers_only test to the centralized SAPI startup. If ↵Zeev Suraski2000-09-081-5/+0
| | | | | | | necessary, it can be overriden in the activate() callback.
* Add reflect.java to the list of java classes to be compiledSam Ruby2000-08-291-0/+4
|
* changed the output directorys from the windowsbuildsDaniel Beulshausen2000-08-231-4/+4
|
* Keep servlet working...Sam Ruby2000-08-211-0/+1
|
* Reorder call to ELS_FETCH to be after declarationsSam Ruby2000-08-171-1/+1
|
* Better error reporting when dll/shared library is not able to be loaded.Sam Ruby2000-08-171-0/+4
| | | | | Submitted by: Bård Farstad <bf@ez.no>
* Correct bug in headers only logic.Sam Ruby2000-08-101-1/+1
|
* Heads up! I have moved the headers_only and response_code checks out ofRasmus Lerdorf2000-08-021-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 subclassingSam Ruby2000-07-301-5/+12
|
* various version 2.0 and 2.01 licenses -> 2.02David Croft2000-07-242-4/+8
|
* Correct the value of request_uriSam Ruby2000-07-242-3/+3
|
* Fix for JDK1.2.2/Tomcat3.2Sam Ruby2000-07-091-1/+1
| | | | | (can't find beanInfo for interfaces which extend other interfaces)
* remove unnecessary dependencySam Ruby2000-06-301-4/+4
|
* Set version number on DLLsZeev Suraski2000-06-301-26/+26
|
* defer loading of the native codeSam Ruby2000-06-271-2/+6
|
* Separate plain name returned by php_sapi_module() and pretty nameAndrei Zmievski2000-06-261-1/+2
| | | | | used for output.
* Stop including dl/phpdl.h.Sascha Schumann2000-06-241-1/+0
|
* Find servlet includes in new "main" directory. Add (finally) java andSam Ruby2000-06-141-6/+6
| | | | | servlet to the list of projects
* Export the necessary functions to enable servlet support to be subclassedSam Ruby2000-06-141-8/+8
| | | | | This is in preparation for xml-cocoon support
* Move main.h to php_main.h.Sascha Schumann2000-06-051-1/+1
|
* use simpler foreach instead of whileSam Ruby2000-05-211-1/+1
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* Use "mkdir -p" instead of "test -d || mkdir" where possibleSascha Schumann2000-05-151-2/+1
|
* Fix typo - thanks to Christian Wenz <christian.wenz@stud.tu-muenchen.de>Sam Ruby2000-05-131-2/+2
|
* build error on UnixSam Ruby2000-05-111-1/+0
|
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
|
* Large test commit IVSascha Schumann2000-05-011-0/+1
|
* Large commit test IIISascha Schumann2000-05-011-0/+3
|
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-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 statementSam Ruby2000-04-131-2/+0
|
* match changes to Tomcat exampleSam Ruby2000-04-132-0/+13
|
* Eliminate warning if virtual cwd is specifiedSam Ruby2000-04-111-0/+2
|
* fix typo: wrong variable nameSam Ruby2000-04-051-1/+1
|
* look for Tomcat binaries tooSam Ruby2000-04-051-7/+13
|
* Define PHP_SELF in sapi/servlet.Sam Ruby2000-04-051-0/+1
| | | | | Reported by Lim Swee Tat <limst@ncscom.sg>
* test -e doesn't exist on Solaris - substituting test -dSam Ruby2000-04-031-2/+2
|
* Accomodate back level (JSDK 2.0) implementationsSam Ruby2000-04-011-5/+35
|
* Use C style comments, per the CODING_STANDARDSSam Ruby2000-03-311-3/+5
|
* fix indentation (this project has tabstop=4!)Sam Ruby2000-03-301-3/+3
|
* eliminate chdir if it is already virtualSam Ruby2000-03-301-0/+7
|