From: Aleksey Filippov Date: Wed, 10 Apr 2024 12:59:51 +0000 (+0000) Subject: Merge branch 'feature_smirnov_2024_04_10_unix_timestamp' into 'develop' X-Git-Tag: 1.1~152 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=85d0d01b3945ba5a29608dd637c2f240466bff5e;p=erp24_rep%2Fyii-erp24%2F.git Merge branch 'feature_smirnov_2024_04_10_unix_timestamp' into 'develop' replace unix timestamp with extract epoch See merge request gitlab-instance/yii-erp24!14 --- 85d0d01b3945ba5a29608dd637c2f240466bff5e diff --cc erp24/controllers/OrdersController.php index e6a951e5,c5713865..5964c3c2 --- a/erp24/controllers/OrdersController.php +++ b/erp24/controllers/OrdersController.php @@@ -2,10 -2,10 +2,12 @@@ namespace app\controllers; + ini_set("memory_limit", "256M"); + include_once('../inc/base_new.php'); include_once('../inc/amo_inc.php'); +error_reporting(E_ALL ^ E_NOTICE); +ini_set("memory_limit", "256M"); use Exception; use Yii;