summaryrefslogtreecommitdiff
path: root/sapi/servlet
Commit message (Collapse)AuthorAgeFilesLines
...
* - Hopefully got most of them. We also need a chdir_file function likeAndi Gutmans2000-03-301-2/+2
| | | | | for Apache.
* support non-debug buildsSam Ruby2000-03-261-6/+6
|
* Fix build on systems which lack snprintf or vsnprintf.Sascha Schumann2000-03-121-1/+0
| | | | | PR: #3786
* 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
| | | | | PHP.
* 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
| | | | | | | | Remove debug output Fix trap when string to be output is not null terminated Add a MS workspace for project level dependencies Match case of contentType header
* Improved handing of instances of private classes. Added servlet examples.Sam Ruby2000-02-289-11/+256
|
* add proper dependenciesSam Ruby2000-02-221-1/+4
|
* php4ts.lib => php4ts_debug.lib when building for Debug_TS targetSam Ruby2000-02-201-1/+1
|
* Potential trap when cookies are sentSam Ruby2000-02-201-1/+2
|
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
|
* @- Improved ISAPI module - it should no longer be necessary to set PHP asZeev Suraski2000-02-151-1/+0
| | | | | | | | | @ 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!)
* on WIN32, PHP_WIN32 and ZEND_WIN32 need to be definedSam Ruby2000-02-111-8/+8
|
* Yes, you guessed it... More cleanupZeev Suraski2000-02-101-0/+3
|
* More cleanup - move getenv() to SAPIZeev Suraski2000-02-101-0/+1
|
* More cleanup...Zeev Suraski2000-02-101-0/+1
|
* More abstractionZeev Suraski2000-02-101-0/+3
|
* Always use getopt with CGI, never use it for anything elseZeev Suraski2000-02-101-7/+0
|
* Move the logging mechanism to SAPIZeev Suraski2000-02-101-0/+1
|
* Servlets work again! OK, so it crashes on shutdown, apparently trying toSam Ruby2000-02-011-3/+15
| | | | | report a memory leak, but it is worth committing the progress so far.
* PHP can install and run as a servlet again on Unix.Sam Ruby2000-01-302-15/+7
| | | | | Still todo: allow access to ext/java functionality from within servlet.
* add installationSam Ruby2000-01-301-0/+3
|
* Progress: sapi/servlet now builds again on UnixSam Ruby2000-01-291-4/+4
|
* First steps towards restoring sapi/servlet on Unix.Sam Ruby2000-01-292-26/+26
| | | | | Cosmetic improvements to allow README to be read on systems with tabstop=8
* Tried to centralize global variable registration as much as possible:Zeev Suraski2000-01-281-0/+2
| | | | | | | | | | | | - 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)
* First step to restoring the ability to build Java support on Unix:Sam Ruby2000-01-191-1/+1
| | | | | | | | | 1) Restore the ability to build CGI as a shared library 2) Correct make dependency rule so that the jar files are included 3) Search for jar executable, and use it, if found Left TODO: actually build the shared libraries
* - Added flush() support to SAPIZeev Suraski2000-01-131-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)
* Fix typoSascha Schumann2000-01-041-1/+1
|
* Replace all += constructs with equivalent onesSascha Schumann2000-01-041-3/+3
|
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-012-2/+2
| | | | | you start counting at 0 or 1).
* Integration of -ng changes. Changes:Sascha Schumann1999-12-302-7/+12
| | | | | | | | | | | | - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes.
* Get rid of some config.h.stubs. Comments are placed into AC_DEFINE()Sascha Schumann1999-12-292-4/+1
|
* Use sapi_module_struct to contain SAPI module nameSascha Schumann1999-12-201-1/+1
|
* libzend -> ZendZeev Suraski1999-12-192-7/+7
|
* More php3_ annihilationZeev Suraski1999-12-171-2/+2
|
* More php3_ annihilationZeev Suraski1999-12-171-1/+1
|
* Hmmm...must have misplaced the getcwd/chdir logic...Sam Ruby1999-12-061-0/+3
|
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-2/+2
| | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
* Remove code references to serverapiSascha Schumann1999-12-041-8/+0
|
* - zend_file_handles must now flag whether their .filename property should beZeev Suraski1999-12-041-0/+1
| | | | | free by Zend or not (uses e*() functions)
* use new PHP_BUILD_THREAD_SAFE macroSam Ruby1999-12-011-2/+1
|
* Initial alpha-level of sapi/servlet. See README for details.Sam Ruby1999-11-298-0/+941