--- php-8.5.8.old/php.ini-development +++ php-8.5.8/php.ini-development @@ -425,7 +425,7 @@ ; Maximum amount of memory a script may consume ; https://php.net/memory-limit -memory_limit = 128M +memory_limit = 150M max_memory_limit = -1 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -688,7 +688,7 @@ ; Its value may be 0 to disable the limit. It is ignored if POST data reading ; is disabled through enable_post_data_reading. ; https://php.net/post-max-size -post_max_size = 8M +post_max_size = 128M ; Automatically add files before PHP document. ; https://php.net/auto-prepend-file @@ -731,6 +731,7 @@ ; UNIX: "/path1:/path2" ;include_path = ".:/php/includes" +include_path = ".:__META_PKGDIR_PROD__/lib/php" ; ; Windows: "\path1;\path2" ;include_path = ".;c:\php\includes" @@ -846,7 +847,7 @@ ; Maximum allowed size for uploaded files. ; https://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-8.5.8.old/php.ini-production +++ php-8.5.8/php.ini-production @@ -427,7 +427,7 @@ ; Maximum amount of memory a script may consume ; https://php.net/memory-limit -memory_limit = 128M +memory_limit = 150M max_memory_limit = -1 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -690,8 +690,8 @@ ; Its value may be 0 to disable the limit. It is ignored if POST data reading ; is disabled through enable_post_data_reading. ; https://php.net/post-max-size -post_max_size = 8M - +post_max_size = 128M + ; Automatically add files before PHP document. ; https://php.net/auto-prepend-file auto_prepend_file = @@ -733,6 +733,7 @@ ; UNIX: "/path1:/path2" ;include_path = ".:/php/includes" +include_path = ".:__META_PKGDIR_PROD__/lib/php" ; ; Windows: "\path1;\path2" ;include_path = ".;c:\php\includes" @@ -848,7 +849,7 @@ ; Maximum allowed size for uploaded files. ; https://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