Showing content from https://github.com/igbinary/igbinary/releases below:
Releases · igbinary/igbinary · GitHub
Releases: igbinary/igbinary
Releases · igbinary/igbinary
3.2.16 3.2.15 3.2.14 3.2.13 3.2.12 3.2.11
- Fix a bug that could prevent objects/arrays with reference cycles from being properly garbage collected.
- Fix bugs in unserializing PHP references to values found in php 7.4 typed properties (#363)
NOTE: The PHP for Windows team is working on getting dlls built again for pecl extensions. Those should be used instead on Windows once they are available. See https://windows.php.net/
DLLs for Windows can temporarily be found at https://github.com/igbinary/igbinary/actions/workflows/build_dlls.yml (under "Assets")
3.2.10
- Add a macro that callers can use to check if igbinary will accept the header for data being unserialized.
- Fix bug preventing the unserialization of data containing representations of strings larger than 4GB.
NOTE: The PHP for Windows team is working on getting dlls built again for pecl extensions. Those should be used instead on Windows once they are available. See https://windows.php.net/
DLLs for Windows can temporarily be found at https://github.com/igbinary/igbinary/actions/workflows/build_dlls.yml (under "Assets")
3.2.9 3.2.8
- Reduce excessive inlining to reduce shared library size.
- Miscellaneous optimizations.
- Update test expectations to handle changes to var_export output (fully qualified class names) in PHP 8.2.
- Throw an Error when igbinary_unserialize would add dynamic properties to class definitions that forbid them in PHP 8.0+
(especially PHP 8.2 readonly
classes)
- Emit a deprecation notice when igbinary_unserialize() adds dynamic properties to a class without
#[AllowDynamicProperties]
in PHP 8.2.
Doing that would become an Error in PHP 9.0.
- Set up CI job to build dlls on https://github.com/igbinary/igbinary - at the moment, the infrastructure used by the Windows for php team has been broken for months.
NOTE: The PHP for Windows team is working on getting dlls built again for pecl extensions. Those should be used instead on Windows once they are available. See https://windows.php.net/
3.2.7
- Update test expectations for php 8.2.0-dev. Add
#[AllowDynamicProperties]
Attribute to some tests to avoid notices.
- In php 8.1+, make igbinary_unserialize check to see if an equivalent interned string already exists when unserializing object property names, array keys, and class names
and use that instead of creating a brand new string.
(This deliberately doesn't create a new interned string if one doesn't already exist.)
(Before this change, igbinary would deduplicate strings when serializing, but would not check if strings were interned by PHP itself when unserializing)
- Avoid debug build assertion failure for
HT_ASSERT_RC1
the same way as PHP's unserialize - this is a case where ostensibly there are no other references to the array being unserialized.
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4