Skip to content

Commit

Permalink
[PHP 8.3] Update README file with str_increment and str_decrement
Browse files Browse the repository at this point in the history
… functions

Related: #453 and #452
  • Loading branch information
Ayesh committed Jan 10, 2024
1 parent 69d3c46 commit 51963b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Polyfills are provided for:
- the `ldap_exop_sync` function introduced in PHP 8.3;
- the `ldap_connect_wallet` function introduced in PHP 8.3;
- the `stream_context_set_options` function introduced in PHP 8.3;
- the `str_increment` and `str_decrement` functions introduced in PHP 8.3;
- the `Date*Exception/Error` classes introduced in PHP 8.3;
- the `SQLite3Exception` class introduced in PHP 8.3;

Expand Down
1 change: 1 addition & 0 deletions src/Php83/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This component provides features added to PHP 8.3 core:
- [`ldap_exop_sync`](https://wiki.php.net/rfc/deprecate_functions_with_overloaded_signatures)
- [`ldap_connect_wallet`](https://wiki.php.net/rfc/deprecate_functions_with_overloaded_signatures)
- [`stream_context_set_options`](https://wiki.php.net/rfc/deprecate_functions_with_overloaded_signatures)
- [`str_increment` and `str_decrement`](https://wiki.php.net/rfc/saner-inc-dec-operators)
- [`Date*Exception/Error classes`](https://wiki.php.net/rfc/datetime-exceptions)
- [`SQLite3Exception`](https://wiki.php.net/rfc/sqlite3_exceptions)

Expand Down

0 comments on commit 51963b4

Please sign in to comment.