rfc:deprecations_php_8_5

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
rfc:deprecations_php_8_5 [2024/11/06 15:29] nicolasgrekasrfc:deprecations_php_8_5 [2024/11/14 10:50] (current) timwolla
Line 24: Line 24:
   * Deprecate the ''register_argc_argv'' INI directive   * Deprecate the ''register_argc_argv'' INI directive
   * Formally deprecate mysqli_execute   * Formally deprecate mysqli_execute
 +  * Deprecate ''__construct()'' and ''__destruct()'' in interfaces
  
 ===== Proposal ===== ===== Proposal =====
Line 178: Line 179:
  
 TODO: https://www.php.net/manual/en/function.mysqli-execute.php TODO: https://www.php.net/manual/en/function.mysqli-execute.php
 +
 +==== Deprecate __construct() and __destruct() in interfaces ====
 +
 +Author: Tim Düsterhus <timwolla@php.net>
 +
 +TODO: https://phpc.social/@dseguy/113476785631597024 / https://github.com/php/php-src/issues/16077
  
 ===== Backward Incompatible Changes ===== ===== Backward Incompatible Changes =====
rfc/deprecations_php_8_5.txt · Last modified: 2024/11/14 10:50 by timwolla