summaryrefslogtreecommitdiff
path: root/ext/standard/assert.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-241-9/+9
|\
| * use zend_bool where zend_long isn't neededAnatol Belski2014-10-221-9/+9
* | enable static tsrm ls cache in ext/standardAnatol Belski2014-10-051-1/+1
|/
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* Avoid double IS_INTERNED() checkDmitry Stogov2014-09-191-1/+1
* Avoid string duplicationDmitry Stogov2014-09-021-1/+1
* Refactored INI subsystem to use zend_string* instead of char*Dmitry Stogov2014-09-011-10/+10
* first show to make 's' work with size_tAnatol Belski2014-08-271-1/+2
* master renames phase 1Anatol Belski2014-08-251-29/+29
* fixes to %pd format usageAnatol Belski2014-08-241-1/+1
* more fixes to ext/standardAnatol Belski2014-08-181-6/+6
* fix macros in the 5 basic extensionsAnatol Belski2014-08-161-11/+11
* Removed EG(in_execution). If EG(currentent_execute_data) is not NULL we are e...Dmitry Stogov2014-07-031-1/+1
* Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-2/+2
* Move more code to use zval_get_stringNikita Popov2014-04-251-8/+12
* Use better data structures (incomplete)Dmitry Stogov2014-02-131-46/+45
* Bump yearXinchen Hui2014-01-031-1/+1
* Fix misleading sizeofNikita Popov2013-10-191-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* Initializing optional argument description in assert()Lars Strojny2012-09-021-1/+1
* assert() user messageLars Strojny2012-08-311-12/+36
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-1/+1
* Fixed bug #54924 (assert.* is not being reset upon request shutdown).Ilia Alshanetsky2011-05-261-8/+8
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* fix freed mem referenceStanislav Malyshev2009-07-151-0/+1
* MFH: Added zend_eval_stringl and made create_function(), etc. binary-safeMatt Wilmas2009-06-051-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-1/+1
* - MFH: New parameter parsing APIFelipe Pena2008-07-231-9/+8
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: ws + cs + folding tagsJani Taskinen2007-11-051-24/+24
* 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