Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | we can no longer register internal-classes once the script is started. | Thies C. Arntzen | 2001-08-06 | 1 | -3/+1 |
| | | | | | therefore the "incomplete class" is now registered at MINIT time. | ||||
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
| | | | | the way | ||||
* | - Use object macros | Andi Gutmans | 2001-07-28 | 1 | -3/+6 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -1/+1 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -2/+23 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+8 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | - Cleanup some output functions | Andi Gutmans | 2000-09-30 | 1 | -1/+1 |
| | |||||
* | - Make the output globals accessible from the outside world | Zeev Suraski | 2000-06-24 | 1 | -0/+1 |
| | | | | | - Fix Win32 compilation | ||||
* | API change: Use zval * instead of zval ** | Sascha Schumann | 2000-06-23 | 1 | -6/+6 |
| | |||||
* | Move the incomplete class stuff into its own file, so that we can | Sascha Schumann | 2000-06-23 | 1 | -0/+120 |
make it easier accessible to WDDX. |