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

add php 7.4 to travis.yml #829

Merged
merged 2 commits into from
Jan 21, 2020
Merged

add php 7.4 to travis.yml #829

merged 2 commits into from
Jan 21, 2020

Conversation

Flyingmana
Copy link
Contributor

No description provided.

@Flyingmana
Copy link
Contributor Author

result currently:

$ ! find . -not \( -path ./.phpstorm.meta.php -prune \) -not \( -path ./lib/PEAR -prune \) -not \( -path ./lib/phpseclib -prune \) -not \( -path ./lib/Zend -prune \) -type f -name "*.php" -exec php -d error_reporting=32767 -l {} \; 2>&1 >&- | grep "^"
PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in ./lib/Varien/Filter/Template/Tokenizer/Abstract.php on line 89
PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in ./lib/Mage/Connect/Command.php on line 252
PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in ./lib/Mage/System/Ftp.php on line 472
PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in ./lib/Net/IDNA2.php on line 2686
PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in ./lib/Magento/Crypt.php on line 82
PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in ./app/code/core/Mage/SalesRule/Model/Coupon/Codegenerator.php on line 46
PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in ./app/code/core/Mage/Eav/Model/Entity/Increment/Alphanum.php on line 61
PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in ./app/code/core/Mage/Eav/Model/Entity/Setup.php on line 1160
PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in ./app/code/core/Mage/Core/Controller/Front/Router.php on line 74
PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in ./app/code/core/Mage/Core/Model/Layout.php on line 443
PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in ./downloader/lib/Mage/Connect/Command.php on line 317
PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in ./downloader/lib/Mage/Connect/Command/Registry.php on line 287
PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in ./downloader/lib/Mage/Connect/Ftp.php on line 483
PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in ./downloader/lib/Mage/System/Ftp.php on line 472

https://travis-ci.org/OpenMage/magento-lts/jobs/596822452

@Flyingmana Flyingmana marked this pull request as ready for review November 24, 2019 15:31
@Flyingmana
Copy link
Contributor Author

related example
https://3v4l.org/WZrkY

@kiatng
Copy link
Contributor

kiatng commented Jan 21, 2020

Also in

lib\PEAR\HTTP\HTTP.php lines 500, 502, 505
lib\PEAR\HTTP\Request.php line 797
lib\PEAR\Mail\mime.php lines 990, 994
lib\PEAR\Net\URL.php line 193
lib\Zend\Barcode\Object\Code25.php line 135
lib\Zend\Barcode\Object\Ean13.php lines 169, 199
lib\Zend\Barcode\Object\Ean5.php line 127
lib\Zend\Barcode\Object\Ean8.php line 126
lib\Zend\Barcode\Object\Identcode.php line 88
lib\Zend\Barcode\Object\ObjectAbstract.php line 1325
lib\Zend\Barcode\Object\Upca.php line 143
lib\Zend\Barcode\Object\Upce.php lines 87, 88, 161, 225, 226
lib\Zend\Json\Decoder.php lines 327, 354, 361, 434, 497, 555
lib\Zend\View\Helper\Navigation\Sitemap.php lines 256, 259
lib\Zend\Wildfire\Plugin\FirePhp.php line 740

@Flyingmana Flyingmana merged commit 51981e5 into 1.9.4.x Jan 21, 2020
@sreichel sreichel added PHP 7.x Related to PHP 7.x environment labels Jun 4, 2020
@sreichel sreichel deleted the Flyingmana-patch-2 branch June 5, 2020 02:19
@sreichel sreichel added this to the PHP 7.4 milestone Jun 18, 2020
@sreichel sreichel modified the milestone: PHP 7.4 Jun 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
environment PHP 7.x Related to PHP 7.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants