Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | It doesn't look like we use a fourth pointer. | Jon Parise | 2001-11-06 | 1 | -1/+1 |
| | |||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -2/+2 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -8/+8 |
| | |||||
* | Fix a crash bug in assert | Zeev Suraski | 2001-07-31 | 1 | -6/+7 |
| | |||||
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
| | |||||
* | 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 ↵ | Zeev Suraski | 2001-07-30 | 1 | -2/+1 |
| | | | | the way | ||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -50/+37 |
| | |||||
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -6/+6 |
| | | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... | ||||
* | - MSHUTDOWN needs to return SUCCESS/FAILURE | Andi Gutmans | 2001-07-24 | 1 | -0/+1 |
| | |||||
* | fix newly introduced mem-leak in assert-module | Thies C. Arntzen | 2001-07-23 | 1 | -1/+10 |
| | |||||
* | ZVAL_BOOL(v,0) -> ZVAL_FALSE(v) | Thies C. Arntzen | 2001-07-11 | 1 | -1/+1 |
| | |||||
* | @ - assert() now accepts the array(&$obj,"methodname") syntax. (Thies) | Thies C. Arntzen | 2001-07-09 | 1 | -66/+43 |
| | | | | | + some cleanups | ||||
* | changed to use Z_* macros | Thies C. Arntzen | 2001-07-09 | 1 | -15/+14 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+2 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+1 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | - Pointed out by Andrei. zval_ptr_dtor() should be used instead of the | Andi Gutmans | 2001-02-27 | 1 | -2/+2 |
| | | | | | zval_del_ref() function which should be nuked. | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | update my email. | Thies C. Arntzen | 2000-10-29 | 1 | -1/+1 |
| | |||||
* | - Made eval() and several other runtime-evaluated code portions report the | Zeev Suraski | 2000-09-12 | 1 | -1/+5 |
| | | | | | nature and location of errors more accurately (Stas) | ||||
* | fix #6552 & #6577 | Thies C. Arntzen | 2000-09-06 | 1 | -3/+3 |
| | | | | | thanx to Blake Schwendiman" <blake@intechra.net> | ||||
* | proto fixed | Hartmut Holzgraefe | 2000-08-16 | 1 | -1/+1 |
| | |||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -2/+2 |
| | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | "INT" configuration values must be of type long | Sascha Schumann | 2000-05-13 | 1 | -4/+4 |
| | |||||
* | Fixes for possible failure of zend_eval_string(). | Andrei Zmievski | 2000-05-06 | 1 | -1/+4 |
| | |||||
* | Let's enable assert by default since it's so useful. | Andrei Zmievski | 2000-05-03 | 1 | -1/+1 |
| | |||||
* | @Cleaned up extension namespace (Stig) | Stig Bakken | 2000-03-06 | 1 | -27/+0 |
| | | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension. | ||||
* | More protos. | Egon Schmid | 2000-02-24 | 1 | -3/+3 |
| | |||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | Compile fixes | Zeev Suraski | 2000-02-05 | 1 | -1/+0 |
| | |||||
* | Cleanup patches | Zeev Suraski | 2000-02-05 | 1 | -1/+0 |
| | |||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | | | | | you start counting at 0 or 1). | ||||
* | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -2/+2 |
| | |||||
* | Use global ctor in non-ZTS mode as well | Sascha Schumann | 1999-12-08 | 1 | -6/+10 |
| | |||||
* | make non-ZTS happy again | Thies C. Arntzen | 1999-12-08 | 1 | -1/+3 |
| | |||||
* | this is the "right" ZTS-fix | Thies C. Arntzen | 1999-12-08 | 1 | -6/+3 |
| | |||||
* | Fill in empty constructor in order to appease Sascha ;-) | Sam Ruby | 1999-12-07 | 1 | -0/+6 |
| | | | | | | More seriously, uninitialized values cause MSHUTDOWN to trap. Only an issue because assert was added to internal_functions. | ||||
* | added assert.quiet_eval plus a bit of cleaning (docs to follow!) | Thies C. Arntzen | 1999-12-07 | 1 | -16/+50 |
| | |||||
* | fixed just enough to enable assert to build on win32 and Linux/ZTS | Sam Ruby | 1999-12-07 | 1 | -0/+5 |
| | |||||
* | fixed NPR | Thies C. Arntzen | 1999-12-07 | 1 | -1/+9 |
| | |||||
* | @- Added support for a C-like assert() function. (Thies) | Thies C. Arntzen | 1999-12-07 | 1 | -31/+25 |
| | |||||
* | getting there | Thies C. Arntzen | 1999-12-07 | 1 | -5/+79 |
| | |||||
* | new assert() module. (Not yet finished!) | Thies C. Arntzen | 1999-12-07 | 1 | -0/+230 |