Skip to content

Conversation

@sasu-fgrp
Copy link
Collaborator

No description provided.

garryxigen and others added 30 commits September 26, 2022 11:12
- add missing parameters
- fixed missing spaces
- fixed typo
Issue raise here: https://github.com/hungtrinh/zf1-future/actions/runs/3646749004/jobs/6158176190#step:7:635

Zend_Db_Statement_Pdo_SqliteTest::testStatementGetSetAttribute
Failed asserting that 'SQLSTATE[IM001]: Driver does not support this function: driver doesn't support getting that attribute' contains "This driver doesn't support getting".

- with pdo_mysql will raise this message https://github.com/php/php-src/blob/568ed4721e6dffd8085c04552a3b24d0057ed2fe/ext/pdo/pdo_stmt.c#L1626
- with pdo_sqlite will raise this message https://github.com/php/php-src/blob/568ed4721e6dffd8085c04552a3b24d0057ed2fe/ext/pdo/pdo_stmt.c#L1642
PHPUnit <= 6.x: true === assertEquals('12.34','12.340000')
Since PHPUnit 7.x: false === assertEquals('12.34','12.340000')
hungtrinh and others added 27 commits August 13, 2023 07:16
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.
…ck-like-php7

Pdo transaction bring back like php7
…derFix

sendmail header sanitization quick-fix, as described in Shardj#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
…lidationRework

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

Sendmail transport - wrong comparison fix
…ToSendmail

further Zend Mail sendmail transport validation tweak
# Conflicts:
#	library/Zend/Mail/Transport/Sendmail.php
#	tests/Zend/DateTest.php
@ClarkSource ClarkSource locked and limited conversation to collaborators Aug 30, 2023
@sasu-fgrp sasu-fgrp closed this Aug 30, 2023
@sasu-fgrp sasu-fgrp deleted the php-8.2-update branch August 30, 2023 11:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.