Home
last modified time | relevance | path

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

/PHP-8.3/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.3/ext/ldap/
H A Dldap.c2182 static void php_ldap_do_modify(INTERNAL_FUNCTION_PARAMETERS, int oper, int ext) in php_ldap_do_modify() function
2364 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_LD_FULL_ADD, 0); in PHP_FUNCTION()
2371 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_LD_FULL_ADD, 1); in PHP_FUNCTION()
2380 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_REPLACE, 0); in PHP_FUNCTION()
2387 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_REPLACE, 1); in PHP_FUNCTION()
2394 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_ADD, 0); in PHP_FUNCTION()
2401 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_ADD, 1); in PHP_FUNCTION()
2408 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_DELETE, 0); in PHP_FUNCTION()
2415 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_DELETE, 1); in PHP_FUNCTION()
/PHP-8.3/
H A DNEWS31 . Fix GH-16132 (php_ldap_do_modify() attempts to free pointer not allocated
33 . Fix GH-16136 (Memory leak in php_ldap_do_modify() when entry is not a

Completed in 18 milliseconds