]> TLD Linux GIT Repositories - packages/php.git/blobdiff - opcache.ini
- updated to 8.3.6
[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