Changes between Initial Version and Version 1 of Ticket #58876, comment 7
- Timestamp:
- 07/24/2023 12:54:50 PM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58876, comment 7
initial v1 9 9 I was confused for a bit here too, because calling `get_class()` without an argument [https://wiki.php.net/rfc/deprecations_php_8_1#get_class_get_parent_class_and_get_called_class_without_argument was proposed for deprecation in PHP 8.1], but apparently did not get enough votes (50/50 split) at the time. 10 10 11 I see now that there is a [https://wiki.php.net/rfc/deprecate_functions_with_overloaded_signatures#get_class_and_get_parent_class newer proposal] as part of deprecating functions with overloaded signatures, which did get accepted in PHP 8.3. 11 I see now that there is a [https://wiki.php.net/rfc/deprecate_functions_with_overloaded_signatures#get_class_and_get_parent_class newer proposal] as part of deprecating functions with overloaded signatures, which did get accepted in PHP 8.3. Thanks for the correction :)