Andy Postnikov

Results 118 comments of Andy Postnikov

Just to note for 2.1.2 version on ppc64le (Alpinelinux) I'm getting ``` TEST 38/136 [tests/035.phpt] ========DIFF======== 001+ 4000 iterations took 10.359318 seconds: 386/s (BAD) 001- %d iterations took %f seconds:...

Maybe just allow to fail?

That's still valid but thanks for XFAIL ``` TEST 37/136 [tests/034.phpt] ========DIFF======== 001+ 001- OK ========DONE======== XFAIL Unserialize invalid random data [tests/034.phpt] XFAIL REASON: REGRESSION ```

``` TEST 30/123 [tests/029.phpt] ========DIFF======== 005- APCu Serializer Support => enabled ========DONE======== FAIL Msgpack module info [tests/029.phpt] ``` It looks like apu is not loaded when tests run

Other failed tests are not compatible with PHP 7 https://github.com/msgpack/msgpack-php/pull/109

https://github.com/msgpack/msgpack-php/pull/162 still looking for reviews

``` TEST 120/138 [tests/apcu.phpt] SKIP Msgpack APCu serialization [tests/apcu.phpt] reason: needs APCu enabled ``` tests wont's run probably better to remove last commit `checking for APC/APCU includes... not found`

Except curl PHP was also patched https://github.com/php/php-src/commit/5025eb05bde83a0a51eb0668c45c240b366545bf

As i see inital support for 1.2 already released as 0.2.3 (2020-04-11) but not clear what's left to do

+1 to fix - it works great! ```diff "patches": { + "drupal-composer/drupal-scaffold": { + "Parallel downloads": "https://github.com/drupal-composer/drupal-scaffold/pull/103.patch" + }, ```