| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | further tsrm cleanup | Sascha Schumann | 2001-08-05 | 6 | -25/+6 |
* | further tsrm cleanup | Sascha Schumann | 2001-08-05 | 2 | -4/+3 |
* | delay module_shutdown even further. zend_try and _catch need the current | Thies C. Arntzen | 2001-08-05 | 1 | -1/+2 |
* | module_shutdown() calls ts_free_thread in ZTS mode. so SG() cannot be accessed | Thies C. Arntzen | 2001-08-05 | 1 | -1/+2 |
* | Even more TSRM cleanup. | Sebastian Bergmann | 2001-08-05 | 2 | -3/+3 |
* | More tsrm-related cleanup. | Sebastian Bergmann | 2001-08-05 | 2 | -5/+4 |
* | tsrm-related cleanup | Sascha Schumann | 2001-08-05 | 1 | -22/+6 |
* | Fixed some TSRMLS_CC instances (at least it looked odd to me the way it was b... | Sebastian Bergmann | 2001-08-05 | 1 | -12/+12 |
* | Remove more duplicate TSRMLS_FETCH() calls. | Sebastian Bergmann | 2001-08-05 | 7 | -11/+0 |
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 12 | -90/+91 |
* | Another one bites the dust. | Sebastian Bergmann | 2001-08-04 | 1 | -1/+0 |
* | Remove duplicate TSRMLS_FETCH() call. | Sebastian Bergmann | 2001-08-04 | 1 | -1/+0 |
* | Get rid of a couple of bogus persist_alloc()'s, and some cleanup | Zeev Suraski | 2001-08-03 | 1 | -10/+7 |
* | Revert whitespace patch. | Sebastian Bergmann | 2001-08-03 | 1 | -19/+19 |
* | Whitespace fixes. | Sebastian Bergmann | 2001-08-02 | 1 | -19/+19 |
* | Fix Apache2Filter build. | Sebastian Bergmann | 2001-08-02 | 1 | -2/+1 |
* | Fix Apache/ZTS build | Zeev Suraski | 2001-08-01 | 2 | -3/+1 |
* | remove duplicate TSRMLS_FETCH() | Sterling Hughes | 2001-07-31 | 1 | -1/+0 |
* | More TSRMLS_FETCH annihilation. Enough for today... | Zeev Suraski | 2001-07-31 | 2 | -3/+3 |
* | More TSRMLS_FETCH work. Got it under 400 now. | Zeev Suraski | 2001-07-31 | 3 | -5/+3 |
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 6 | -26/+24 |
* | fix compile | Thies C. Arntzen | 2001-07-30 | 1 | -1/+1 |
* | compile fix | Thies C. Arntzen | 2001-07-30 | 1 | -1/+1 |
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 4 | -12/+8 |
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -1/+0 |
* | More TSRMLS_FETCH annihilation (Zend compatibility patch) | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th... | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
* | Fix typo | Rasmus Lerdorf | 2001-07-28 | 1 | -1/+1 |
* | Build fix | Zeev Suraski | 2001-07-28 | 1 | -1/+1 |
* | Some more fixes | Zeev Suraski | 2001-07-28 | 1 | -4/+1 |
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 18 | -432/+386 |
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 16 | -167/+169 |
* | Fix a corrupted memory access | Zeev Suraski | 2001-07-27 | 1 | -3/+4 |
* | Remove unneeded variables | Sascha Schumann | 2001-07-26 | 1 | -3/+0 |
* | Get rid of the redundant global startup code | Zeev Suraski | 2001-07-24 | 2 | -1/+1 |
* | Handle file buckets for now; that allows us to pass something to the | Sascha Schumann | 2001-07-23 | 1 | -50/+22 |
* | Remove accidentially committed line | Sascha Schumann | 2001-07-23 | 1 | -1/+0 |
* | Call php_request_shutdown only, if the startup was successful. | Sascha Schumann | 2001-07-23 | 1 | -1/+1 |
* | Use synchronous php_request_shutdown in the standard case and | Sascha Schumann | 2001-07-23 | 2 | -5/+10 |
* | Fix Apache build | Zeev Suraski | 2001-07-21 | 1 | -1/+1 |
* | - Fix __FILE__ in the main script in CGI/command line mode. | Andi Gutmans | 2001-07-21 | 2 | -14/+12 |
* | Improved bailout mechanism, supports nested bailouts a-la try..catch | Zeev Suraski | 2001-07-21 | 6 | -555/+543 |
* | 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 | 2 | -19/+39 |
* | Improved interactive mode - it is now available in all builds, without any si... | Zeev Suraski | 2001-07-15 | 1 | -11/+1 |
* | Fix a major thread safety bug in the output mechanism | Zeev Suraski | 2001-07-02 | 1 | -0/+3 |
* | Fix FastCGI shutdown for MacOSX, it didn't want to die. | Ben Mansell | 2001-07-02 | 1 | -0/+3 |
* | Make the FastCGI module behave nicer when trying to shut it down. If you | Ben Mansell | 2001-06-30 | 1 | -26/+104 |