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 zf1-future changes into our forked branch #1

Merged
merged 7 commits into from
Apr 16, 2019

Conversation

thomaslauria
Copy link

No description provided.

Shardj and others added 7 commits February 26, 2019 16:58
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 thomaslauria merged commit e09ea01 into MittagQI:master Apr 16, 2019
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 14, 2021
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
thomaslauria pushed a commit that referenced this pull request Jun 13, 2023
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
thomaslauria pushed a commit that referenced this pull request Jun 13, 2023
 ($string) of type string is deprecated" in  Zend/Rest/Route.php
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
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants