|
144 | 144 | ; Development Value: 5 |
145 | 145 | ; Production Value: 5 |
146 | 146 |
|
| 147 | +; session.sid_length |
| 148 | +; Default Value: 32 |
| 149 | +; Development Value: 26 |
| 150 | +; Production Value: 26 |
| 151 | + |
147 | 152 | ; short_open_tag |
148 | 153 | ; Default Value: On |
149 | 154 | ; Development Value: Off |
|
154 | 159 | ; Development Value: "GPCS" |
155 | 160 | ; Production Value: "GPCS" |
156 | 161 |
|
| 162 | +; zend.assertions |
| 163 | +; Default Value: 1 |
| 164 | +; Development Value: 1 |
| 165 | +; Production Value: -1 |
| 166 | + |
157 | 167 | ; zend.exception_ignore_args |
158 | 168 | ; Default Value: Off |
159 | 169 | ; Development Value: Off |
@@ -1590,33 +1600,14 @@ session.sid_bits_per_character = 5 |
1590 | 1600 | ; -1: Do not compile at all |
1591 | 1601 | ; 0: Jump over assertion at run-time |
1592 | 1602 | ; 1: Execute assertions |
1593 | | -; Changing from or to a negative value is only possible in php.ini! (For turning assertions on and off at run-time, see assert.active, when zend.assertions = 1) |
| 1603 | +; Changing from or to a negative value is only possible in php.ini! |
| 1604 | +; (For turning assertions on and off at run-time, toggle zend.assertions between the values 1 and 0) |
1594 | 1605 | ; Default Value: 1 |
1595 | 1606 | ; Development Value: 1 |
1596 | 1607 | ; Production Value: -1 |
1597 | 1608 | ; https://php.net/zend.assertions |
1598 | 1609 | zend.assertions = -1 |
1599 | 1610 |
|
1600 | | -; Assert(expr); active by default. |
1601 | | -; https://php.net/assert.active |
1602 | | -;assert.active = On |
1603 | | - |
1604 | | -; Throw an AssertionError on failed assertions |
1605 | | -; https://php.net/assert.exception |
1606 | | -;assert.exception = On |
1607 | | - |
1608 | | -; Issue a PHP warning for each failed assertion. (Overridden by assert.exception if active) |
1609 | | -; https://php.net/assert.warning |
1610 | | -;assert.warning = On |
1611 | | - |
1612 | | -; Don't bail out by default. |
1613 | | -; https://php.net/assert.bail |
1614 | | -;assert.bail = Off |
1615 | | - |
1616 | | -; User-function to be called if an assertion fails. |
1617 | | -; https://php.net/assert.callback |
1618 | | -;assert.callback = 0 |
1619 | | - |
1620 | 1611 | [COM] |
1621 | 1612 | ; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs |
1622 | 1613 | ; https://php.net/com.typelib-file |
@@ -1849,10 +1840,6 @@ ldap.max_links = -1 |
1849 | 1840 | ; are cached. |
1850 | 1841 | ;opcache.max_file_size=0 |
1851 | 1842 |
|
1852 | | -; Check the cache checksum each N requests. |
1853 | | -; The default value of "0" means that the checks are disabled. |
1854 | | -;opcache.consistency_checks=0 |
1855 | | - |
1856 | 1843 | ; How long to wait (in seconds) for a scheduled restart to begin if the cache |
1857 | 1844 | ; is not being accessed. |
1858 | 1845 | ;opcache.force_restart_timeout=180 |
|
0 commit comments