Skip to content

Releases: wapmorgan/PhpDeprecationDetector

2.0.13: Add "notes" section in report

30 Apr 16:52
Compare
Choose a tag to compare

Added section with notes.

2.0.12: PHP version fix

28 Apr 11:45
e1700c8
Compare
Choose a tag to compare

Fixed php version requirement.

2.0.11: Fixed pass-by-reference call

27 Apr 21:48
Compare
Choose a tag to compare

Fixed pass-by-reference call check.

2.0.10: Interface updates and more accurate analyzer

27 Apr 21:41
Compare
Choose a tag to compare

Use phpcf with new interface:
new phpcf output

Now it is more human-readable and pretty.

Added:

  • --exclude option to phpcf: Pass file names to exclude them from scanning. For example: --exclude vendor,tests

Also, fixed few bugs:

  • Bug #21: used stty command on unix systems instead of tput
  • Bug #19: now pass-by-reference fuctionality catched too.
  • Bug #23: false-positive issues about methods named like deprecated functions are not triggered now.

2.0.9: 7.2 support

18 Aug 12:52
Compare
Choose a tag to compare

PHP 7.2 support.

2.0.8: Return exit status in case of error

02 Jul 10:52
Compare
Choose a tag to compare
Merge pull request #16 from lcjury/master

Return exit status 1 when issues are found

2.0.7: Using /usr/bin/env php instead of /usr/bin/php

19 Jun 21:39
Compare
Choose a tag to compare

Little update for phpcf for better portability.

2.0.6: Nicer output format

01 May 10:51
Compare
Choose a tag to compare

Changed size of output table to fit in terminal.

2.0.5: Fixed errors on ::class construction

15 Apr 18:21
Compare
Choose a tag to compare

Fixed phpcf failing on Class::class construction.

2.0.4: Fixed checking password_hash() function

03 Mar 13:20
Compare
Choose a tag to compare
  • Fixed checking password_hash() w/o third argument.