Maybe I missed the (Drupal) announcement, or there was none, but with the release of PHP 7.2 a few days ago, calling assert() with a string parameter is now deprecated. #2853503: Remove all assert('string') calls from Drupal core because deprecated in PHP 7.2 already changed all those calls to just use regular code, so we should do the same.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2928944-2--remove_string_asserts.patch | 2.88 KB | drunken monkey |
Comments
Comment #2
drunken monkeyOK, the "Novice" tag was well-meant, but …
Comment #4
drunken monkeyOK, looks good enough. Committed.