[RFC] Throw Error in Extensions

php.internals

Aaron Piotrowski

10 years ago
Hello, I have written a short RFC to change most conditions in extensions that raise E_ERROR or E_RECOVERABLE_ERROR to throw an instance of Error instead. This change follows the conversion of most of these errors in the engine to thrown exceptions. RFC: https://wiki.php.net/rfc/throw_error_in_extensions PR: https://github.com/php/php-src/pull/1942 Thanks! Aaron Piotrowski