1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Wrap var depending on conditional compilation
This commit is contained in:
Anatol Belski
2018-02-16 13:41:13 +01:00
@@ -28,7 +28,9 @@
*/
PHP_METHOD(Spoofchecker, __construct)
{
#if U_ICU_VERSION_MAJOR_NUM < 58
int checks;
#endif
zend_error_handling error_handling;
SPOOFCHECKER_METHOD_INIT_VARS;