-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Fixed ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO macro #2523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO macro #2523
Conversation
The macro was expanding to a wrong macro and thus leads to compile errors upon usage. Changed it to expand to the correct macro, and added Doxygen documentation to help new users.
Thanks Visual Studio ;(
The technical change here can be easily merged, but the added documentation will require an internals discussion. We do not currently use Doxygen and as such we also do not use Doxygen-style comments anywhere in the codebase. If we want to start making use of Doxygen, this needs to be discussed first. |
I can change the style to whatever is used, the thing is, there is no documentation. However, having it would greatly improve the accessibility of internals for others. Update: Opened discussion on internals. |
Please link to discussion for reference. |
Internals Discussion: http://news.php.net/php.internals/99140 |
Applied in 66e5dc5 |
…etween versions, see: php/php-src#2523
The macro was expanding to a wrong macro and thus lead to compile errors upon usage. Changed it to expand to the correct macro, and added Doxygen documentation to help new users.
This is a pure internals fix, hence, I doubt that we want a real PHP bug report for this.