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 zf1-future changes into our forked branch #1
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
ZF1 dependencies (i.e. zf1 doctrine) require the original zf1 package. This PR adds `replace` to composer.json to make sure regular zf1 is not included in the vendor.
Add replace in composer.json for zf1 dependencies
thomaslauria
pushed a commit
that referenced
this pull request
Aug 4, 2020
Added auto translate for Form Element getDescription
thomaslauria
pushed a commit
that referenced
this pull request
Jun 13, 2023
…of type string is deprecated on line 93
thomaslauria
pushed a commit
that referenced
this pull request
Jun 13, 2023
…ring is deprecated on line 914
thomaslauria
pushed a commit
that referenced
this pull request
Jun 13, 2023
… type string is deprecated on line 162
thomaslauria
pushed a commit
that referenced
this pull request
Jun 13, 2023
…f type string is deprecated on line 147
thomaslauria
pushed a commit
that referenced
this pull request
Jun 13, 2023
…g) of type string is deprecated on line 270
thomaslauria
pushed a commit
that referenced
this pull request
Jun 13, 2023
…of type string is deprecated in /Zend/Locale/Data.php
thomaslauria
pushed a commit
that referenced
this pull request
Jun 13, 2023
…ecated issue (Shardj#269) * Add github action ci step, run phpunit on php 8.1 * php 8.1, Fix Deprecations Fix deprecation message like that 'Passing null to parameter #1 () of type string is deprecated' * php 8.1 fix issue, Deprecated: current(): Calling current() on an object is deprecated" * php81 - fix date_sunset() is deprecated, date_sunrise() is deprecated on php 8.1 use date_sun_info() instead of date_sunset(), date_sunrise() other case backwards compatible with php < 8.1 * php81 - Zend_DateTest::testSunFunc add code support php 8.1
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
thomaslauria
pushed a commit
that referenced
this pull request
Jun 13, 2023
Fixed: TypeError: round(): Argument #1 ($num) must be of type int|float
thomaslauria
pushed a commit
that referenced
this pull request
Jul 19, 2024
PHP Deprecated: urlencode(): Passing null to parameter #1 ($string) of type string is deprecated in Zend/Controller/Router/Route/Module.php on line 264
thomaslauria
pushed a commit
that referenced
this pull request
Jul 19, 2024
…($string) must be of type string, array given in ... /Zend/Http/Client/Adapter/Socket.php:362
thomaslauria
pushed a commit
that referenced
this pull request
Aug 12, 2024
Fixes deprecation message when running on php8 `Deprecated: realpath(): Passing null to parameter #1 ($path) of type string is deprecated i`
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.