summaryrefslogtreecommitdiff
path: root/ext/standard/assert.c
Commit message (Collapse)AuthorAgeFilesLines
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* It doesn't look like we use a fourth pointer.Jon Parise2001-11-061-1/+1
|
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-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 Rethans2001-09-091-2/+2
|
* WhitespaceZeev Suraski2001-08-111-8/+8
|
* Fix a crash bug in assertZeev Suraski2001-07-311-6/+7
|
* Zend compatibility patchZeev Suraski2001-07-301-1/+1
|
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-6/+0
|
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-301-2/+1
| | | | the way
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-50/+37
|
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-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/FAILUREAndi Gutmans2001-07-241-0/+1
|
* fix newly introduced mem-leak in assert-moduleThies C. Arntzen2001-07-231-1/+10
|
* ZVAL_BOOL(v,0) -> ZVAL_FALSE(v)Thies C. Arntzen2001-07-111-1/+1
|
* @ - assert() now accepts the array(&$obj,"methodname") syntax. (Thies)Thies C. Arntzen2001-07-091-66/+43
| | | | | + some cleanups
* changed to use Z_* macrosThies C. Arntzen2001-07-091-15/+14
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-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 theAndi Gutmans2001-02-271-2/+2
| | | | | zval_del_ref() function which should be nuked.
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* update my email.Thies C. Arntzen2000-10-291-1/+1
|
* - Made eval() and several other runtime-evaluated code portions report theZeev Suraski2000-09-121-1/+5
| | | | | nature and location of errors more accurately (Stas)
* fix #6552 & #6577Thies C. Arntzen2000-09-061-3/+3
| | | | | thanx to Blake Schwendiman" <blake@intechra.net>
* proto fixedHartmut Holzgraefe2000-08-161-1/+1
|
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-2/+2
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* "INT" configuration values must be of type longSascha Schumann2000-05-131-4/+4
|
* Fixes for possible failure of zend_eval_string().Andrei Zmievski2000-05-061-1/+4
|
* Let's enable assert by default since it's so useful.Andrei Zmievski2000-05-031-1/+1
|
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-27/+0
| | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension.
* More protos.Egon Schmid2000-02-241-3/+3
|
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
|
* Compile fixesZeev Suraski2000-02-051-1/+0
|
* Cleanup patchesZeev Suraski2000-02-051-1/+0
|
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* - The tree compiles againZeev Suraski1999-12-181-2/+2
|
* Use global ctor in non-ZTS mode as wellSascha Schumann1999-12-081-6/+10
|
* make non-ZTS happy againThies C. Arntzen1999-12-081-1/+3
|
* this is the "right" ZTS-fixThies C. Arntzen1999-12-081-6/+3
|
* Fill in empty constructor in order to appease Sascha ;-)Sam Ruby1999-12-071-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. Arntzen1999-12-071-16/+50
|
* fixed just enough to enable assert to build on win32 and Linux/ZTSSam Ruby1999-12-071-0/+5
|
* fixed NPRThies C. Arntzen1999-12-071-1/+9
|
* @- Added support for a C-like assert() function. (Thies)Thies C. Arntzen1999-12-071-31/+25
|
* getting thereThies C. Arntzen1999-12-071-5/+79
|
* new assert() module. (Not yet finished!)Thies C. Arntzen1999-12-071-0/+230