| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MFH | foobar | 2001-11-19 | 1 | -2/+11 |
| * | - MFH | Derick Rethans | 2001-11-13 | 1 | -2/+2 |
| * | MFH | Rasmus Lerdorf | 2001-10-21 | 1 | -1/+1 |
| * | MFH | Thies C. Arntzen | 2001-10-12 | 1 | -2/+11 |
| * | MFH | Daniel Beulshausen | 2001-09-17 | 1 | -8/+3 |
| * | fixed memory_peak reporting | Thies C. Arntzen | 2001-09-16 | 1 | -0/+1 |
| * | MFH | Zeev Suraski | 2001-09-01 | 1 | -1/+1 |
| * | TSRMLS fixes | Daniel Beulshausen | 2001-08-14 | 1 | -3/+0 |
| * | ypo;-) | Thies C. Arntzen | 2001-08-14 | 1 | -1/+1 |
| * | Use zend_first_try | Zeev Suraski | 2001-08-08 | 1 | -1/+1 |
| * | more tsrm cleanup | Sascha Schumann | 2001-08-05 | 1 | -1/+0 |
| * | more tsrm cleanup -- output.c is not doing any fetches anymore | Sascha Schumann | 2001-08-05 | 1 | -2/+1 |
| * | more tsrm cleanup | Sascha Schumann | 2001-08-05 | 2 | -5/+3 |
| * | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 3 | -46/+46 |
| * | 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 |
| * | Fix Apache/ZTS build | Zeev Suraski | 2001-08-01 | 2 | -3/+1 |
| * | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -4/+2 |
| * | compile fix | Thies C. Arntzen | 2001-07-30 | 1 | -1/+1 |
| * | 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 | 4 | -55/+49 |
| * | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 3 | -17/+17 |
| * | Get rid of the redundant global startup code | Zeev Suraski | 2001-07-24 | 1 | -0/+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 |
| * | Improved bailout mechanism, supports nested bailouts a-la try..catch | Zeev Suraski | 2001-07-21 | 2 | -65/+64 |
| * | Move PHP_TARGET_RDYNAMIC check to global acinclude.m4 and use it | Sascha Schumann | 2001-06-15 | 1 | -10/+1 |
| * | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 3 | -42/+140 |
| * | Oops, sorry. I should not have committed this ebcdic fix (which was none) | Martin Kraemer | 2001-06-01 | 1 | -3/+0 |
| * | Use EXTRA_LDFLAGS at this point. | Sascha Schumann | 2001-05-23 | 1 | -1/+1 |
| * | Fix Basic auth (when under PHP control) for EBCDIC platforms | Martin Kraemer | 2001-05-23 | 1 | -0/+3 |
| * | s/^I/ / and some re-indenting. Also align the APXS checking code | Sascha Schumann | 2001-05-19 | 1 | -182/+181 |
| * | First try at using Apache's export list when building a DSO. | Sascha Schumann | 2001-05-18 | 1 | -0/+6 |
| * | Add missing info | Zeev Suraski | 2001-05-17 | 1 | -1/+2 |
| * | # Revert the SLS_FETCH() ;) | Sterling Hughes | 2001-05-16 | 1 | -4/+1 |
| * | Remove redundancy | Sterling Hughes | 2001-05-16 | 1 | -2/+4 |
| * | fix windows build. | Sterling Hughes | 2001-05-16 | 1 | -0/+1 |
| * | Merge memory usage into memory limit | Zeev Suraski | 2001-05-16 | 1 | -2/+2 |
| * | add missing apls_fetch | Daniel Beulshausen | 2001-05-16 | 1 | -0/+1 |
| * | Move the initialization to a safer place (earlier, it could end up | Zeev Suraski | 2001-05-15 | 1 | -1/+1 |
| * | fix typo | Daniel Beulshausen | 2001-05-14 | 1 | -1/+1 |
| * | Safer detection of recursive PHP invocations | Zeev Suraski | 2001-05-13 | 3 | -2/+15 |
| * | Nuke more quotes | Sascha Schumann | 2001-05-12 | 1 | -1/+1 |
| * | @- Added --enable-memory-usage-info. This creates a new Apache 1.x logging | Thies C. Arntzen | 2001-05-11 | 1 | -1/+13 |
| * | whitespace | Zeev Suraski | 2001-05-07 | 1 | -2/+2 |
