rfc:deprecations_php_8_5
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
rfc:deprecations_php_8_5 [2025/02/21 11:30] – add Oracle LDAP deprecation cmb | rfc:deprecations_php_8_5 [2025/03/30 17:46] (current) – Add finfo_buffer() $context param girgias | ||
---|---|---|---|
Line 31: | Line 31: | ||
* Deprecate the < | * Deprecate the < | ||
* Deprecate building ext/ldap against Oracle LDAP | * Deprecate building ext/ldap against Oracle LDAP | ||
+ | * Deprecate passing '' | ||
+ | * Deprecate the < | ||
===== Proposal ===== | ===== Proposal ===== | ||
Line 251: | Line 253: | ||
It should be noted that the ``ldap_connect_wallet()`` function, [[https:// | It should be noted that the ``ldap_connect_wallet()`` function, [[https:// | ||
+ | |||
+ | ==== Deprecate passing null to readdir(), rewinddir(), | ||
+ | |||
+ | Author: Gina Peter Banyard < | ||
+ | |||
+ | TODO: This assumes the last open directory stream opened with < | ||
+ | we have deprecated such usages previous (see mysql and pgsql). | ||
+ | |||
+ | |||
+ | ==== Deprecate the $context parameter for finfo_buffer() | ||
+ | |||
+ | Author: Gina Peter Banyard < | ||
+ | |||
+ | This parameter is unused, and the only reason it exists in the first place is because the implementation of it was delegated to a " | ||
+ | |||
+ | As this parameter is not useful for this function it should be deprecated. | ||
===== Backward Incompatible Changes ===== | ===== Backward Incompatible Changes ===== |
rfc/deprecations_php_8_5.1740137451.txt.gz · Last modified: 2025/02/21 11:30 by cmb