PHP 7.3 - OPcache not caching scripts
When testing with the following configuration:
- Debian 9
- PHP 7.3.9 (php-fpm)
- OPCache
OPCache doesn't seem to be caching any scripts. Downgrading to PHP 7.2 fixes the issue.
I've tested this on 2 different servers, using the following OPcache monitoring script:
https://github.com/rlerdorf/opcache-status/blob/master/opcache.php
10-directadmin.ini:
	
	
	
		
Anyone else experiencing this issue?
				
			When testing with the following configuration:
- Debian 9
- PHP 7.3.9 (php-fpm)
- OPCache
OPCache doesn't seem to be caching any scripts. Downgrading to PHP 7.2 fixes the issue.
I've tested this on 2 different servers, using the following OPcache monitoring script:
https://github.com/rlerdorf/opcache-status/blob/master/opcache.php
10-directadmin.ini:
		Code:
	
	extension_dir=/usr/local/php73/lib/php/extensions/no-debug-non-zts-20180731
zend_extension=/usr/local/lib/ioncube/ioncube_loader_lin_7.3.so
zend_extension=/usr/local/php73/lib/php/extensions/no-debug-non-zts-20180731/opcache.so
opcache.memory_consumption=128
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=4000
opcache.revalidate_freq=0
opcache.enable_cli=1
opcache.validate_permission=1
opcache.use_cwd=1
opcache.revalidate_path=1
opcache.enable_file_override=1
opcache.enable=1Anyone else experiencing this issue?
			
				Last edited: 
			
		
	
								
								
									
	
								
							
							 
 
		 
 
		
