Hi internals
The chagelog for PHP 8.1 lists the two following changes:
- Fileinfo:
. The fileinfo functions now accept and return, respectively, finfo objects
instead of resources.
- IMAP:
. The IMAP functions now accept and return, respectively, IMAPConnection
objects
instead of resources.
I suppose these changes are part of the move away from "resources everywhere" ?
I was wondering whether these function will still accept resource objects in
PHP 8, or if support for them is completely removed.
I tried searching externals.io <http://externals.io/> for a previous discussion
but could only find https://externals.io/message/111297#111298
<https://externals.io/message/111297#111298>
Kind regards
Brent