You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP < 5.3.2 have a bug where autoloaders may receive a \ as the first character of a class name. There is a hack to trap this in the class loaders. The issue was fixed since PHP 5.3.2 which is the minimum requirement so this hack should be removed.
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes#8052).
Discussion
----------
remove check for PHP bug #50731
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #8007
| License | MIT
| Doc PR |
Commits
-------
28534a6 remove check for PHP bug #50731
PHP < 5.3.2 have a bug where autoloaders may receive a
\
as the first character of a class name. There is a hack to trap this in the class loaders. The issue was fixed since PHP 5.3.2 which is the minimum requirement so this hack should be removed.https://bugs.php.net/bug.php?id=50731
The text was updated successfully, but these errors were encountered: