فهرست منبع

add ini_set into settings area.

Christopher 5 سال پیش
والد
کامیت
e34641a2c7
1فایلهای تغییر یافته به همراه5 افزوده شده و 1 حذف شده
  1. 5 1
      mass-rename.php

+ 5 - 1
mass-rename.php

@@ -4,12 +4,16 @@
 //	www.dbmxpca.com
 //	Date Created: May 18, 2020
 //	Last Updated: May 19, 2020
-//	     Version: 1.05
+//	     Version: 1.06
 
 //	====================================================================================
 //	--- SETTINGS --- SETTINGS --- SETTINGS --- SETTINGS --- SETTINGS --- SETTINGS ---
 //	====================================================================================
 
+//	If you are running through a large dataset that may consume a large amount
+//	of memory, adjust this as necessary.
+ini_set('memory_limit', -1);
+
 //	If true, the script will search for all possible occurrences of itself
 //	and remove it from the directory traversal so as to prevent any alter-
 //	ations to the script itself. This can be useful but for larger dir-