|
1 | 1 | /* This is a generated file, edit the .stub.php file instead.
|
2 |
| - * Stub hash: 5063533a0887ff6045780b5521ee212de7e6be28 */ |
| 2 | + * Stub hash: 8a11321dffd77850616db42a5c77fc33c30b361f */ |
3 | 3 |
|
4 | 4 | ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_set_time_limit, 0, 1, _IS_BOOL, 0)
|
5 | 5 | ZEND_ARG_TYPE_INFO(0, seconds, IS_LONG, 0)
|
@@ -652,8 +652,10 @@ ZEND_END_ARG_INFO()
|
652 | 652 | #define arginfo_getmxrr arginfo_dns_get_mx
|
653 | 653 | #endif
|
654 | 654 |
|
| 655 | +#if defined(PHP_WIN32) || HAVE_GETIFADDRS || defined(__PASE__) |
655 | 656 | ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_net_get_interfaces, 0, 0, MAY_BE_ARRAY|MAY_BE_FALSE)
|
656 | 657 | ZEND_END_ARG_INFO()
|
| 658 | +#endif |
657 | 659 |
|
658 | 660 | #if HAVE_FTOK
|
659 | 661 | ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ftok, 0, 2, IS_LONG, 0)
|
@@ -2394,7 +2396,9 @@ ZEND_FUNCTION(dns_get_record);
|
2394 | 2396 | #if defined(PHP_WIN32) || HAVE_DNS_SEARCH_FUNC
|
2395 | 2397 | ZEND_FUNCTION(dns_get_mx);
|
2396 | 2398 | #endif
|
| 2399 | +#if defined(PHP_WIN32) || HAVE_GETIFADDRS || defined(__PASE__) |
2397 | 2400 | ZEND_FUNCTION(net_get_interfaces);
|
| 2401 | +#endif |
2398 | 2402 | #if HAVE_FTOK
|
2399 | 2403 | ZEND_FUNCTION(ftok);
|
2400 | 2404 | #endif
|
@@ -3026,7 +3030,9 @@ static const zend_function_entry ext_functions[] = {
|
3026 | 3030 | #if defined(PHP_WIN32) || HAVE_DNS_SEARCH_FUNC
|
3027 | 3031 | ZEND_FALIAS(getmxrr, dns_get_mx, arginfo_getmxrr)
|
3028 | 3032 | #endif
|
| 3033 | +#if defined(PHP_WIN32) || HAVE_GETIFADDRS || defined(__PASE__) |
3029 | 3034 | ZEND_FE(net_get_interfaces, arginfo_net_get_interfaces)
|
| 3035 | +#endif |
3030 | 3036 | #if HAVE_FTOK
|
3031 | 3037 | ZEND_FE(ftok, arginfo_ftok)
|
3032 | 3038 | #endif
|
|
0 commit comments