--- php-8.4.6.old/php.ini-development +++ php-8.4.6/php.ini-development @@ -430,7 +430,7 @@ ; Maximum amount of memory a script may consume ; https://php.net/memory-limit -memory_limit = 128M +memory_limit = 150M ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Error handling and logging ; @@ -694,7 +694,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 @@ -737,6 +737,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.4.6.old/php.ini-production +++ php-8.4.6/php.ini-production @@ -432,7 +432,7 @@ ; Maximum amount of memory a script may consume ; https://php.net/memory-limit -memory_limit = 128M +memory_limit = 150M ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Error handling and logging ; @@ -696,8 +696,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 = @@ -739,6 +739,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