You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2020. It is now read-only.
Separating this may have a relevant value to packages that utilizes array functions such as the framework itself since the default configuration is in array.
Be able to upgrade the array utility classes, such as array sort, merge, find, etc.
Will be able to stress test and benchmark all scenarios.
We can have separate documentation on how to use this library.
Zend Components and other packages that requires zend-stblib but not using the Array* classes will not be (that much) affected.
Cons:
Zend components and other packages that requires zend-stblib and uses the Array* classes will be affected. Thus, it will require zendframework/zend-array-utility as dependecy for zend-stdlib to be BC compatible.
To do:
Include the array utility package as zendframework/zend-array-utility as dependecy for zend-stdlib
Integration testing for components requiring zend-stdlib and uses the Array* classes