Skip to content

proper implementation for __(un)serializ magic methods#157

Merged
m6w6 merged 1 commit intomsgpack:masterfrom
remicollet:issue-php81b
Jun 11, 2021
Merged

proper implementation for __(un)serializ magic methods#157
m6w6 merged 1 commit intomsgpack:masterfrom
remicollet:issue-php81b

Conversation

@remicollet
Copy link
Contributor

Sorry, but fff660a use bad implementation
Fixed accroding to https://wiki.php.net/rfc/custom_object_serialization

(btw, test suite was OK... so methods not really used)

@m6w6 m6w6 merged commit 831b665 into msgpack:master Jun 11, 2021
m6w6 added a commit that referenced this pull request Aug 30, 2021
* Fixed PHP-8.1 compatibility (see gh issues #161, #157, and #156)
* Added support for ZEND_ACC_NOT_SERIALIZABLE and magic __{,un}serialize
m6w6 added a commit that referenced this pull request Aug 30, 2021
* Fixed PHP-8.1 compatibility (see gh issues #161, #157, and #156)
* Added support for ZEND_ACC_NOT_SERIALIZABLE and magic __{,un}serialize
m6w6 added a commit that referenced this pull request Oct 7, 2022
* Fixed PHP-8.2 compatibility (see gh issue #165)

RC1:
* Fixed PHP-8.1 compatibility (see gh issues #161, #157, and #156)
* Added support for ZEND_ACC_NOT_SERIALIZABLE and magic __{,un}serialize
m6w6 added a commit that referenced this pull request Jun 2, 2023
No changes from RC2.
* RC2:
  * Fix PHP-8.2 compatibility (see gh issue #165)
* RC1:
  * Fix PHP-8.1 compatibility (see gh issues #161, #157, and #156)
  * Add support for ZEND_ACC_NOT_SERIALIZABLE and magic __{,un}serialize
m6w6 added a commit that referenced this pull request Aug 20, 2024
* Fixed PHP-8.1 compatibility (see gh issues #161, #157, and #156)
* Added support for ZEND_ACC_NOT_SERIALIZABLE and magic __{,un}serialize
m6w6 added a commit that referenced this pull request Aug 20, 2024
* Fixed PHP-8.1 compatibility (see gh issues #161, #157, and #156)
* Added support for ZEND_ACC_NOT_SERIALIZABLE and magic __{,un}serialize
m6w6 added a commit that referenced this pull request Aug 20, 2024
* Fixed PHP-8.2 compatibility (see gh issue #165)

RC1:
* Fixed PHP-8.1 compatibility (see gh issues #161, #157, and #156)
* Added support for ZEND_ACC_NOT_SERIALIZABLE and magic __{,un}serialize
m6w6 added a commit that referenced this pull request Aug 20, 2024
No changes from RC2.
* RC2:
  * Fix PHP-8.2 compatibility (see gh issue #165)
* RC1:
  * Fix PHP-8.1 compatibility (see gh issues #161, #157, and #156)
  * Add support for ZEND_ACC_NOT_SERIALIZABLE and magic __{,un}serialize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants