File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ Polyfills are provided for:
64
64
- the ` ldap_exop_sync ` function introduced in PHP 8.3;
65
65
- the ` ldap_connect_wallet ` function introduced in PHP 8.3;
66
66
- the ` stream_context_set_options ` function introduced in PHP 8.3;
67
+ - the ` str_increment ` and ` str_decrement ` functions introduced in PHP 8.3;
67
68
- the ` Date*Exception/Error ` classes introduced in PHP 8.3;
68
69
- the ` SQLite3Exception ` class introduced in PHP 8.3;
69
70
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ This component provides features added to PHP 8.3 core:
9
9
- [ ` ldap_exop_sync ` ] ( https://wiki.php.net/rfc/deprecate_functions_with_overloaded_signatures )
10
10
- [ ` ldap_connect_wallet ` ] ( https://wiki.php.net/rfc/deprecate_functions_with_overloaded_signatures )
11
11
- [ ` stream_context_set_options ` ] ( https://wiki.php.net/rfc/deprecate_functions_with_overloaded_signatures )
12
+ - [ ` str_increment ` and ` str_decrement ` ] ( https://wiki.php.net/rfc/saner-inc-dec-operators )
12
13
- [ ` Date*Exception/Error classes ` ] ( https://wiki.php.net/rfc/datetime-exceptions )
13
14
- [ ` SQLite3Exception ` ] ( https://wiki.php.net/rfc/sqlite3_exceptions )
14
15
You can’t perform that action at this time.
0 commit comments