msgpack-php icon indicating copy to clipboard operation
msgpack-php copied to clipboard

msgpack.org[PHP]

Results 29 msgpack-php issues
Sort by recently updated
recently updated
newest added

https://github.com/php/php-src/issues/9325 - https://wiki.php.net/rfc/readonly_classes - `Cannot create dynamic property` errors should probably be thrown in msgpack_unpack() to avoid creating `readonly` class instances with dynamic properties - https://wiki.php.net/rfc/deprecate_dynamic_properties - msgpack_unpack() should probably...

`!zend_array_is_list(array)` can be used instead - it's internally used by https://php.net/array_is_list for PHP 8.1+ In PHP 8.2, the `zend_array` implementation was split into 2 implementations: (1) the original (aka `MAP`),...

Seems related to issue https://github.com/msgpack/msgpack-php/issues/119, but occurs in serialization. Extension built from `master` branch just an hour before, but confirmed with 2.2.0RC1 and 2.1.2 PECL builds as well - all...

bug

Hi, I added support to use Msgpack as a serializer for [APCu.](https://pecl.php.net/package/APCu) This was needed to me because IgBinary is very unstable under PHP 7 (gives a Segmentation Fault whenever...

enhancement

That's fixed version of https://github.com/msgpack/msgpack-php/pull/93

Hey there, As there isn't a `SECURITY.md` with an email on your repository, I am unsure how to contact you regarding a potential security issue. Would you kindly add a...

``` TEST RESULT SUMMARY --------------------------------------------------------------------- Exts skipped : 0 Exts tested : 15 --------------------------------------------------------------------- Number of tests : 115 115 Tests skipped : 0 ( 0.0%) -------- Tests warned :...

```` PHP : /usr/bin/php7 PHP_SAPI : cli PHP_VERSION : 7.3.6 ZEND_VERSION: 3.3.6 PHP_OS : Linux - Linux ncopa-edge-x86_64 4.9.65 #1-Alpine SMP Fri Nov 24 17:48:25 GMT 2017 x86_64 INI actual...

bug

PHP 8 somehow detects recursion earlier; see new tests 009a and 026a Thus pack&unpack apparently do not generate the same initial value.