Skip to content

Simplify zend_forbid_dynamic_call() #7443

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

Merged
merged 1 commit into from
Sep 1, 2021

Conversation

twose
Copy link
Member

@twose twose commented Sep 1, 2021

When I encountered a related problem and git blame it, I caught this one...
The special case has been completely removed, I think we can simplify it now.

@twose twose requested a review from nikic September 1, 2021 07:36
@twose twose merged commit a13730c into php:master Sep 1, 2021
@twose twose deleted the zend_forbid_dynamic_call branch September 1, 2021 08:32
twose added a commit to twose/php-src that referenced this pull request May 6, 2022
A small imperfections in php#7443.
As a zend_API, we should also consider that it may be called in methods by other extensions. This change will not break the behavior of php-src.
twose added a commit to twose/php-src that referenced this pull request Jun 13, 2022
A slight imperfection in php#7443.
As a zend_API, we should also consider other extensions that may call it in methods. This change will not break the behavior of php-src.
twose added a commit to twose/php-src that referenced this pull request Jun 14, 2022
A slight imperfection in php#7443.
As a zend_API, we should also consider other extensions that may call it in methods. This change will not break the behavior of php-src.
twose added a commit to twose/php-src that referenced this pull request Jun 14, 2022
A slight imperfection in php#7443.
As a zend_API, we should also consider other extensions that may call it in methods. This change will not break the behavior of php-src.
Girgias pushed a commit that referenced this pull request Jun 16, 2022
…() (#8762)

A slight imperfection in #7443.
As a zend_API, we should also consider other extensions that may call it in methods. This change will not break the behavior of php-src.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants