Skip to content

Commit a277a7c

Browse files
committed
UPGRADING (again rebase...)
1 parent 18b09f7 commit a277a7c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

UPGRADING

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ PHP 8.3 UPGRADE NOTES
124124
. The MT_RAND_PHP Mt19937 variant is deprecated.
125125
RFC: https://wiki.php.net/rfc/deprecations_php_8_3#mt_rand_php
126126

127+
- Standard:
128+
. The assert_option() function is now deprecated.
129+
. The ASSERT_ACTIVE, ASSERT_BAIL,ASSERT_CALLBACK, ASSERT_EXCEPTION, and
130+
ASSERT_WARNING constants have been deprecated.
131+
RFC: https://wiki.php.net/rfc/assert-string-eval-cleanup
132+
127133
- SQLite3
128134
. Using exceptions is now preferred, warnings will be removed in the future.
129135
Calling SQLite3::enableExceptions(false) will trigger a depreciation warning
@@ -355,6 +361,18 @@ PHP 8.3 UPGRADE NOTES
355361
11. Changes to INI File Handling
356362
========================================
357363

364+
- assert.*
365+
. The assert.* INI settings have been deprecated.
366+
This comprises the following INI settings:
367+
- assert.active
368+
- assert.bail
369+
- assert.callback
370+
- assert.exception
371+
- assert.warning
372+
If the value of the setting is equal to the default value, no deprecation
373+
notice is emitted.
374+
The zend.assertions INI setting should be used instead.
375+
358376
- zend.max_allowed_stack_size
359377
. New INI directive to set the maximum allowed stack size. Possible
360378
values are `0` (detect the process or thread maximum stack size), `-1`

0 commit comments

Comments
 (0)