소스 검색

add variable_order to php.ini

ksieren 3 년 전
부모
커밋
515d3335a3
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Dockerfile
  2. 1 0
      rootfs/etc/php7/conf.d/custom.ini

+ 1 - 0
Dockerfile

@@ -96,4 +96,5 @@ ENV client_max_body_size=5M \
     memory_limit=128M \
     post_max_size=8M \
     upload_max_filesize=5M \
+    variables_order="EGPCS" \
     zlib.output_compression=On

+ 1 - 0
rootfs/etc/php7/conf.d/custom.ini

@@ -11,4 +11,5 @@ max_input_vars= $max_input_vars
 memory_limit= $memory_limit
 post_max_size= $post_max_size
 upload_max_filesize= $upload_max_filesize
+variables_order= "EGPCS"
 zlib.output_compression= $zlib.output_compression