Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some more eliminate-fetches-or-escalate-them-at-least | Sascha Schumann | 2001-08-05 | 1 | -1/+1 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -5/+5 |
| | |||||
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -3/+3 |
| | | | | | | | - 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... | ||||
* | Get rid of the redundant global startup code | Zeev Suraski | 2001-07-24 | 1 | -2/+0 |
| | |||||
* | renamed jstring to mbstring. | Rui Hirokawa | 2001-05-01 | 1 | -2/+2 |
| | |||||
* | added japanse http input (POST/GET/Cookie) handler. It is nessceary to add ↵ | Rui Hirokawa | 2001-04-30 | 1 | -0/+4 |
| | | | | input encoding conversion functionality for ext/jstring. | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Return the exit status from php_execute_script() | Sascha Schumann | 2000-11-22 | 1 | -1/+1 |
| | |||||
* | - Complete the move to the new INI parser. (Side effect: at last, people | Zeev Suraski | 2000-10-30 | 1 | -5/+0 |
| | | | | | can finally have spaces and tabs in their extension statements...) | ||||
* | Add php_handle_aborted_connection() | Sascha Schumann | 2000-10-29 | 1 | -0/+1 |
| | | | | | Call this from your SAPI module to signal an aborted connection. | ||||
* | Utility function for sapi modules (it is not in SAPI.c, because it | Sascha Schumann | 2000-10-27 | 1 | -0/+1 |
| | | | | | relies on php_base64_encode). | ||||
* | Move some code to php_handle_special_queries(). | Sascha Schumann | 2000-10-26 | 1 | -0/+1 |
| | |||||
* | - Update .dsp's | Zeev Suraski | 2000-07-29 | 1 | -0/+2 |
| | | | | | - Make non ZTS Win32 build again | ||||
* | Rename macros which begin with underscore to valid macros. | Sascha Schumann | 2000-07-03 | 1 | -2/+2 |
| | |||||
* | Move main.h to php_main.h. | Sascha Schumann | 2000-06-05 | 1 | -0/+56 |