Closed andypost closed 4 years ago
Looks ZendApi changed something https://travis-ci.org/github/php/pecl-file_formats-yaml/jobs/707199572
The backward compatible fix is replaces call_user_function_ex()
with call_user_function()
@andypost Would it be backwards compatible with current change? Or do we have to do changes under something like #if PHP_MAJOR_VERSION >= 8
?
@bd808 any feedback on the PR yet? :blush:
As I see separation is not used so should be backward compatible
Is there a way to create alpha/beta release to start testing it broader with first beta of 8.0?
Is there a way to create alpha/beta release to start testing it broader with first beta of 8.0?
@bd808 thank you lots! Drupal now started to test fresh PHP 8b1 https://dispatcher.drupalci.org/job/drupal_patches/57225/artifact/jenkins-drupal_patches-57225/artifacts/runcontainers/phpinfo.txt/*view*/
phpinfo()
PHP Version => 8.0.0beta1
....
yaml
LibYAML Support => enabled
Module Version => 2.2.0b1
LibYAML Version => 0.2.1
Directive => Local Value => Master Value
yaml.decode_binary => 0 => 0
yaml.decode_php => 0 => 0
yaml.decode_timestamp => 0 => 0
yaml.output_canonical => 0 => 0
yaml.output_indent => 2 => 2
yaml.output_width => 80 => 80
Caused by https://github.com/php/php-src/commit/302933daea77663f5759b10accd1d0231393b24c
After build