Merged in bugfix/PMCORE-1323 (pull request #7347)
PMCORE-1323 Remove the possibility of change the memory_limit Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
f75d407041
@@ -960,9 +960,8 @@ function PMFSendMessage(
|
||||
$delIndex = 0,
|
||||
$config = []
|
||||
) {
|
||||
ini_set ( "pcre.backtrack_limit", 1000000 );
|
||||
ini_set ( 'memory_limit', '-1' );
|
||||
@set_time_limit ( 100000 );
|
||||
ini_set("pcre.backtrack_limit", 1000000);
|
||||
@set_time_limit(100000);
|
||||
|
||||
global $oPMScript;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user