What's the difference between "zend_extension" and "extension" in php.ini?

1

I noticed that some extensions like Opcache can only be activated (added) via zend_extension , as link :

Non-Windows Platforms:

zend_extension=/full/path/to/opcache.so

Windows:

zend_extension=C:\path\to\php_opcache.dll

I wonder if there is any special reason for this?

    
asked by anonymous 19.12.2017 / 19:39

0 answers