From 498ce88d67a10e6e67f7eb61ed7bbe2667a4b45b Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Sat, 6 May 2000 17:59:10 +0000 Subject: [PATCH] Enable assert by default, --- php.ini-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.ini-dist b/php.ini-dist index 1c03863e980..9778b9b20b2 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -396,7 +396,7 @@ mssql.min_message_severity = 10 ; minimum message severity to display mssql.compatability_mode = Off ; compatability mode with old versions of PHP 3.0. [Assertion] -;assert.active = Off ; assert(expr); does nothing by default +;assert.active = On ; assert(expr); does nothing by default ;assert.warning = On ; issue a PHP warning for each failed assertion. ;assert.bail = Off ; don't bail out by default. ;assert.callback = 0 ; user-function to be called if an assertion fails.