Skip to content

Zf1future#47

Closed
paulmhh wants to merge 771 commits intomainfrom
zf1future
Closed

Zf1future#47
paulmhh wants to merge 771 commits intomainfrom
zf1future

Conversation

@paulmhh
Copy link
Contributor

@paulmhh paulmhh commented Dec 11, 2025

No description provided.

develart-projects and others added 30 commits August 10, 2023 21:08
As of PHP 8, PDO::commit() will throw a There is no active transaction PDOException if the transaction had been autocommitted, as MySQL will do whenever a schema change is made. Previously they would fail silently.
As of PHP 8, PDO::rollback() will throw a There is no active transaction PDOException if the transaction had been autocommitted, as MySQL will do whenever a schema change is made. Previously they would fail silently.
sendmail header sanitization quick-fix, as described in #326
In order to accomplish successful passing of tests in all supported PHP versions:
- Removed a few instances of erroneous doesNotPerformAssertions annotations.
- Changed the detection from "apc" to "apcu".
- Added protection for classes unserialization in TwoLevels cache and made it remove the ID from either cache if it was corrupted at rest.
- Fixed the testSaveOverwritesIfFastIsFull() method to only partially mock the fast cache. Specifically, mock only the getFillingPercentage() method, and still really execute the rest, rather than just return NULL, which in turn caused the test to fail.
- Added debug logs in TwoLevels cache, and warnings in File cache on errors.
Enabled testing of APCU for all PHP versions when running with all extensions enabled
Fixed a minor error with translating full dates to the Finnish language
…onRework

addressed 5th sendmail param validation using -f (#326)
…Coparsion

Sendmail transport - wrong comparison fix
…mail

further Zend Mail sendmail transport validation tweak
BorislavSabev and others added 21 commits July 24, 2025 11:40
…Caching

Fix object caching in Zend_Translate_Adapter
PHP8.5: Fixes non-canonical cast
…b_Select

Customizable regex in Zend_Db_Select
PHP8.4: Fixes missing escape parameter
Add missing polyfill for 8.2
@paulmhh paulmhh force-pushed the zf1future branch 2 times, most recently from f705486 to f024caf Compare December 11, 2025 13:49
@paulmhh paulmhh closed this Feb 20, 2026
@paulmhh paulmhh deleted the zf1future branch February 20, 2026 15:03
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.