tedious / JShrink

Javascript Minifier built in PHP
http://www.tedivm.com
BSD 3-Clause "New" or "Revised" License
751 stars 152 forks source link

Fixed test failures on PHP 7.3 #78

Closed morozov closed 6 years ago

morozov commented 6 years ago
  1. continue in break should target the while loop directly (php/php-src@04e3523).
  2. strpos() doesn't longer accept non-string needles (https://wiki.php.net/rfc/deprecations_php_7_3#string_search_functions_with_integer_needle).

Fixes #77.

morozov commented 6 years ago

Cannot add PHP 7.3 to the Travis build matrix due to https://github.com/travis-ci/travis-ci/issues/9717.