You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
opcache is not required for codeigniter. It is disabled by default in php.ini (;zend_extension=opcache).
This means that there are no ini_get_all() by opcache configuration options.
Expected Output
If ;zend_extension=opcache is set in file php.ini, the output of the command is as follows:
PHP Version
8.3
CodeIgniter4 Version
4.5.1
CodeIgniter4 Installation Method
Composer (using
codeigniter4/appstarter
)Which operating systems have you tested for this bug?
Windows
Which server did you use?
apache
Database
--
What happened?
Steps to Reproduce
opcache is not required for codeigniter. It is disabled by default in php.ini (
;zend_extension=opcache
).This means that there are no
ini_get_all()
by opcache configuration options.Expected Output
If
;zend_extension=opcache
is set in file php.ini, the output of the command is as follows:Anything else?
solution:
The text was updated successfully, but these errors were encountered: