Conversation
Version and minor fixes
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.
…e-php7 Pdo transaction bring back like php7
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
Finnish date translations
…onRework addressed 5th sendmail param validation using -f (#326)
version bump 1.23.3
…Coparsion Sendmail transport - wrong comparison fix
…mail further Zend Mail sendmail transport validation tweak
…ddValidator Zend_File_Transfer_Adapter_Abstract::addValidator(): fix $validator parameter type in PHPDoc
…Caching Fix object caching in Zend_Translate_Adapter
PHP8.5: Fixes non-canonical cast
…ith the origina ZF1.
Fixes some DocsBlocks
…b_Select Customizable regex in Zend_Db_Select
PHP8.4: Fixes missing escape parameter
Add missing polyfill for 8.2
Update Imap.php
Fix broken PhpUnit tests
- These changes were missing in Shardj/zf1-future#509
PHP8.5: Fix missing non-canonical cast
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.