summaryrefslogtreecommitdiff
path: root/ext/standard/assert.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* 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
* - 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
* 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