PHP Classes

Notable PHP package: PHP Migration Tool Verification

Recommend this page to a friend!
  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Viewers: 143

Last month viewers: 1

Categories: Notable Packages

Many PHP developers want to take advantage of the features of newer PHP versions.

However, using newer versions without testing whether the old code still works correctly in those versions, may cause make PHP applications to stop working.

This package can analyse and find issues in code that may break when using PHP 7.2, thus helping to find issues that may cause your code to stop working when you upgrade to the PHP 7.2 version.

Read this article to learn more details about how this notable PHP package works.




Loaded Article
The package PHP Migration Tool Verification is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.

The basic purpose is: Analyse and find issues to migrate PHP code

Here follows in more detail what it does:

This package can analyse and find issues to migrate PHP code.

It can scan for PHP source code files in a given directory and analyse them to find potencial problemas that may happen when you try to execute those files in PHP 7.2.

The package can find code that issues errors or warnings. Currently the class can:

- Find class functions with duplicated names
- Find deprecated __autoload statements
- Find deprecated each statements
- Find deprecated functions like png2wbmp, jpeg2wbmp, gmp_random, read_exif_data, mysql_select_db, mysql_connect, mysql_query, mysql_num_rows, mysql_result
- Find deprecated create function statements
- Find functions and syntax that can be deprecated in later versions like the end PHP tag ?>, strip_tags and mb_strings.

Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.

If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.



You need to be a registered user or login to post a comment

Login Immediately with your account on:



Comments:

No comments were submitted yet.



  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)