summaryrefslogtreecommitdiff
path: root/ext/standard/assert.c
Commit message (Expand)AuthorAgeFilesLines
* Optimize out RINIT()Dmitry Stogov2007-02-161-10/+7
* Fixed return value of assert_options(ASSERT_CALLBACK) and possible crash (And...Dmitry Stogov2007-02-161-6/+16
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #39718 (possible crash if assert.callback is set in ini).Ilia Alshanetsky2006-12-031-11/+29
* fixed segfaults and such things within the new assert02.phpt testNuno Lopes2006-07-011-1/+4
* Change E_ERROR to E_RECOVERABLE_ERRORIlia Alshanetsky2006-06-231-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: Nuke php3 legacyfoobar2005-12-051-1/+1
* MFH: Nuked EOLs from error messagesfoobar2005-08-181-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* fix format stringsSascha Schumann2003-08-281-1/+1
* Fixed a possible crash due to invalid handling of assert ini options.Ilia Alshanetsky2003-08-141-5/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* Access the struct directly hereMarcus Boerger2003-04-191-1/+1
* Update to new macrosMarcus Boerger2003-04-191-15/+12
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-4/+4
* zend_error -> php_error_docref.Ilia Alshanetsky2003-01-241-2/+2
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* - Remove \n from error messagesDerick Rethans2002-11-101-1/+1
* php_error_docrefMarcus Boerger2002-08-241-3/+3
* Unify error messagesDerick Rethans2002-07-081-3/+3
* 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 isn'...Jeroen van Wolffelaar2001-09-251-2/+2
* - 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 th...Zeev Suraski2001-07-301-2/+1
* 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
* - 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
* 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
* - Pointed out by Andrei. zval_ptr_dtor() should be used instead of theAndi Gutmans2001-02-271-2/+2
* - 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
* fix #6552 & #6577Thies C. Arntzen2000-09-061-3/+3
* 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