On 22.03.2021 at 10:24, Nikita Popov wrote:

> It's time for another deprecation RFC:
> https://wiki.php.net/rfc/deprecations_php_8_1
>
> As we're still early in the release cycle, it's still possible to add
> additional deprecation candidates, given reasoning for the deprecation, as
> well as available alternatives.

I'd like to propose the deprecation of odbc_result_all()[1].  My main
motivation for getting rid of this function is to reduce unnecessary
complexity in the ODBC extension.  I doubt that this function is used
(often) in production code, and even for quick experiments/tests it is
unlikely to be helpful.  For those needing it, it shouldn't be hard to
implement it in PHP.

[1] <https://www.php.net/manual/en/function.odbc-result-all.php>

--
Christoph M. Becker

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: https://www.php.net/unsub.php

Reply via email to