Initial settings:
zend.assertions: 1
assert.active: 1
Deprecated: Constant ASSERT_ACTIVE is deprecated since 8.3, as assert_options() is deprecated in /in/EYrTO on line 8
Deprecated: Function assert_options() is deprecated since 8.3 in /in/EYrTO on line 8
After altering settings:
zend.assertions: 0
assert.active: 0
Code in assert() was NOT evaluated
Output for 8.4.15
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1.
Output for 8.4.1 - 8.4.14
Initial settings:
zend.assertions: 1
assert.active: 1
Deprecated: Constant ASSERT_ACTIVE is deprecated in /in/EYrTO on line 8
Deprecated: Function assert_options() is deprecated since 8.3 in /in/EYrTO on line 8
After altering settings:
zend.assertions: 0
assert.active: 0
Code in assert() was NOT evaluated
Output for 8.3.0 - 8.3.28
Initial settings:
zend.assertions: 1
assert.active: 1
Deprecated: Constant ASSERT_ACTIVE is deprecated in /in/EYrTO on line 8
Deprecated: Function assert_options() is deprecated in /in/EYrTO on line 8
After altering settings:
zend.assertions: 0
assert.active: 0
Code in assert() was NOT evaluated