mirror of
https://github.com/php/php-src.git
synced 2025-01-24 12:43:38 +08:00
fix bug 5322.
This commit is contained in:
parent
3f4c7c8359
commit
d69d04cf75
@ -315,7 +315,7 @@ static void php_msql_do_connect(INTERNAL_FUNCTION_PARAMETERS,int persistent)
|
||||
ptr = zend_list_find(link,&type); /* check if the link is still there */
|
||||
if (ptr && (type==msql_globals.le_link || type==msql_globals.le_plink)) {
|
||||
return_value->value.lval = msql_globals.default_link = link;
|
||||
return_value->type = IS_LONG;
|
||||
return_value->type = IS_RESOURCE;
|
||||
efree(hashed_details);
|
||||
return;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user