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

Merge upstream changes into MittagQI Fork #2

Merged
merged 5 commits into from
Jul 24, 2019

Conversation

thomaslauria
Copy link

Zend Framework 1 reaches its End of Life (EOL) and is no longer maintained.
No Pull Requests will be accepted.

https://framework.zend.com/blog/2016-06-28-zf1-eol.html

@thomaslauria thomaslauria merged commit 5cc629b into MittagQI:master Jul 24, 2019
thomaslauria pushed a commit that referenced this pull request Jun 13, 2023
thomaslauria pushed a commit that referenced this pull request Jun 13, 2023
…($use_include_path) of type bool is deprecated in \vendor\shardj\zf1-future\library\Zend\Translate\Adapter\Tmx.php on line 230. passing now explicit false instead of null
thomaslauria pushed a commit that referenced this pull request Jun 13, 2023
fixing Deprecated: file_get_contents(): Passing null to parameter #2 ($use_include_path) of type bool is deprecated in \vendor\shardj\zf1-future\library\Zend\Translate\Adapter\Tmx.php on line 230. passing now explicit false instead of null
thomaslauria pushed a commit that referenced this pull request Jun 13, 2023
thomaslauria pushed a commit that referenced this pull request Jun 13, 2023
* phpunit - Skip test use method mcrypt_* on php >= 7.1

mcrypt_* function has been DEPRECATED as of PHP 7.1.0 and REMOVED as of PHP 7.2.0. Relying on this function is highly discouraged.

* phpunit - skip run Openssl test on php >= 8.0

since php 8.0 will raise something like that 'ArgumentCountError: openssl_seal() expects at least 5 arguments, 4 given'

* phpunit - ignore temp file make by test

* phpunit - comment out Zend_CurrencyTest suite

* phpunit - comment out Zend_Crypt_MathTest Suite

* php 8.1 - fix deprecated message

TypeError: count(): Argument #1 () must be of type Countable|array, null given

PHP Deprecated:  DOMDocument::__construct(): Passing null to parameter #2 () of type string is deprecated

* phpunit - correctly Zend_Feed_* test suite and turn on Zend_Feed_AllTests suite

* phpunit - back compatibility exception message for php < 8.0

* git - ignore temp file make by unittest

* phpunit - back compatibility exception message for php < 8.0 for Zend_ProgressBar_Adapter_ConsoleTest

* php <= 7.4 - fix warning 'A non well formed numeric value encountered'

* github action - add step run phpunit on php 7.4

* github action - run phpunit on php 8.1, 8.0, 8.4 parallel
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.

3 participants