Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 1.15.1 #161

Merged
merged 2 commits into from
Dec 12, 2022
Merged

release 1.15.1 #161

merged 2 commits into from
Dec 12, 2022

Conversation

falkenhawk
Copy link
Member

@falkenhawk falkenhawk commented Dec 12, 2022

  • 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

@falkenhawk
Copy link
Member Author

zf1s/zf1 1.15.1 is available to download. Individual packages will be released later today.

@falkenhawk falkenhawk deleted the release-1.15.1 branch February 19, 2023 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant