diff options
| author | Christoph M. Becker <cmbecker69@gmx.de> | 2018-07-17 11:01:44 +0200 |
|---|---|---|
| committer | Christoph M. Becker <cmbecker69@gmx.de> | 2018-07-17 11:01:44 +0200 |
| commit | 79a27ccf3f62e25f3ce5254dbce4cd631fb4e735 (patch) | |
| tree | 48281818803755d98f5dbc89a1748e47f943361d | |
| parent | c0407d95f7bd9027d087cf8cc0f5a109b22430eb (diff) | |
| download | php-git-79a27ccf3f62e25f3ce5254dbce4cd631fb4e735.tar.gz | |
FILTER_FLAG_(SCHEME|HOST)_REQUIRED are now deprecated
| -rw-r--r-- | UPGRADING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -265,6 +265,11 @@ Core: the declaration is also deprecated. (RFC: https://wiki.php.net/rfc/case_insensitive_constant_deprecation) +Filter: + . The explicit usage of the constants FILTER_FLAG_SCHEME_REQUIRED and + FILTER_FLAG_HOST_REQUIRED is now deprecated; both are implied for + FILTER_VALIDATE_URL anyway. + GD: . image2wbmp() has been deprecated. |
