We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc24ba commit ea86865Copy full SHA for ea86865
ext/intl/php_intl.c
@@ -288,7 +288,7 @@ PHP_RSHUTDOWN_FUNCTION( intl )
288
*/
289
PHP_MINFO_FUNCTION( intl )
290
{
291
-#if !UCONFIG_NO_FORMATTING
+#ifndef UCONFIG_NO_FORMATTING
292
UErrorCode status = U_ZERO_ERROR;
293
const char *tzdata_ver = NULL;
294
#endif
@@ -299,7 +299,7 @@ PHP_MINFO_FUNCTION( intl )
299
#ifdef U_ICU_DATA_VERSION
300
php_info_print_table_row( 2, "ICU Data version", U_ICU_DATA_VERSION );
301
302
303
tzdata_ver = ucal_getTZDataVersion(&status);
304
if (U_ZERO_ERROR == status) {
305
php_info_print_table_row( 2, "ICU TZData version", tzdata_ver);
0 commit comments