You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/Pages/home.php
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,10 @@
134
134
<?phpelse : ?>
135
135
<li class="bullet problem">Your version of PHP does NOT have the intl extension loaded.</li>
136
136
<?phpendif; ?>
137
+
138
+
<?phpif (ini_get('zend.assertions') !== '1') : ?>
139
+
<li class="bullet problem">You should set <code>zend.assertions</code> to <code>1</code> in your <code>php.ini</code> for your development environment.</li>
0 commit comments