Browse Source

Opcache performance change (#3668)

* Opcache performance change

* Change spaces for use the docker cache
Joan Miquel 7 years ago
parent
commit
35602caef7

+ 1 - 1
frameworks/PHP/cakephp/cakephp.dockerfile

@@ -2,7 +2,7 @@ FROM ubuntu:16.04
 
 
 ARG DEBIAN_FRONTEND=noninteractive
 ARG DEBIAN_FRONTEND=noninteractive
 
 
-RUN apt-get update -yqq && apt-get install -yqq software-properties-common  > /dev/null
+RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
 RUN apt-get update -yqq  > /dev/null
 RUN apt-get update -yqq  > /dev/null
 RUN apt-get install -yqq nginx git unzip php5.6 php5.6-common php5.6-cli php5.6-fpm php5.6-mysql php5.6-xml php5.6-mbstring php5.6-mcrypt  > /dev/null
 RUN apt-get install -yqq nginx git unzip php5.6 php5.6-common php5.6-cli php5.6-fpm php5.6-mysql php5.6-xml php5.6-mbstring php5.6-mcrypt  > /dev/null

+ 1 - 1
frameworks/PHP/cakephp/deploy/conf/php.ini

@@ -1805,7 +1805,7 @@ opcache.validate_timestamps=0
 ;opcache.save_comments=1
 ;opcache.save_comments=1
 
 
 ; Allow file existence override (file_exists, etc.) performance feature.
 ; Allow file existence override (file_exists, etc.) performance feature.
-;opcache.enable_file_override=0
+opcache.enable_file_override=1
 
 
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; passes
 ; passes

+ 1 - 1
frameworks/PHP/clancats/clancats.dockerfile

@@ -2,7 +2,7 @@ FROM ubuntu:16.04
 
 
 ARG DEBIAN_FRONTEND=noninteractive
 ARG DEBIAN_FRONTEND=noninteractive
 
 
-RUN apt-get update -yqq && apt-get install -yqq software-properties-common  > /dev/null
+RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
 RUN apt-get update -yqq  > /dev/null
 RUN apt-get update -yqq  > /dev/null
 RUN apt-get install -yqq nginx git unzip php5.6 php5.6-common php5.6-cli php5.6-fpm php5.6-mysql php5.6-xml php5.6-mbstring php5.6-mcrypt  > /dev/null
 RUN apt-get install -yqq nginx git unzip php5.6 php5.6-common php5.6-cli php5.6-fpm php5.6-mysql php5.6-xml php5.6-mbstring php5.6-mcrypt  > /dev/null

+ 1 - 1
frameworks/PHP/clancats/deploy/conf/php.ini

@@ -1805,7 +1805,7 @@ opcache.validate_timestamps=0
 ;opcache.save_comments=1
 ;opcache.save_comments=1
 
 
 ; Allow file existence override (file_exists, etc.) performance feature.
 ; Allow file existence override (file_exists, etc.) performance feature.
-;opcache.enable_file_override=0
+opcache.enable_file_override=1
 
 
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; passes
 ; passes

+ 1 - 1
frameworks/PHP/codeigniter/deploy/conf/php.ini

@@ -1805,7 +1805,7 @@ opcache.validate_timestamps=0
 ;opcache.save_comments=1
 ;opcache.save_comments=1
 
 
 ; Allow file existence override (file_exists, etc.) performance feature.
 ; Allow file existence override (file_exists, etc.) performance feature.
-;opcache.enable_file_override=0
+opcache.enable_file_override=1
 
 
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; passes
 ; passes

+ 1 - 1
frameworks/PHP/cygnite/deploy/conf/php.ini

@@ -1805,7 +1805,7 @@ opcache.validate_timestamps=0
 ;opcache.save_comments=1
 ;opcache.save_comments=1
 
 
 ; Allow file existence override (file_exists, etc.) performance feature.
 ; Allow file existence override (file_exists, etc.) performance feature.
-;opcache.enable_file_override=0
+opcache.enable_file_override=1
 
 
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; passes
 ; passes

+ 1 - 1
frameworks/PHP/fat-free/deploy/conf/php.ini

@@ -1805,7 +1805,7 @@ opcache.validate_timestamps=0
 ;opcache.save_comments=1
 ;opcache.save_comments=1
 
 
 ; Allow file existence override (file_exists, etc.) performance feature.
 ; Allow file existence override (file_exists, etc.) performance feature.
-;opcache.enable_file_override=0
+opcache.enable_file_override=1
 
 
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; passes
 ; passes

+ 1 - 1
frameworks/PHP/fat-free/fat-free-raw.dockerfile

@@ -2,7 +2,7 @@ FROM ubuntu:16.04
 
 
 ARG DEBIAN_FRONTEND=noninteractive
 ARG DEBIAN_FRONTEND=noninteractive
 
 
-RUN apt-get update -yqq && apt-get install -yqq software-properties-common  > /dev/null
+RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
 RUN apt-get update -yqq  > /dev/null
 RUN apt-get update -yqq  > /dev/null
 RUN apt-get install -yqq nginx git unzip php7.2 php7.2-common php7.2-cli php7.2-fpm php7.2-mysql  > /dev/null
 RUN apt-get install -yqq nginx git unzip php7.2 php7.2-common php7.2-cli php7.2-fpm php7.2-mysql  > /dev/null

+ 1 - 1
frameworks/PHP/fuel/deploy/conf/php.ini

@@ -1805,7 +1805,7 @@ opcache.validate_timestamps=0
 ;opcache.save_comments=1
 ;opcache.save_comments=1
 
 
 ; Allow file existence override (file_exists, etc.) performance feature.
 ; Allow file existence override (file_exists, etc.) performance feature.
-;opcache.enable_file_override=0
+opcache.enable_file_override=1
 
 
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; passes
 ; passes

+ 1 - 1
frameworks/PHP/kohana/deploy/conf/php.ini

@@ -1805,7 +1805,7 @@ opcache.validate_timestamps=0
 ;opcache.save_comments=1
 ;opcache.save_comments=1
 
 
 ; Allow file existence override (file_exists, etc.) performance feature.
 ; Allow file existence override (file_exists, etc.) performance feature.
-;opcache.enable_file_override=0
+opcache.enable_file_override=1
 
 
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; passes
 ; passes

+ 1 - 1
frameworks/PHP/kumbiaphp/deploy/conf/php.ini

@@ -1805,7 +1805,7 @@ opcache.validate_timestamps=0
 ;opcache.save_comments=1
 ;opcache.save_comments=1
 
 
 ; Allow file existence override (file_exists, etc.) performance feature.
 ; Allow file existence override (file_exists, etc.) performance feature.
-;opcache.enable_file_override=0
+opcache.enable_file_override=1
 
 
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; passes
 ; passes

+ 1 - 1
frameworks/PHP/kumbiaphp/kumbiaphp-raw.dockerfile

@@ -4,7 +4,7 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
 RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
-RUN apt-get update -yqq > /dev/null
+RUN apt-get update -yqq  > /dev/null
 RUN apt-get install -yqq nginx git unzip php7.2 php7.2-common php7.2-cli php7.2-fpm php7.2-mysql  > /dev/null
 RUN apt-get install -yqq nginx git unzip php7.2 php7.2-common php7.2-cli php7.2-fpm php7.2-mysql  > /dev/null
 
 
 RUN mkdir /composer
 RUN mkdir /composer

+ 1 - 1
frameworks/PHP/laravel/deploy/conf/php.ini

@@ -1805,7 +1805,7 @@ opcache.validate_timestamps=0
 ;opcache.save_comments=1
 ;opcache.save_comments=1
 
 
 ; Allow file existence override (file_exists, etc.) performance feature.
 ; Allow file existence override (file_exists, etc.) performance feature.
-;opcache.enable_file_override=0
+opcache.enable_file_override=1
 
 
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; passes
 ; passes

+ 1 - 1
frameworks/PHP/limonade/deploy/conf/php.ini

@@ -1805,7 +1805,7 @@ opcache.validate_timestamps=0
 ;opcache.save_comments=1
 ;opcache.save_comments=1
 
 
 ; Allow file existence override (file_exists, etc.) performance feature.
 ; Allow file existence override (file_exists, etc.) performance feature.
-;opcache.enable_file_override=0
+opcache.enable_file_override=1
 
 
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; passes
 ; passes

+ 1 - 1
frameworks/PHP/lithium/deploy/conf/php.ini

@@ -1805,7 +1805,7 @@ opcache.validate_timestamps=0
 ;opcache.save_comments=1
 ;opcache.save_comments=1
 
 
 ; Allow file existence override (file_exists, etc.) performance feature.
 ; Allow file existence override (file_exists, etc.) performance feature.
-;opcache.enable_file_override=0
+opcache.enable_file_override=1
 
 
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; passes
 ; passes

+ 1 - 1
frameworks/PHP/lumen/deploy/conf/php.ini

@@ -1805,7 +1805,7 @@ opcache.validate_timestamps=0
 ;opcache.save_comments=1
 ;opcache.save_comments=1
 
 
 ; Allow file existence override (file_exists, etc.) performance feature.
 ; Allow file existence override (file_exists, etc.) performance feature.
-;opcache.enable_file_override=0
+opcache.enable_file_override=1
 
 
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; passes
 ; passes

+ 1 - 1
frameworks/PHP/phalcon/deploy/conf/php.ini

@@ -1805,7 +1805,7 @@ opcache.validate_timestamps=0
 ;opcache.save_comments=1
 ;opcache.save_comments=1
 
 
 ; Allow file existence override (file_exists, etc.) performance feature.
 ; Allow file existence override (file_exists, etc.) performance feature.
-;opcache.enable_file_override=0
+opcache.enable_file_override=1
 
 
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; passes
 ; passes

+ 1 - 1
frameworks/PHP/php/deploy/conf/php.ini

@@ -1805,7 +1805,7 @@ opcache.validate_timestamps=0
 ;opcache.save_comments=1
 ;opcache.save_comments=1
 
 
 ; Allow file existence override (file_exists, etc.) performance feature.
 ; Allow file existence override (file_exists, etc.) performance feature.
-;opcache.enable_file_override=0
+opcache.enable_file_override=1
 
 
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; passes
 ; passes

+ 1 - 1
frameworks/PHP/phpixie/deploy/conf/php.ini

@@ -1805,7 +1805,7 @@ opcache.validate_timestamps=0
 ;opcache.save_comments=1
 ;opcache.save_comments=1
 
 
 ; Allow file existence override (file_exists, etc.) performance feature.
 ; Allow file existence override (file_exists, etc.) performance feature.
-;opcache.enable_file_override=0
+opcache.enable_file_override=1
 
 
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; passes
 ; passes

+ 1 - 1
frameworks/PHP/phreeze/deploy/conf/php.ini

@@ -1805,7 +1805,7 @@ opcache.validate_timestamps=0
 ;opcache.save_comments=1
 ;opcache.save_comments=1
 
 
 ; Allow file existence override (file_exists, etc.) performance feature.
 ; Allow file existence override (file_exists, etc.) performance feature.
-;opcache.enable_file_override=0
+opcache.enable_file_override=1
 
 
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; passes
 ; passes

+ 1 - 1
frameworks/PHP/silex/deploy/conf/php.ini

@@ -1805,7 +1805,7 @@ opcache.validate_timestamps=0
 ;opcache.save_comments=1
 ;opcache.save_comments=1
 
 
 ; Allow file existence override (file_exists, etc.) performance feature.
 ; Allow file existence override (file_exists, etc.) performance feature.
-;opcache.enable_file_override=0
+opcache.enable_file_override=1
 
 
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; passes
 ; passes

+ 1 - 1
frameworks/PHP/slim/deploy/conf/php.ini

@@ -1805,7 +1805,7 @@ opcache.validate_timestamps=0
 ;opcache.save_comments=1
 ;opcache.save_comments=1
 
 
 ; Allow file existence override (file_exists, etc.) performance feature.
 ; Allow file existence override (file_exists, etc.) performance feature.
-;opcache.enable_file_override=0
+opcache.enable_file_override=1
 
 
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; passes
 ; passes

+ 1 - 1
frameworks/PHP/symfony/deploy/conf/php.ini

@@ -1805,7 +1805,7 @@ opcache.validate_timestamps=0
 ;opcache.save_comments=1
 ;opcache.save_comments=1
 
 
 ; Allow file existence override (file_exists, etc.) performance feature.
 ; Allow file existence override (file_exists, etc.) performance feature.
-;opcache.enable_file_override=0
+opcache.enable_file_override=1
 
 
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; passes
 ; passes

+ 1 - 1
frameworks/PHP/workerman/deploy/conf/php.ini

@@ -1805,7 +1805,7 @@ opcache.validate_timestamps=0
 ;opcache.save_comments=1
 ;opcache.save_comments=1
 
 
 ; Allow file existence override (file_exists, etc.) performance feature.
 ; Allow file existence override (file_exists, etc.) performance feature.
-;opcache.enable_file_override=0
+opcache.enable_file_override=1
 
 
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; passes
 ; passes

+ 1 - 1
frameworks/PHP/yii2/deploy/conf/php.ini

@@ -1805,7 +1805,7 @@ opcache.validate_timestamps=0
 ;opcache.save_comments=1
 ;opcache.save_comments=1
 
 
 ; Allow file existence override (file_exists, etc.) performance feature.
 ; Allow file existence override (file_exists, etc.) performance feature.
-;opcache.enable_file_override=0
+opcache.enable_file_override=1
 
 
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; passes
 ; passes

+ 1 - 1
frameworks/PHP/zend/deploy/conf/php.ini

@@ -1805,7 +1805,7 @@ opcache.validate_timestamps=0
 ;opcache.save_comments=1
 ;opcache.save_comments=1
 
 
 ; Allow file existence override (file_exists, etc.) performance feature.
 ; Allow file existence override (file_exists, etc.) performance feature.
-;opcache.enable_file_override=0
+opcache.enable_file_override=1
 
 
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; passes
 ; passes

+ 1 - 1
frameworks/PHP/zend1/deploy/conf/php.ini

@@ -1805,7 +1805,7 @@ opcache.validate_timestamps=0
 ;opcache.save_comments=1
 ;opcache.save_comments=1
 
 
 ; Allow file existence override (file_exists, etc.) performance feature.
 ; Allow file existence override (file_exists, etc.) performance feature.
-;opcache.enable_file_override=0
+opcache.enable_file_override=1
 
 
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; passes
 ; passes