diff options
author | Andrei Zmievski <andrei@php.net> | 2000-05-06 17:59:10 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2000-05-06 17:59:10 +0000 |
commit | 498ce88d67a10e6e67f7eb61ed7bbe2667a4b45b (patch) | |
tree | 79773cd9d2ffc445bb50422ba13b71e3dc434aeb /php.ini-dist | |
parent | 0060f95699012292196747d40ef6e7c670b10fa7 (diff) | |
download | php-git-498ce88d67a10e6e67f7eb61ed7bbe2667a4b45b.tar.gz |
Enable assert by default,
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-dist b/php.ini-dist index 1c03863e98..9778b9b20b 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. |