These functions have serious limitations and may confuse users.
Same operations can be done using the new ldap control system in search
operations.
. Changed default of $variant parameter of idn_to_ascii() and idn_to_utf8().
(cmb)
+- LDAP:
+ . Deprecated ldap_control_paged_result_response and ldap_control_paged_result
+
- Opcache:
. Implemented preloading RFC: https://wiki.php.net/rfc/preload. (Dmitry)
non-string patterns are interpreted as ASCII codepoints. In PHP 8 the
pattern will be interpreted as a string instead.
+- LDAP:
+ . ldap_control_paged_result_response and ldap_control_paged_result are deprecated.
+ Pagination controls can be sent along with ldap_search instead.
+
========================================
5. Changed Functions
========================================
#endif
#ifdef LDAP_CONTROL_PAGEDRESULTS
- PHP_FE(ldap_control_paged_result, arginfo_ldap_control_paged_result)
- PHP_FE(ldap_control_paged_result_response, arginfo_ldap_control_paged_result_response)
+ PHP_DEP_FE(ldap_control_paged_result, arginfo_ldap_control_paged_result)
+ PHP_DEP_FE(ldap_control_paged_result_response, arginfo_ldap_control_paged_result_response)
#endif
PHP_FE_END
};
remove_dummy_data($link, $base);
?>
--EXPECTF--
+Deprecated: Function ldap_control_paged_result() is deprecated in %s.php on line %d
bool(true)
resource(%d) of type (ldap result)
array(2) {
remove_dummy_data($link, $base);
?>
--EXPECTF--
+Deprecated: Function ldap_control_paged_result() is deprecated in %s.php on line %d
bool(true)
resource(%d) of type (ldap result)
array(3) {
remove_dummy_data($link, $base);
?>
--EXPECTF--
+Deprecated: Function ldap_control_paged_result() is deprecated in %s.php on line %d
+
+Deprecated: Function ldap_control_paged_result_response() is deprecated in %s.php on line %d
+
+Deprecated: Function ldap_control_paged_result() is deprecated in %s.php on line %d
bool(true)
resource(%d) of type (ldap result)
array(3) {
remove_dummy_data($link, $base);
?>
--EXPECTF--
+Deprecated: Function ldap_control_paged_result() is deprecated in %s.php on line %d
bool(true)
resource(%d) of type (ldap result)
bool(true)