mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 06:28:46 +02:00
N°6934 - Symfony 6.4 - upgrade Symfony bundles to 6.4 (#580)
* Update Symfony lib to version ~6.4.0 * Update code missing return type * Add an iTop general configuration entry to store application secret (Symfony mandatory parameter) * Use dependency injection in ExceptionListener & UserProvider classes
This commit is contained in:
20
lib/symfony/polyfill-php83/README.md
Normal file
20
lib/symfony/polyfill-php83/README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
Symfony Polyfill / Php83
|
||||
========================
|
||||
|
||||
This component provides features added to PHP 8.3 core:
|
||||
|
||||
- [`json_validate`](https://wiki.php.net/rfc/json_validate)
|
||||
- [`Override`](https://wiki.php.net/rfc/marking_overriden_methods)
|
||||
- [`mb_str_pad`](https://wiki.php.net/rfc/mb_str_pad)
|
||||
- [`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)
|
||||
- [`Date*Exception/Error classes`](https://wiki.php.net/rfc/datetime-exceptions)
|
||||
|
||||
More information can be found in the
|
||||
[main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md).
|
||||
|
||||
License
|
||||
=======
|
||||
|
||||
This library is released under the [MIT license](LICENSE).
|
||||
Reference in New Issue
Block a user