php7mar icon indicating copy to clipboard operation
php7mar copied to clipboard

PHP 7 Migration Assistant Report (MAR)

Results 33 php7mar issues
Sort by recently updated
recently updated
newest added

I did a lot of tests and i don't find a good resolution of my problems, maybe the code has to be atualized!! A lot of questions of PHP 7...

Added a new option (-o) to allow a comma separated list of folders to be omitted (i.e. vendors)

Spell undesirable in README.md

This function was actually DEPRECATED in PHP 5.3.0. You can see the deprecated function list containing split in https://www.php.net/manual/en/migration53.deprecated.php under Migrating from PHP 5.2.x to PHP 5.3.x, but the function...

The function split was deprecated on PHP 5.6 and removed on PHP 7 but is not detected when I ran php7mar

I'm getting results like these: ``` /var/www/something/FileByteStream.php deprecatedFunctions Line 42: if (function_exists('get_magic_quotes_runtime') && @get_magic_quotes_runtime() == 1) { ``` It looks like the script falsely identifies `get_magic_quotes_runtime` as being a deprecated...

@Alexia: I have seen improvements in several forks: - https://github.com/Alexia/php7mar/network It is possible to update the main code and solve bugs? Thanks in advance.

It is understood that **intention** is not supported by this tool but since `list()` has changed dramatically, the tool should at least detect and report its use. The intention is...

Hello, if you need repo with exclude folder option here is fork, I fork it for personal use to exclude vendor directory, but feel free to use it : https://github.com/nikopeikrishvili/php7mar

I used this on a test box at work to run against our code base to show how simple upgrading to PHP 7.2 will be (from 5.6) given the improvements,...