Completely remove disabled functions from function table by nikic · Pull Request #5473 · php/php-src
Navigation Menu
- Notifications You must be signed in to change notification settings
- Fork 8k
Conversation
nikic
changed the title
Completely remove disabled functions
Completely remove disabled functions from function table
nicolas-grekas added a commit to symfony/symfony that referenced this pull request
May 23, 2020… (derrabus) This PR was merged into the 3.4 branch. Discussion ---------- [VarDumper] ReflectionFunction::isDisabled() is deprecated | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | #36872 | License | MIT | Doc PR | N/A See php/php-src#5473. Calling `ReflectionFunction::isDisabled()` is pointless on php 8 and doing so triggers a deprecation warning. Someone who is more familiar with that component might want to have a second look on this PR. I'm not really sure if this is the right way to fix the issue. Commits ------- 1da347e [VarDumper] ReflectionFunction::isDisabled() is deprecated.
jrfnl added a commit to PHPCompatibility/PHPCompatibility that referenced this pull request
Jun 29, 2020
jrfnl
mentioned this pull request
Ayesh
mentioned this pull request
jhdxr
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters