| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 6 | -41/+41 |
| | | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
| * | nuke VARIANT module | Daniel Beulshausen | 2001-09-25 | 1 | -1/+0 |
| | | |||||
| * | - Commit fix for bug #11998 by Ralf Bolte <r.bolte@gmx.net> | Andi Gutmans | 2001-09-23 | 1 | -28/+60 |
| | | |||||
| * | Merge in qsort changes | Sterling Hughes | 2001-09-17 | 2 | -23/+24 |
| | | |||||
| * | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 24 | -48/+48 |
| | | |||||
| * | Cleanup. | foobar | 2001-09-07 | 2 | -5/+0 |
| | | |||||
| * | Removed unused lines. | foobar | 2001-09-05 | 1 | -3/+0 |
| | | |||||
| * | This is a list of char *'s, not zvals (caught by Nick - see bug #13107) | Rasmus Lerdorf | 2001-09-03 | 1 | -1/+1 |
| | | |||||
| * | First step for chunkifying the HTTP uploads. | foobar | 2001-09-03 | 3 | -11/+65 |
| | | |||||
| * | Update API number | Zeev Suraski | 2001-09-01 | 1 | -1/+1 |
| | | |||||
| * | Support multiple chunked output buffering layers | Zeev Suraski | 2001-08-31 | 1 | -10/+19 |
| | | |||||
| * | Fix double freeing | Zeev Suraski | 2001-08-31 | 1 | -1/+2 |
| | | |||||
| * | API update | Zeev Suraski | 2001-08-31 | 1 | -1/+1 |
| | | |||||
| * | HEAD has been 4.0.8-dev for some time now, so name it accordingly. | Sebastian Bergmann | 2001-08-30 | 1 | -1/+1 |
| | | |||||
| * | Fix unclean shutdown value | Zeev Suraski | 2001-08-30 | 1 | -1/+1 |
| | | |||||
| * | Get rid of TRANS_SID - it's always possible to use it now. | Zeev Suraski | 2001-08-25 | 1 | -3/+0 |
| | | |||||
| * | Move the trans-sid mechanism to use the output buffering mechanism. | Zeev Suraski | 2001-08-25 | 1 | -10/+1 |
| | | | | | | | | | Advantages: - Would work with the output buffering mechanism in general, and with output compression in particular - Should yield better performance (untested as of yet) | ||||
| * | TSRMLS fix | Wez Furlong | 2001-08-25 | 1 | -5/+5 |
| | | |||||
| * | This is not needed anymore. | foobar | 2001-08-22 | 1 | -1/+0 |
| | | |||||
| * | Fix XtOffsetOf compile problems if someone has already defined it. | Sterling Hughes | 2001-08-18 | 1 | -1/+5 |
| | | |||||
| * | move php_shutdown_config further down | Thies C. Arntzen | 2001-08-16 | 1 | -3/+5 |
| | | |||||
| * | fix SAPI_POST_* exports | Daniel Beulshausen | 2001-08-15 | 7 | -12/+12 |
| | | |||||
| * | improve typedef definition | Zeev Suraski | 2001-08-14 | 1 | -1/+1 |
| | | |||||
| * | Make it possible to enable chunked output buffering without providing | Zeev Suraski | 2001-08-11 | 3 | -10/+16 |
| | | | | | | an output handling function | ||||
| * | 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 |
| | | | | | | - Rename $_FORM to $_REQUEST for now | ||||
| * | - Implement $_FORM | Zeev Suraski | 2001-08-08 | 1 | -4/+34 |
| | | | | | | | - Update phpinfo() - Update NEWS | ||||
| * | - Implement new short names - $_GET, $_POST, $_COOKIE, $_SERVER, $_ENV and ↵ | Zeev Suraski | 2001-08-08 | 1 | -0/+28 |
| | | | | | | | | | $_FILES - Use the Zend Engine infrastructure - make these variables available in all functions | ||||
| * | 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 |
| | | | | | | - whitespace fixes | ||||
| * | 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 |
| | | |||||
