laminas/laminas-stdlib
Utility components for PHP from the Laminas project: data structures, array and string helpers, hydrators, validators, option objects, and more. A shared toolbox used across Laminas and usable standalone in any PHP application.
Feature release (minor)
Feature release (minor)
3.16.x bugfix release (patch)
Feature release (minor)
Feature release (minor)
Feature release (minor)
phpstan/phpdoc-parser dev-dependency thanks to @renovate[bot]Feature release (minor)
Feature release (minor)
Feature release (minor)
3.10.x bugfix release (patch)
Feature release (minor)
3.9.x bugfix release (patch)
Feature release (minor)
PriorityQueue thanks to @gsteelFeature release (minor)
3.7.x bugfix release (patch)
2.7.x bugfix release (patch)
Feature release (minor)
SplQueue thanks to @gsteel3.6.x bugfix release (patch)
3.6.x bugfix release (patch)
ArrayObject where the ARRAY_AS_PROPS flag was originally enabled. In versions prior to 3.6.0, such instances deserialized correctly, assigning values to properties; this broke with 3.6.0, but is fixed in this release.3.6.x bugfix release (patch)
Iconv::substr nullable thanks to @MolnFeature release (minor)
Feature release (minor)
declare(strict_types=1) to all class files. Because the code itself generally does not declare types, there are possibilities that user input could lead to a type error when calling PHP functions within these classes. When in doubt, make sure you are sending input that conforms with the documented input of each method.Laminas\Stdlib\PriorityQueue::extract() left the instance in an invalid state, causing other functionality like count() and contains() to reflect the prior state.How can I help you explore Laravel packages today?