1.15.1
This is a general release of all packages in the monorepo.
You may use individual packages by installing them via composer: composer require zf1s/zend-*
or the whole framework in one go with composer require zf1s/zf1
- see README.
- general
- php 8.1 compatibility fixes (#149)
- php 8.1 compat:
ReturnTypeWillChange
Attribute (#147) - require php extensions in dev only - avoid composer warnings for missing extensions when installing
zf1s/zf1
package (#136) - add missing
@throws
annotations (#140) - fix psr-0 autoloading issues (#135)
- clean up
zf1s/zf1
package by ignoring unwanted files in export-ignore (#134)
- zend-amf
- zend-console-getopt
- Fix
str_split('')
logic to keep same as PHP before 8.2 on PHP 8.2 (#143)
- Fix
- zend-date
- properly calculate sunrise, sunset and twilight times (#151)
- zend-db
- zend-openid
- fix for
Zend_OpenId_Consumer_Storage_File
when symlinks are not used (i.e. on windows) (#148)
- fix for
- zend-progressbar
- fix "stty: 'standard input': Inappropriate ioctl for device" spam (#155)
- zend-server
- fix issues with
Zend_Server_Reflection_Method
(#149)
- fix issues with
- zend-timesync
- fix ntp time sync (#153)
- general: CI
- general: tests
🎉 Contributors: @falkenhawk @glensc @hungtrinh @jack-worman @marcing @partikus