8000 Release PHP 7 Compat. · rdohms/dms-filter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PHP 7 Compat.

Compare
Choose a tag to compare
@rdohms rdohms released this 01 Mar 09:58
· 68 commits to master since this release

This release updates the library to be fully used with PHP7.

[3.0.0] - 2016-02-28

Changed

  • Int, Float and Boolean filters and annotations get Scalar suffix to not clash with reserved words

Fixed

  • The use of self in RegExp filter was returning the original value not the new updated one, this seems to be a change in PHP, so we now use static which makes it more friendly to extensions.
0