Skip to content

1.15.1

Compare
Choose a tag to compare
@falkenhawk falkenhawk released this 12 Dec 15:06
· 65 commits to master since this release

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
    • fix for php 8.1+ keep the order of properties when they are being serialized same as PHP <8.1 (#149)
    • phpdoc: fix Zend_Amf_Server_Response class name, should be Zend_Amf_Response (#137)
  • zend-console-getopt
    • Fix str_split('') logic to keep same as PHP before 8.2 on PHP 8.2 (#143)
  • zend-date
    • properly calculate sunrise, sunset and twilight times (#151)
  • zend-db
    • fix MySQLi adapter after changing default reporting mode by PHP 8.1 (#156, #158)
  • zend-openid
    • fix for Zend_OpenId_Consumer_Storage_File when symlinks are not used (i.e. on windows) (#148)
  • zend-progressbar
    • fix "stty: 'standard input': Inappropriate ioctl for device" spam (#155)
  • zend-server
    • fix issues with Zend_Server_Reflection_Method (#149)
  • zend-timesync
    • fix ntp time sync (#153)
  • general: CI
    • enable php 8.1/8.2 builds (#129)
    • fix CI warnings: Node.js 12 actions are deprecated (#139)
    • utilize continue-on-error for 'experimental' flag (#142)
    • enable SQLite tests (#157)
  • general: tests
    • fix running tests on windows with composer v2 (#150)
    • [zend-loader] fix failing Zend_Loader_PluginLoaderTest on windows (#154)
    • [zend-paginator] use a temporary fixture test file for unit testing that git ignores (#160)

🎉 Contributors: @falkenhawk @glensc @hungtrinh @jack-worman @marcing @partikus