|
1 | 1 | /* This is a generated file, edit the .stub.php file instead. |
2 | | - * Stub hash: c9ce0e98ab386130b6332ae017808bec67b1cd07 */ |
| 2 | + * Stub hash: 63d7fc9e11bd2821a77f6ee709ceaf1fdcbf190e */ |
3 | 3 |
|
4 | 4 | #if defined(HAVE_ORALDAP) |
5 | 5 | ZEND_BEGIN_ARG_INFO_EX(arginfo_ldap_connect, 0, 0, 0) |
@@ -243,6 +243,13 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ldap_set_option, 0, 3, _IS_BOOL, |
243 | 243 | ZEND_END_ARG_INFO() |
244 | 244 | #endif |
245 | 245 |
|
| 246 | +#if (LDAP_API_VERSION > 2000) || defined(HAVE_ORALDAP) |
| 247 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ldap_count_references, 0, 2, IS_LONG, 0) |
| 248 | + ZEND_ARG_INFO(0, link_identifier) |
| 249 | + ZEND_ARG_INFO(0, result_identifier) |
| 250 | +ZEND_END_ARG_INFO() |
| 251 | +#endif |
| 252 | + |
246 | 253 | #if (LDAP_API_VERSION > 2000) || defined(HAVE_ORALDAP) |
247 | 254 | ZEND_BEGIN_ARG_INFO_EX(arginfo_ldap_first_reference, 0, 0, 2) |
248 | 255 | ZEND_ARG_INFO(0, link) |
@@ -412,6 +419,9 @@ ZEND_FUNCTION(ldap_get_option); |
412 | 419 | ZEND_FUNCTION(ldap_set_option); |
413 | 420 | #endif |
414 | 421 | #if (LDAP_API_VERSION > 2000) || defined(HAVE_ORALDAP) |
| 422 | +ZEND_FUNCTION(ldap_count_references); |
| 423 | +#endif |
| 424 | +#if (LDAP_API_VERSION > 2000) || defined(HAVE_ORALDAP) |
415 | 425 | ZEND_FUNCTION(ldap_first_reference); |
416 | 426 | #endif |
417 | 427 | #if (LDAP_API_VERSION > 2000) || defined(HAVE_ORALDAP) |
@@ -517,6 +527,9 @@ static const zend_function_entry ext_functions[] = { |
517 | 527 | #if (LDAP_API_VERSION > 2000) || defined(HAVE_ORALDAP) |
518 | 528 | ZEND_FE(ldap_set_option, arginfo_ldap_set_option) |
519 | 529 | #endif |
| 530 | +#if (LDAP_API_VERSION > 2000) || defined(HAVE_ORALDAP) |
| 531 | + ZEND_FE(ldap_count_references, arginfo_ldap_count_references) |
| 532 | +#endif |
520 | 533 | #if (LDAP_API_VERSION > 2000) || defined(HAVE_ORALDAP) |
521 | 534 | ZEND_FE(ldap_first_reference, arginfo_ldap_first_reference) |
522 | 535 | #endif |
|
0 commit comments