mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
We don't nave to change request shutdown sequence if dl() was failed
This commit is contained in:
parent
01fa5a782b
commit
4cdbb5b060
@ -85,7 +85,9 @@ PHP_FUNCTION(dl)
|
||||
}
|
||||
|
||||
php_dl(filename, MODULE_TEMPORARY, return_value, 0 TSRMLS_CC);
|
||||
EG(full_tables_cleanup) = 1;
|
||||
if (Z_LVAL_P(return_value) == 1) {
|
||||
EG(full_tables_cleanup) = 1;
|
||||
}
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user