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
Next revision
Previous revision
rfc:deprecations_php_8_5 [2024/09/28 14:43] – Add note for openssl_pkey_derive key_length param. bukkarfc:deprecations_php_8_5 [2024/10/18 10:21] (current) timwolla
Line 13: Line 13:
  
   * Deprecate ''key_length'' parameter of <php>openssl_pkey_derive()</php>   * Deprecate ''key_length'' parameter of <php>openssl_pkey_derive()</php>
 +  * Deprecate PDO's 'uri:' scheme
 +  * Deprecate Reflection*::setAccessible()
  
 ===== Proposal ===== ===== Proposal =====
Line 25: Line 27:
 See: https://github.com/php/doc-en/pull/3789 See: https://github.com/php/doc-en/pull/3789
  
 +==== Deprecate PDO's 'uri:' scheme ====
  
 +Author: Tim Düsterhus <timwolla@php.net>
 +
 +TODO: https://github.com/php/php-src/blob/d7bdf902e5b88189037883d462e422838bd9be55/ext/pdo/pdo_dbh.c#L323-L335
 +
 +==== Deprecate Reflection*::setAccessible() ====
 +
 +Author: Tim Düsterhus <timwolla@php.net>
 +
 +TODO: Follow-up for https://wiki.php.net/rfc/make-reflection-setaccessible-no-op
  
 ===== Backward Incompatible Changes ===== ===== Backward Incompatible Changes =====
rfc/deprecations_php_8_5.1727534636.txt.gz · Last modified: 2024/09/28 14:43 by bukka