Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing the same possible memory leak. | Stefan Esser | 2002-06-21 | 1 | -0/+1 |
| | |||||
* | Please welcome the new build system. | Sascha Schumann | 2002-03-07 | 2 | -7/+1 |
| | | | | | | | | | | If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt | ||||
* | - Reformatting | Derick Rethans | 2002-02-20 | 1 | -43/+54 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Added missing cvs ids and unified configure messages. | foobar | 2001-11-30 | 1 | -2/+4 |
| | |||||
* | Undo Z_ subst for sapi and ext/yaz | Jeroen van Wolffelaar | 2001-09-27 | 1 | -1/+1 |
| | |||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -1/+1 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | TSRMLS fixes | Daniel Beulshausen | 2001-08-14 | 1 | -14/+11 |
| | |||||
* | more tsrm cleanup | Sascha Schumann | 2001-08-05 | 1 | -2/+1 |
| | |||||
* | Remove more duplicate TSRMLS_FETCH() calls. | Sebastian Bergmann | 2001-08-05 | 1 | -1/+0 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -20/+18 |
| | |||||
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -15/+15 |
| | | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... | ||||
* | Add INSTALL_ROOT variable to specify install location. | Wilfredo Sanchez | 2001-04-03 | 1 | -1/+1 |
| | |||||
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -1/+1 |
| | | | | | # Heads up people! I tested this before committing but you never know.. | ||||
* | - Commit NSAPI patches. | Andi Gutmans | 2001-03-02 | 1 | -113/+61 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Many patches. I hope I remember them all: | Zeev Suraski | 2001-01-02 | 1 | -5/+5 |
| | | | | | | | | | - 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. | ||||
* | 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 | ||||
* | Unify handling of aborted connections | Sascha Schumann | 2000-10-29 | 1 | -3/+2 |
| | |||||
* | Restore the headers_only test to the centralized SAPI startup. If ↵ | Zeev Suraski | 2000-09-08 | 1 | -6/+0 |
| | | | | | | | necessary, it can be overriden in the activate() callback. | ||||
* | - Defining TSRM_WIN32 in each and every dsp sucked. Revert this change | Andi Gutmans | 2000-09-02 | 1 | -3/+3 |
| | |||||
* | - More Windows build fixes | Andi Gutmans | 2000-09-02 | 1 | -3/+3 |
| | |||||
* | changed the output directorys from the windowsbuilds | Daniel Beulshausen | 2000-08-23 | 1 | -3/+3 |
| | |||||
* | Fix zend_fiel_handle handling. Should fix URL include | Stanislav Malyshev | 2000-08-13 | 1 | -0/+1 |
| | | | | | and various opened_path inconsistencies. | ||||
* | Heads up! I have moved the headers_only and response_code checks out of | Rasmus Lerdorf | 2000-08-02 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | 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) | ||||
* | fix nsapi dsp file | Shane Caraveo | 2000-07-02 | 1 | -5/+5 |
| | |||||
* | Set version number on DLLs | Zeev Suraski | 2000-06-30 | 1 | -3/+3 |
| | |||||
* | Separate plain name returned by php_sapi_module() and pretty name | Andrei Zmievski | 2000-06-26 | 1 | -1/+2 |
| | | | | | used for output. | ||||
* | Apply the NSAPI patch | Zeev Suraski | 2000-06-24 | 1 | -0/+16 |
| | |||||
* | Cosmetic cleanups | Sascha Schumann | 2000-06-18 | 1 | -1/+1 |
| | |||||
* | Fix Windows .dsp's | Zeev Suraski | 2000-06-11 | 1 | -3/+3 |
| | |||||
* | Added more server variables to the HTTP_SERVER_VARS array, all the | Anthony Whitehead | 2000-06-08 | 1 | -0/+21 |
| | | | | | | variables listed in the structs in nsapi.c should work now. Untested on Windows platform. | ||||
* | Move main.h to php_main.h. | Sascha Schumann | 2000-06-05 | 1 | -1/+1 |
| | |||||
* | - Allow all functions that receive user-defined function callbacks to accept | Zeev Suraski | 2000-06-03 | 1 | -3/+3 |
| | | | | | | | | | an array that contains an object and a method name, in place of a function name, e.g. usort($array, array($obj, "ObjSort")) (I checked the code in array.c and basic_functions.c, other code which uses call_user_function() may still force the function_name argument to be of type IS_STRING, which prevents this feature from working - and is no longer necessary) | ||||
* | Added changes suggested by Stanislav Borutsky with respect to NSAPI_PUBLIC. | Anthony Whitehead | 2000-05-31 | 1 | -10/+4 |
| | |||||
* | The last line added '-I' to INCLUDES, causing all SAPI modules but NSAPI | Sascha Schumann | 2000-05-31 | 1 | -2/+0 |
| | | | | | failing to build. | ||||
* | Altered NSAPI autoconf to check for location of include files automatically, ↵ | Anthony Whitehead | 2000-05-30 | 3 | -51/+82 |
| | | | | | | | | | tested for Netscape 3.x and iPlanet 4.x. Added very basic variable support for usefull things such as PHP_SELF. I'll extend this to supply this rest of the variables soon. Commited a patch to activate ZTS in the NSAPI module, this patch comes from Jayakumar Muthukumarasamy. | ||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | Please maintain consistency in these names... :) | Zeev Suraski | 2000-05-14 | 1 | -25/+25 |
| | |||||
* | nsapi now compiles under win32, untested | Shane Caraveo | 2000-05-06 | 3 | -8/+236 |
| | |||||
* | 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 |
| | |||||
* | Add initial NSAPI module from Jayakumar Muthukumarasamy | Rasmus Lerdorf | 2000-04-30 | 3 | -0/+553 |
| | | | | | @Add initial NSAPI module from Jayakumar Muthukumarasamy | ||||
* | nsapi => aolserver | Sascha Schumann | 1999-10-07 | 3 | -387/+0 |
| | | | | | "NSAPI" suggests Netscape too often. | ||||
* | (php_ns_request_handler): call ts_free_thread() to clean up | Sascha Schumann | 1999-10-07 | 1 | -4/+14 |
| | |||||
* | * archive-based convenience libraries completely replaced | Sascha Schumann | 1999-10-04 | 3 | -13/+6 |
| | | | | | | | | | | | | | | | | | | | | | | with libtool components * SAPI targets can enable thread-safe mode and define shared/static/program build target * all configure scripts use the same config.cache * phplibdir is $(top_builddir)/modules to avoid permission problems * sapi/*/Makefile.inc are gone * runpath handling cleaned up * top-level Makefile.in obsoleted through Makefile.am * --enable-versioning uses libtool's cleaner and more portable -export-symbols feature | ||||
* | Polish this. | Sascha Schumann | 1999-10-04 | 1 | -1/+5 |
| | |||||
* | * include from $(srcdir) | Sascha Schumann | 1999-09-27 | 1 | -1/+1 |
| | | | | | * use proper target for nsapi |