Searched refs:php_ldap_do_modify (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/ext/ldap/tests/ |
H A D | gh16136.phpt | 2 Bug GH-16136: Memory leak in php_ldap_do_modify() when entry is not a proper dictionary
|
/PHP-8.2/ext/ldap/ |
H A D | ldap.c | 2108 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 D | NEWS | 247 . 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 19 milliseconds