]> git.pld-linux.org Git - packages/php.git/blobdiff - opcache.ini
Merge branch 'dev-8.0' into master
[packages/php.git] / opcache.ini
index b2931f6f0324e0e73beb541b2c551e5690068192..67c0381339beddcf86f08c07f076604d9b4b65ba 100644 (file)
 ; size of the optimized code.
 ;opcache.save_comments=1
 
+; If enabled, compilation warnings (including notices and deprecations) will
+; be recorded and replayed each time a file is included. Otherwise, compilation
+; warnings will only be emitted when the file is first cached.
+;opcache.record_warnings=0
+
 ; Allow file existence override (file_exists, etc.) performance feature.
 ;opcache.enable_file_override=0
 
This page took 0.030934 seconds and 4 git commands to generate.