Home
last modified time | relevance | path

Searched refs:php_ldap_do_modify (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/ldap/tests/
H A Dgh16136.phpt2 Bug GH-16136: Memory leak in php_ldap_do_modify() when entry is not a proper dictionary
/PHP-8.2/ext/ldap/
H A Dldap.c2108 static void php_ldap_do_modify(INTERNAL_FUNCTION_PARAMETERS, int oper, int ext) in php_ldap_do_modify() function
2290 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_LD_FULL_ADD, 0); in PHP_FUNCTION()
2297 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_LD_FULL_ADD, 1); in PHP_FUNCTION()
2306 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_REPLACE, 0); in PHP_FUNCTION()
2313 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_REPLACE, 1); in PHP_FUNCTION()
2320 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_ADD, 0); in PHP_FUNCTION()
2327 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_ADD, 1); in PHP_FUNCTION()
2334 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_DELETE, 0); in PHP_FUNCTION()
2341 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_DELETE, 1); in PHP_FUNCTION()
/PHP-8.2/
H A DNEWS247 . Fix GH-16132 (php_ldap_do_modify() attempts to free pointer not allocated
249 . Fix GH-16136 (Memory leak in php_ldap_do_modify() when entry is not a

Completed in 20 milliseconds