Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Hopefully got most of them. We also need a chdir_file function like | Andi Gutmans | 2000-03-30 | 1 | -2/+2 | |
| | | | | | for Apache. | |||||
* | support non-debug builds | Sam Ruby | 2000-03-26 | 1 | -6/+6 | |
| | ||||||
* | Fix build on systems which lack snprintf or vsnprintf. | Sascha Schumann | 2000-03-12 | 1 | -1/+0 | |
| | | | | | PR: #3786 | |||||
* | Unix classpath fixes | Sam Ruby | 2000-03-11 | 1 | -2/+2 | |
| | ||||||
* | Both PHP and Java can't read Post data - let java do it and reconstruct for | Sam Ruby | 2000-03-09 | 4 | -39/+46 | |
| | | | | | PHP. | |||||
* | remove duplicate line | Sam Ruby | 2000-03-09 | 1 | -1/+0 | |
| | ||||||
* | Sapi/servlet build on Unix broken | Sam Ruby | 2000-03-07 | 2 | -3/+5 | |
| | ||||||
* | Cleanup | Sam Ruby | 2000-03-06 | 6 | -79/+0 | |
| | ||||||
* | Add support for PHP syntax highlighting | Sam Ruby | 2000-03-05 | 7 | -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 Ruby | 2000-02-28 | 9 | -11/+256 | |
| | ||||||
* | add proper dependencies | Sam Ruby | 2000-02-22 | 1 | -1/+4 | |
| | ||||||
* | php4ts.lib => php4ts_debug.lib when building for Debug_TS target | Sam Ruby | 2000-02-20 | 1 | -1/+1 | |
| | ||||||
* | Potential trap when cookies are sent | Sam Ruby | 2000-02-20 | 1 | -1/+2 | |
| | ||||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 | |
| | ||||||
* | @- Improved ISAPI module - it should no longer be necessary to set PHP as | Zeev Suraski | 2000-02-15 | 1 | -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 defined | Sam Ruby | 2000-02-11 | 1 | -8/+8 | |
| | ||||||
* | 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 | |
| | ||||||
* | Always use getopt with CGI, never use it for anything else | Zeev Suraski | 2000-02-10 | 1 | -7/+0 | |
| | ||||||
* | Move the logging mechanism to SAPI | Zeev Suraski | 2000-02-10 | 1 | -0/+1 | |
| | ||||||
* | Servlets work again! OK, so it crashes on shutdown, apparently trying to | Sam Ruby | 2000-02-01 | 1 | -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 Ruby | 2000-01-30 | 2 | -15/+7 | |
| | | | | | Still todo: allow access to ext/java functionality from within servlet. | |||||
* | add installation | Sam Ruby | 2000-01-30 | 1 | -0/+3 | |
| | ||||||
* | Progress: sapi/servlet now builds again on Unix | Sam Ruby | 2000-01-29 | 1 | -4/+4 | |
| | ||||||
* | First steps towards restoring sapi/servlet on Unix. | Sam Ruby | 2000-01-29 | 2 | -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 Suraski | 2000-01-28 | 1 | -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 Ruby | 2000-01-19 | 1 | -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 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) | |||||
* | Fix typo | Sascha Schumann | 2000-01-04 | 1 | -1/+1 | |
| | ||||||
* | Replace all += constructs with equivalent ones | Sascha Schumann | 2000-01-04 | 1 | -3/+3 | |
| | ||||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 2 | -2/+2 | |
| | | | | | you start counting at 0 or 1). | |||||
* | Integration of -ng changes. Changes: | Sascha Schumann | 1999-12-30 | 2 | -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 Schumann | 1999-12-29 | 2 | -4/+1 | |
| | ||||||
* | Use sapi_module_struct to contain SAPI module name | Sascha Schumann | 1999-12-20 | 1 | -1/+1 | |
| | ||||||
* | libzend -> Zend | Zeev Suraski | 1999-12-19 | 2 | -7/+7 | |
| | ||||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -2/+2 | |
| | ||||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -1/+1 | |
| | ||||||
* | Hmmm...must have misplaced the getcwd/chdir logic... | Sam Ruby | 1999-12-06 | 1 | -0/+3 | |
| | ||||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -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 serverapi | Sascha Schumann | 1999-12-04 | 1 | -8/+0 | |
| | ||||||
* | - 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) | |||||
* | use new PHP_BUILD_THREAD_SAFE macro | Sam Ruby | 1999-12-01 | 1 | -2/+1 | |
| | ||||||
* | Initial alpha-level of sapi/servlet. See README for details. | Sam Ruby | 1999-11-29 | 8 | -0/+941 | |