Searched refs:deref (Results 1 – 3 of 3) sorted by relevance
/PHP-5.3/ext/xmlrpc/tests/ |
H A D | bug51288.phpt | 2 Bug #51288 (CVE-2010-0397, NULL pointer deref when no <methodName> in request)
|
/PHP-5.3/ext/ldap/ |
H A D | ldap.c | 549 static void php_set_opts(LDAP *ldap, int sizelimit, int timelimit, int deref, int *old_sizelimit, i… in php_set_opts() argument 574 if (deref > -1) { in php_set_opts() 577 ldap_set_option(ldap, LDAP_OPT_DEREF, &deref); in php_set_opts() 580 ldap->ld_deref = deref; in php_set_opts() 591 long attrsonly, sizelimit, timelimit, deref; in php_ldap_do_search() local 600 &sizelimit, &timelimit, &deref) == FAILURE) { in php_ldap_do_search() 607 ldap_deref = deref; in php_ldap_do_search() 2229 ZEND_ARG_INFO(0, deref) 2240 ZEND_ARG_INFO(0, deref) 2251 ZEND_ARG_INFO(0, deref)
|
/PHP-5.3/ |
H A D | NEWS | 3297 - Fixed bug #48441 (ldap_search() sizelimit, timelimit and deref options
|
Completed in 45 milliseconds