| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| * | A fix for the bug number 13231 & 11699. | Yasuo Ohgaki | 2002-01-31 | 1 | -3/+3 |
| | | | | | | Makes the roxen support compile. Patch by Lars Wilhelmsen <lars@sral.org> | ||||
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | | |||||
| * | Added missing cvs ids and unified configure messages. | foobar | 2001-11-30 | 1 | -1/+4 |
| | | |||||
| * | * fix module struct in rest of sapi modules | Stig Bakken | 2001-10-12 | 1 | -0/+2 |
| | | |||||
| * | Undo Z_ subst for sapi and ext/yaz | Jeroen van Wolffelaar | 2001-09-27 | 1 | -20/+20 |
| | | |||||
| * | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -20/+20 |
| | | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
| * | more tsrm cleanup | Sascha Schumann | 2001-08-05 | 1 | -5/+3 |
| | | |||||
| * | further tsrm cleanup | Sascha Schumann | 2001-08-05 | 1 | -15/+6 |
| | | |||||
| * | Remove more duplicate TSRMLS_FETCH() calls. | Sebastian Bergmann | 2001-08-05 | 1 | -1/+0 |
| | | |||||
| * | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -1/+1 |
| | | | | | | - whitespace fixes | ||||
| * | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -19/+18 |
| | | |||||
| * | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -6/+6 |
| | | | | | | | | - 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... | ||||
| * | Nuke more quotes | Sascha Schumann | 2001-05-12 | 1 | -5/+5 |
| | | |||||
| * | 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.. | ||||
| * | - 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 | -4/+4 |
| | | | | | | | | | | - 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. | ||||
| * | Patch to find module dir | David Hedbor | 2000-11-19 | 1 | -1/+1 |
| | | |||||
| * | 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 | ||||
| * | Changed contact information. | David Hedbor | 2000-11-02 | 1 | -3/+3 |
| | | |||||
| * | Unify handling of aborted connections | Sascha Schumann | 2000-10-29 | 1 | -2/+1 |
| | | |||||
| * | Restore the headers_only test to the centralized SAPI startup. If ↵ | Zeev Suraski | 2000-09-08 | 1 | -5/+0 |
| | | | | | | | | necessary, it can be overriden in the activate() callback. | ||||
| * | The status quo in PHP is that the current directory is initialized | Sascha Schumann | 2000-08-20 | 1 | -13/+0 |
| | | | | | | | | | | to the directory where the executing script is located. Since this needs to be implemented for all SAPI modules anyway, this change moves the functionality to php_execute_script() and gets rid of the per-module code. | ||||
| * | 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 | -1/+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) | ||||
| * | Separate plain name returned by php_sapi_module() and pretty name | Andrei Zmievski | 2000-06-26 | 1 | -0/+1 |
| | | | | | | used for output. | ||||
| * | Removed obsolete, commented line | David Hedbor | 2000-06-12 | 1 | -1/+0 |
| | | |||||
| * | Added another bug to be fixed | David Hedbor | 2000-06-06 | 1 | -0/+19 |
| | | |||||
| * | PRE_INCLUDES hack reverted | David Hedbor | 2000-06-06 | 3 | -5/+3 |
| | | |||||
| * | List with TODO items | David Hedbor | 2000-06-05 | 1 | -0/+14 |
| | | |||||
| * | Fixed include directory problems. | David Hedbor | 2000-06-05 | 2 | -1/+5 |
| | | |||||
| * | Changed include statement for main.h to avoid inclusion of Pike's main.h. | David Hedbor | 2000-06-05 | 1 | -4/+4 |
| | | |||||
| * | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | Overall UNIX build system improvements: | Sascha Schumann | 2000-04-30 | 1 | -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) | ||||
| * | - Change PHP_ to V_ (directory & file functions) | Andi Gutmans | 2000-04-15 | 1 | -1/+1 |
| | | |||||
| * | - Fixed a couple of POST problems. | David Hedbor | 2000-04-12 | 1 | -38/+52 |
| | | | | | | | | - Use virtual path functionality when available, to set the cwd of the script to it's own directory prior to starting it. - Fixed a bug in php_roxen_sapi_header_handler. | ||||
| * | prettying | Colin Viebrock | 2000-04-07 | 1 | -4/+3 |
| | | |||||
| * | Changed typo (interpretor->interpreter) | David Hedbor | 2000-03-07 | 1 | -6/+6 |
| | | |||||
| * | Use php_module_shutdown_wrapper as the shutdown function | David Hedbor | 2000-03-06 | 1 | -3/+1 |
| | | |||||
| * | Use | David Hedbor | 2000-03-06 | 1 | -1/+1 |
| | | |||||
| * | Now recommend --enable-roxen-zts... | David Hedbor | 2000-03-02 | 1 | -5/+6 |
| | | |||||
| * | Removal of printf-debug, changed sp/fp to Pike_sp / Pike_fp instead of | David Hedbor | 2000-03-01 | 1 | -55/+22 |
| | | | | | | using a define. | ||||
| * | Fixed a compilation problem with roxen.c due to a change in Pike to fix a | David Hedbor | 2000-02-29 | 1 | -1/+0 |
| | | | | | | conflict with embedded Perl. | ||||
| * | roxen.c | David Hedbor | 2000-02-29 | 1 | -0/+7 |
| | | |||||
| * | Removed warning about ZTS since it works fine now. | David Hedbor | 2000-02-29 | 1 | -9/+2 |
| | | |||||
| * | The Roxen PHP4 module is now a part of the Roxen CVS which makes more sense. | David Hedbor | 2000-02-23 | 1 | -363/+0 |
| | | |||||
| * | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | | |||||
