forked from Shardj/zf1-future
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
This file contains 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
Patch Reflection File: replace continue by break in switch context
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
* 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
thomaslauria
pushed a commit
that referenced
this pull request
Jun 13, 2023
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.
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