Browse Source

Add JIT in php-fpm (#7687)

Joan Miquel 2 years ago
parent
commit
5f9d3e0097

+ 3 - 0
frameworks/PHP/cakephp/deploy/conf/php.ini

@@ -1909,6 +1909,9 @@ opcache.huge_code_pages=1
 ; SSL stream context option.
 ;openssl.capath=
 
+opcache.jit_buffer_size = 128M
+opcache.jit = tracing
+
 ; Local Variables:
 ; tab-width: 4
 ; End:

+ 3 - 0
frameworks/PHP/fuel/deploy/conf/php.ini

@@ -1909,6 +1909,9 @@ opcache.huge_code_pages=1
 ; SSL stream context option.
 ;openssl.capath=
 
+opcache.jit_buffer_size = 128M
+opcache.jit = tracing
+
 ; Local Variables:
 ; tab-width: 4
 ; End:

+ 3 - 0
frameworks/PHP/laravel/deploy/conf/php.ini

@@ -1909,6 +1909,9 @@ opcache.huge_code_pages=1
 ; SSL stream context option.
 ;openssl.capath=
 
+opcache.jit_buffer_size = 128M
+opcache.jit = tracing
+
 ; Local Variables:
 ; tab-width: 4
 ; End:

+ 3 - 0
frameworks/PHP/lumen/deploy/conf/php.ini

@@ -1918,6 +1918,9 @@ opcache.preload_user=www-data
 ; SSL stream context option.
 ;openssl.capath=
 
+opcache.jit_buffer_size = 128M
+opcache.jit = tracing
+
 ; Local Variables:
 ; tab-width: 4
 ; End:

+ 3 - 0
frameworks/PHP/php/deploy/conf/php.ini

@@ -1906,6 +1906,9 @@ opcache.huge_code_pages=1
 ; SSL stream context option.
 ;openssl.capath=
 
+opcache.jit_buffer_size = 128M
+opcache.jit = tracing
+
 ; Local Variables:
 ; tab-width: 4
 ; End:

+ 3 - 0
frameworks/PHP/symfony/deploy/conf/php.ini

@@ -1911,6 +1911,9 @@ opcache.preload_user=www-data
 ; SSL stream context option.
 ;openssl.capath=
 
+opcache.jit_buffer_size = 128M
+opcache.jit = tracing
+
 ; Local Variables:
 ; tab-width: 4
 ; End:

+ 3 - 0
frameworks/PHP/yii2/deploy/conf/php.ini

@@ -1909,6 +1909,9 @@ opcache.huge_code_pages=1
 ; SSL stream context option.
 ;openssl.capath=
 
+opcache.jit_buffer_size = 128M
+opcache.jit = tracing
+
 ; Local Variables:
 ; tab-width: 4
 ; End: