| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -3/+3 |
| | | |||||
| * | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | | |||||
| * | Fixed win32 build | Edin Kadribasic | 2003-06-15 | 1 | -1/+2 |
| | | |||||
| * | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | | |||||
| * | No C++ comments in C code | foobar | 2003-06-02 | 1 | -2/+3 |
| | | |||||
| * | Removed increment of read_post_bytes because this is done within SAPI (SAPI.c). | Holger Zimmermann | 2003-06-01 | 1 | -1/+2 |
| | | |||||
| * | Added PHP4PI3WEB_EXPORTS in order to control exports/imports on Win32 | Holger Zimmermann | 2003-04-19 | 1 | -6/+4 |
| | | |||||
| * | Another win32 build fix. | foobar | 2003-02-25 | 1 | -0/+2 |
| | | |||||
| * | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | | |||||
| * | Fixed compiler warning. | Ilia Alshanetsky | 2002-12-11 | 1 | -0/+1 |
| | | |||||
| * | - Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is. | foobar | 2002-11-26 | 1 | -2/+0 |
| | | |||||
| * | another startup initialization fix - only ISAPI and CGI SAPI's tested, | Zeev Suraski | 2002-09-18 | 1 | -2/+1 |
| | | | | | | | minor compile buglets might occur in other SAPIs, but should be trivial to fix... | ||||
| * | Some minor changes related to Pi3Web 2.0.1. | Holger Zimmermann | 2002-08-18 | 1 | -6/+6 |
| | | |||||
| * | Removed unused local variable header_line. | Holger Zimmermann | 2002-08-18 | 1 | -1/+0 |
| | | |||||
| * | Removed some outdated lines from init_request_info(). | Holger Zimmermann | 2002-07-23 | 1 | -3/+0 |
| | | |||||
| * | Add sapi_header_op interface which supersedes the sapi_add_header and _ex | Sascha Schumann | 2002-07-03 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | | | calls. Revert the change to the sapi_add_header_ex interface. Fix various bugs: 1. header("HTTP/1.0 306 foo"); header("Location: absolute-uri"); did not work in combination with several SAPI modules, because http_status_line was never properly reset. And thus, all SAPI modules which looked at http_status_line ignored the changed http_response_code. 2. The CGI SAPI did not send out the HTTP status line at all, if http_status_line had not been set explicitly by calling header("HTTP/1.0 200 foo"); | ||||
| * | - Added a new parameter to the header() function which overrides the HTTP | Derick Rethans | 2002-06-21 | 1 | -1/+1 |
| | | | | | | | | response code. @- Added a new parameter to the header() function which overrides the HTTP @ response code. (Derick) | ||||
| * | Fixed functionality to read in server variables. | Holger Zimmermann | 2002-02-23 | 1 | -39/+54 |
| | | |||||
| * | - Let php_execute_script return 0 on failure and 1 on sucess, and change | Derick Rethans | 2002-02-14 | 1 | -1/+1 |
| | | | | | | SAPIs accordingly. (Andrei, Derick) | ||||
| * | Remove obsolete CG(extended_info) = 0 calls, we already do this in ↵ | Sebastian Bergmann | 2002-02-02 | 1 | -1/+0 |
| | | | | | zend_set_default_compile_time_values(). | ||||
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | | |||||
| * | * fix module struct in rest of sapi modules | Stig Bakken | 2001-10-12 | 1 | -0/+2 |
| | | |||||
| * | - More <br> to <br /> fixes | Derick Rethans | 2001-10-09 | 1 | -1/+1 |
| | | |||||
| * | Undo Z_ subst for sapi and ext/yaz | Jeroen van Wolffelaar | 2001-09-27 | 1 | -4/+4 |
| | | |||||
| * | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -4/+4 |
| | | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
| * | TSRMLS fixes | Daniel Beulshausen | 2001-08-14 | 1 | -4/+3 |
| | | |||||
| * | Use zend_first_try | Zeev Suraski | 2001-08-08 | 1 | -1/+1 |
| | | |||||
| * | more tsrm cleanup | Sascha Schumann | 2001-08-05 | 1 | -2/+1 |
| | | |||||
| * | further tsrm cleanup | Sascha Schumann | 2001-08-05 | 1 | -2/+1 |
| | | |||||
| * | Remove more duplicate TSRMLS_FETCH() calls. | Sebastian Bergmann | 2001-08-05 | 1 | -2/+0 |
| | | |||||
| * | More TSRMLS_FETCH work. Got it under 400 now. | Zeev Suraski | 2001-07-31 | 1 | -1/+1 |
| | | |||||
| * | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -5/+5 |
| | | |||||
| * | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
| | | |||||
| * | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -18/+17 |
| | | |||||
| * | - 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... | ||||
| * | Improved bailout mechanism, supports nested bailouts a-la try..catch | Zeev Suraski | 2001-07-21 | 1 | -54/+56 |
| | | | | | | Note: You may *not* return directly from a catch block | ||||
| * | Updated | Holger Zimmermann | 2001-07-21 | 1 | -2/+2 |
| | | |||||
| * | Updated | Holger Zimmermann | 2001-07-20 | 1 | -1/+1 |
| | | |||||
| * | Updated | Holger Zimmermann | 2001-07-20 | 1 | -1/+1 |
| | | |||||
| * | Updated PHP mode, fixed indent mode, added syntax check mode | Holger Zimmermann | 2001-07-20 | 1 | -13/+32 |
| | | |||||
| * | Reorganized the #define's in the header. | Holger Zimmermann | 2001-04-08 | 1 | -8/+4 |
| | | |||||
| * | Updated copyright agreement regarding move of Pi3Web to sourceforge. | Holger Zimmermann | 2001-04-08 | 1 | -2/+3 |
| | | |||||
| * | - 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 | -6/+6 |
| | | | | | | | | | | - 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. | ||||
| * | Minor update regarding new phpinfo table format. Moved pi3web_sapi.h to the ↵ | Holger Zimmermann | 2000-12-28 | 1 | -2/+2 |
| | | | | | | | | | | | sapi module. PR: Submitted by: Reviewed by: Obtained from: Pi3Web | ||||
| * | 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 | -0/+3 |
| | | |||||
| * | 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. | ||||
| * | Set file_handle.opened_path to NULL | Sascha Schumann | 2000-08-22 | 1 | -0/+1 |
| | | |||||
| * | Fix build | Zeev Suraski | 2000-08-20 | 1 | -2/+2 |
| | | |||||
