@@ -518,7 +518,7 @@ static const func_info_t func_infos[] = {
518
518
F1 ("gethostbyaddr" , MAY_BE_STRING |MAY_BE_FALSE ),
519
519
F1 ("gethostbyname" , MAY_BE_STRING ),
520
520
F1 ("gethostbynamel" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_FALSE ),
521
- #if defined(PHP_WIN32 ) || defined (HAVE_DNS_SEARCH_FUNC )
521
+ #if ( defined (PHP_WIN32 ) || defined (HAVE_DNS_SEARCH_FUNC ) )
522
522
F1 ("dns_get_record" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_ARRAY |MAY_BE_FALSE ),
523
523
#endif
524
524
F1 ("md5" , MAY_BE_STRING ),
@@ -621,7 +621,7 @@ static const func_info_t func_infos[] = {
621
621
F1 ("php_ini_loaded_file" , MAY_BE_STRING |MAY_BE_FALSE ),
622
622
F1 ("iptcembed" , MAY_BE_STRING |MAY_BE_BOOL ),
623
623
F1 ("iptcparse" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ARRAY |MAY_BE_FALSE ),
624
- #if defined(HAVE_SYMLINK ) || defined (PHP_WIN32 )
624
+ #if ( defined (HAVE_SYMLINK ) || defined (PHP_WIN32 ) )
625
625
F1 ("readlink" , MAY_BE_STRING |MAY_BE_FALSE ),
626
626
#endif
627
627
F1 ("decbin" , MAY_BE_STRING ),
0 commit comments