--- php-7.4.27.old/php.ini-development +++ php-7.4.27/php.ini-development @@ -406,7 +406,7 @@ ; Maximum amount of memory a script may consume ; http://php.net/memory-limit -memory_limit = 128M +memory_limit = 150M ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Error handling and logging ; @@ -691,7 +691,7 @@ ; Its value may be 0 to disable the limit. It is ignored if POST data reading ; is disabled through enable_post_data_reading. ; http://php.net/post-max-size -post_max_size = 8M +post_max_size = 128M ; Automatically add files before PHP document. ; http://php.net/auto-prepend-file @@ -734,6 +734,7 @@ ; UNIX: "/path1:/path2" ;include_path = ".:/php/includes" +include_path = ".:__META_PKGDIR_PROD__/lib/php" ; ; Windows: "\path1;\path2" ;include_path = ".;c:\php\includes" @@ -843,7 +844,7 @@ ; Maximum allowed size for uploaded files. ; http://php.net/upload-max-filesize -upload_max_filesize = 2M +upload_max_filesize = 96M ; Maximum number of files that can be uploaded via a single request max_file_uploads = 20 --- php-7.4.27.old/php.ini-production +++ php-7.4.27/php.ini-production @@ -406,7 +406,7 @@ ; Maximum amount of memory a script may consume ; http://php.net/memory-limit -memory_limit = 128M +memory_limit = 150M ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Error handling and logging ; @@ -691,7 +691,7 @@ ; Its value may be 0 to disable the limit. It is ignored if POST data reading ; is disabled through enable_post_data_reading. ; http://php.net/post-max-size -post_max_size = 8M +post_max_size = 128M ; Automatically add files before PHP document. ; http://php.net/auto-prepend-file @@ -734,6 +734,7 @@ ; UNIX: "/path1:/path2" ;include_path = ".:/php/includes" +include_path = ".:__META_PKGDIR_PROD__/lib/php" ; ; Windows: "\path1;\path2" ;include_path = ".;c:\php\includes" @@ -843,7 +844,7 @@ ; Maximum allowed size for uploaded files. ; http://php.net/upload-max-filesize -upload_max_filesize = 2M +upload_max_filesize = 96M ; Maximum number of files that can be uploaded via a single request max_file_uploads = 20