summaryrefslogtreecommitdiff
path: root/sapi/servlet
Commit message (Expand)AuthorAgeFilesLines
* 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 necessary,...Zeev Suraski2000-09-081-5/+0
* 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
* 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
* 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
* 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
* 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
* Export the necessary functions to enable servlet support to be subclassedSam Ruby2000-06-141-8/+8
* 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
* 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
* 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
* - Hopefully got most of them. We also need a chdir_file function likeAndi Gutmans2000-03-301-2/+2
* support non-debug buildsSam Ruby2000-03-261-6/+6
* Fix build on systems which lack snprintf or vsnprintf.Sascha Schumann2000-03-121-1/+0
* Unix classpath fixesSam Ruby2000-03-111-2/+2
* Both PHP and Java can't read Post data - let java do it and reconstruct forSam Ruby2000-03-094-39/+46
* remove duplicate lineSam Ruby2000-03-091-1/+0
* Sapi/servlet build on Unix brokenSam Ruby2000-03-072-3/+5
* CleanupSam Ruby2000-03-066-79/+0
* Add support for PHP syntax highlightingSam Ruby2000-03-057-14/+153