]> granicus.if.org Git - php/commit
Revert "Prefix error_code with underscore in FastZPP implementation"
authorNikita Popov <nikita.ppv@gmail.com>
Thu, 24 Jan 2019 12:36:47 +0000 (13:36 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Thu, 24 Jan 2019 12:36:47 +0000 (13:36 +0100)
commitcce2e33c846b8653d589a680bdf83a6f8409ecd9
treee4552054c07a25c7cd68dfe39791d384e66ae358
parent526344aa5ee3190b754e3678e0c71b0d7f272876
Revert "Prefix error_code with underscore in FastZPP implementation"

This reverts commit 6305119a5193d4318add01190ca4afbb49ded102.

This is a source-compatibility break for extensions that define
custom FastZPP macros, such as ext/uv:

https://github.com/bwoebi/php-uv/blob/a983eb17b69f74a45d785ddc6a7bff3d4531b88c/php_uv.c#L75

I don't think that FastZPP was intended to be used this way, but
let's revert this from release branches to avoid extension breakage.
Zend/zend_API.h