mirror of
https://github.com/php/php-src.git
synced 2024-12-12 19:33:31 +08:00
Preloading is not comatible with dl() function
This commit is contained in:
parent
170a3f871f
commit
d5d76ea6e7
@ -4299,6 +4299,12 @@ static int accel_preload(const char *config)
|
||||
|
||||
CG(map_ptr_last) = orig_map_ptr_last;
|
||||
|
||||
if (EG(full_tables_cleanup)) {
|
||||
zend_accel_error(ACCEL_LOG_FATAL, "Preloading is not comatible with dl() function.");
|
||||
ret = FAILURE;
|
||||
goto finish;
|
||||
}
|
||||
|
||||
/* Inheritance errors may be thrown during linking */
|
||||
zend_try {
|
||||
preload_link();
|
||||
|
Loading…
Reference in New Issue
Block a user