Skip to content

Commit 02d4a43

Browse files
Merge pull request Shardj#525 from develart-projects/master
1.25.0
2 parents 8eef22d + 2773fd6 commit 02d4a43

9 files changed

Lines changed: 23 additions & 23 deletions

File tree

.github/workflows/php-cs-fixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup PHP
1212
uses: shivammathur/setup-php@v2
1313
with:
14-
php-version: 7.1
14+
php-version: 7.4
1515

1616
- name: Checkout code
1717
uses: actions/checkout@v4

.github/workflows/phpunit.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,22 +101,17 @@ jobs:
101101
fail-fast: false
102102
matrix:
103103
php-version:
104-
- "7.1"
105-
- "7.2"
106-
- "7.3"
107104
- "7.4"
108105
- "8.0"
109106
- "8.1"
110107
- "8.2"
111108
experimental:
112109
- false
113110
include:
114-
#bare for PHP >=7.2
111+
115112
- php-extensions-bare: "none, iconv, json, libxml, xml, dom, simplexml, xmlwriter, tokenizer, mbstring"
116-
#full for PHP <= 8.0
117113
- php-extensions-full: "none, iconv, json, libxml, xml, dom, simplexml, xmlwriter, tokenizer, mbstring, apcu, ctype, openssl, curl, gd, posix, pdo_sqlite, pdo_mysql, fileinfo, zip, sqlite, soap, bcmath, igbinary, bz2, lzf, memcached, memcache, ldap, sqlite, mcrypt, rar"
118-
- php-version: "7.1"
119-
php-extensions-bare: "none, iconv, json, libxml, xml, dom, simplexml, xmlwriter, tokenizer"
114+
120115
- php-version: "8.1"
121116
php-extensions-full: "none, iconv, json, libxml, xml, dom, simplexml, xmlwriter, tokenizer, mbstring, apcu, ctype, openssl, curl, gd, posix, pdo_sqlite, pdo_mysql, fileinfo, zip, sqlite, soap, bcmath, igbinary, bz2, lzf, memcached, memcache, ldap, sqlite, mcrypt"
122117
- php-version: "8.2"

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ sudo: false
33

44
jobs:
55
include:
6-
- php: 7.0
7-
- php: 7.1
8-
- php: 7.2
9-
- php: 7.3
106
- php: 7.4
117
- php: 8.0
128
allow_failures:

BREAKING-CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
#AIM of this doc.
55
As pressure to implement some PHP 8.2+ related changes are raising, we are goig to track any possible breaking change, starting from version 1.24.0
66

7+
### 1.25.0
8+
* since this release, any support for PHP 7.1-7.3 is officially dropped. Fix the version to ~1.24 if you still need to run PHP below 7.4
9+
* deprecation notice is not considered a bug
10+
711
### 1.24.0
812
* some depracation messages have been suppresses for 8.1, but reverted: https://github.com/Shardj/zf1-future/issues/377
913

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
## [1.24.5] - 2025-06-26
9+
## [1.25.0] - 2026-02-24
10+
11+
* dropped PHP 7.1-7.3 support, added 8.2 support (without explicitly aiming to remove all deprecation notices)
12+
13+
14+
## [1.24.5] - 2026-02-24
1015

1116
### Added
1217

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If you would like to use `Zend_Tool`, simply add `bin/zf.bat` (for Windows) or
1111
SYSTEM REQUIREMENTS
1212
-------------------
1313

14-
Zend Framework requires PHP 5.2.11 or later. Please see the system requirements
14+
Zend Framework requires PHP 7.3 or later. Please see the system requirements
1515
appendix for more detailed information:
1616

1717
- [https://framework.zend.com/manual/1.12/en/requirements.html](https://framework.zend.com/manual/1.12/en/requirements.html)

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
![zf1-future logo](https://imgur.com/S0i6qOh.png)
22
<sub><sup>Thanks to [WebTigers](https://github.com/WebTigers) for the logo</sup></sub>
3-
# Zend Framework 1 now for PHP 8.1!
3+
# Zend Framework 1 now for PHP 8.2!
44
### Classic ZF1 Reborn
55
Zend may have abandoned the original Zend Framework, but the global Zend Framework Community has not! Since Zend sentenced ZF1 to EOL, the Zend Framework community around the globe has continued to work and build on what we consider to be one of the best PHP frameworks of all time.
6-
Framework is tested by users up to PHP version 8.1. Note, that with 8.2+ you can experience some incompatibilities.
6+
Framework is tested by users up to PHP version 8.2. Note, that with 8.3+ you can experience some incompatibilities.
77

88
# ZF1-Future Sponsors
99
### Products and Projects built with ZF1-Future:
@@ -16,9 +16,9 @@ Creators of the [Tiger Development Platform](https://webtigers.com) featuring ZF
1616

1717
Creators of [Seiden PHP+ for IBM i](https://www.seidengroup.com/seiden-php-for-ibm-i/) featuring ZF1-Future
1818

19-
# ZF1 is Now Version 1.21!
20-
### Over 200 updates and bug fixes since 1.12!
21-
The ZF1 community has been hard at work updating Zend Framework with all of the latest features of PHP 8 and 8.1.
19+
# ZF1 is Now Version 1.25!
20+
### Over 250 updates and bug fixes since 1.12!
21+
The ZF1 community has been hard at work updating Zend Framework with all of the latest features of 8.2.
2222

2323
# Documentation
2424
New ZF1-Future Manual: [ZF1-Future Docs](https://zf1future.com/manual)
@@ -32,7 +32,7 @@ Installable through git clone or through
3232
`composer require shardj/zf1-future` https://packagist.org/packages/shardj/zf1-future
3333

3434
# System Requirements
35-
ZF1 Future runs on any version of PHP between 7.1 and 8.1! (see composer.json)
35+
ZF1 Future runs on any version of PHP between 7.4 and 8.2! (see composer.json)
3636

3737
# License
3838
The files in this archive are released under the Zend Framework license. You can find a copy of this license in [LICENSE.txt](LICENSE.txt).

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "shardj/zf1-future",
33
"description": "Zend Framework 1. The aim is to keep ZF1 working with the latest PHP versions",
44
"type": "library",
5-
"version": "1.24.5",
5+
"version": "1.25.0",
66
"keywords": [
77
"framework",
88
"zf1"
99
],
1010
"homepage": "https://github.com/Shardj/zf1-future/",
1111
"license": "BSD-3-Clause",
1212
"require": {
13-
"php": ">=7.1",
13+
"php": ">=7.4",
1414
"symfony/polyfill-ctype": "^1.30",
1515
"symfony/polyfill-mbstring": "^1.30",
1616
"symfony/polyfill-php81": "^1.30",

library/Zend/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ final class Zend_Version
3232
/**
3333
* Zend Framework version identification - see compareVersion()
3434
*/
35-
public const VERSION = '1.24.5';
35+
public const VERSION = '1.25.0';
3636

3737
/**
3838
* The latest stable version Zend Framework available

0 commit comments

Comments
 (0)