| Commit message (Expand) | Author | Age | Files | Lines |
* | Make it possible to enable chunked output buffering without providing | Zeev Suraski | 2001-08-11 | 3 | -10/+16 |
* | Move the macro wrappers from the compatibility header to php.h | Zeev Suraski | 2001-08-11 | 2 | -22/+36 |
* | Possible fix 12360. If it doesn't help, it doesn't hurt, AFAIK... | Jeroen van Wolffelaar | 2001-08-10 | 1 | -0/+4 |
* | Optimize macro usage... | Zeev Suraski | 2001-08-10 | 1 | -11/+11 |
* | Centralize macros | Zeev Suraski | 2001-08-10 | 2 | -21/+22 |
* | Let's not introduce more mess to maintain. | Zeev Suraski | 2001-08-10 | 1 | -25/+0 |
* | Sablot extension cleanup - it compiles again now | Rasmus Lerdorf | 2001-08-10 | 1 | -0/+24 |
* | Implement import_request_variables() | Zeev Suraski | 2001-08-08 | 1 | -3/+14 |
* | Put it in the wrong case... | Zeev Suraski | 2001-08-08 | 1 | -1/+1 |
* | - Fix precedence of the variables order in $_FORM | Zeev Suraski | 2001-08-08 | 1 | -5/+6 |
* | - Implement $_FORM | Zeev Suraski | 2001-08-08 | 1 | -4/+34 |
* | - Implement new short names - $_GET, $_POST, $_COOKIE, $_SERVER, $_ENV and $_... | Zeev Suraski | 2001-08-08 | 1 | -0/+28 |
* | Yet another TSRM fix. | foobar | 2001-08-07 | 1 | -1/+1 |
* | more tsrm cleanup | Sascha Schumann | 2001-08-06 | 1 | -2/+2 |
* | some more eliminate-fetches-or-escalate-them-at-least | Sascha Schumann | 2001-08-05 | 3 | -12/+9 |
* | more tsrm cleanup -- output.c is not doing any fetches anymore | Sascha Schumann | 2001-08-05 | 5 | -13/+15 |
* | more tsrm cleanup | Sascha Schumann | 2001-08-05 | 5 | -109/+74 |
* | further tsrm cleanup | Sascha Schumann | 2001-08-05 | 1 | -1/+1 |
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 14 | -64/+66 |
* | Get rid of a couple of bogus persist_alloc()'s, and some cleanup | Zeev Suraski | 2001-08-03 | 2 | -10/+4 |
* | kill warning and make this build again. | foobar | 2001-08-01 | 2 | -2/+2 |
* | Fix some warnings | Zeev Suraski | 2001-07-31 | 1 | -1/+1 |
* | More TSRMLS_FETCH annihilation. Enough for today... | Zeev Suraski | 2001-07-31 | 4 | -40/+34 |
* | More TSRMLS_FETCH work. Got it under 400 now. | Zeev Suraski | 2001-07-31 | 9 | -52/+34 |
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -1/+0 |
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 7 | -23/+24 |
* | name-protect new expat function | Thies C. Arntzen | 2001-07-30 | 1 | -0/+1 |
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 4 | -20/+24 |
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -6/+0 |
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th... | Zeev Suraski | 2001-07-30 | 3 | -6/+2 |
* | changed for input encoding conversion in win32. | Rui Hirokawa | 2001-07-29 | 1 | -0/+4 |
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 18 | -246/+204 |
* | Remove superfluous returns | Sascha Schumann | 2001-07-28 | 1 | -3/+0 |
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 11 | -86/+92 |
* | Remove references to global startup functions. | Andrei Zmievski | 2001-07-24 | 1 | -10/+0 |
* | Get rid of the redundant global startup code | Zeev Suraski | 2001-07-24 | 5 | -54/+1 |
* | Unbreak various tests and transparent session id rewriting for now. This | Sascha Schumann | 2001-07-23 | 1 | -3/+0 |
* | fix date('T') | Daniel Beulshausen | 2001-07-22 | 1 | -0/+2 |
* | - Shouldn't be needed anymore | Andi Gutmans | 2001-07-21 | 1 | -2/+0 |
* | - Fix __FILE__ in the main script in CGI/command line mode. | Andi Gutmans | 2001-07-21 | 2 | -10/+18 |
* | Improved bailout mechanism, supports nested bailouts a-la try..catch | Zeev Suraski | 2001-07-21 | 1 | -97/+96 |
* | Fix UNIX build | Zeev Suraski | 2001-07-20 | 1 | -2/+2 |
* | Fix Windows build | Zeev Suraski | 2001-07-20 | 3 | -3/+2 |
* | Avoid getting bailouts on text output during shutdown. Text output is now | Zeev Suraski | 2001-07-20 | 3 | -22/+42 |
* | Add always_populate_raw_post_data ini directive and default it to 0 to | Rasmus Lerdorf | 2001-07-17 | 4 | -1/+8 |
* | Another layout fix | Zeev Suraski | 2001-07-16 | 1 | -2/+3 |
* | Fix layout | Zeev Suraski | 2001-07-16 | 1 | -4/+5 |
* | Fix the crash Joey found | Zeev Suraski | 2001-07-16 | 1 | -11/+11 |
* | Generalize | Zeev Suraski | 2001-07-16 | 1 | -15/+3 |
* | Fix a couple of build warnings | Rasmus Lerdorf | 2001-07-16 | 1 | -1/+1 |