Uh oh!
There was an error while loading. Please reload this page.
Fix for PHP 7 fatal error on duplicate parameter names in closures - #39
Fix for PHP 7 fatal error on duplicate parameter names in closures#39ondrejmirtes wants to merge 1 commit into
Conversation
cb7dc83 to
3bc352aCompareondrejmirtes
commented
Dec 9, 2015
The build failed on PHP 5.5 because the composer.json requires PHPUnit version that requires PHP 5.6. |
WyriHaximus
commented
Dec 9, 2015
That is interesting because the 5.4 build didn't fail. We don't specify phpunit in composer.json, the phpunit versions are supplied by travis |
clue
commented
Dec 10, 2015
The changes LGTM and make perfect sense 👍 Though I'm a bit surprised, has #27 been solved yet? Afaict nobody has managed to build the required extensions, so this code will not actually run? (Only the |
dakota
commented
Mar 1, 2016
Event 2.0 has been released with full PHP7 support. What is needed to get this to be merged? |
ondrejmirtes
commented
Mar 1, 2016
We are already using PECL event 2.0 extension with PHP 7.0.3 with this patch and everything works fine. |
dakota
commented
Mar 1, 2016
@ondrejmirtes I'm busy patching our local install. Wondering when this will end up in a event-loop release. |
ondrejmirtes
commented
Mar 1, 2016
I will contact ReactPHP maintainers in order to ask them what can we do to bring ReactPHP up to speed. |
cebe
commented
Mar 1, 2016
#45 includes this fix and adds also tests for php 7. |
clue
commented
Mar 1, 2016
cebe
commented
Mar 1, 2016
cboden
commented
Mar 8, 2016
Merged in via #45 |
PHP 7 does not like duplicate parameter names: https://3v4l.org/usQhl