osTicket 1.10.1
PHP 5.6
IIS10

Receiving the following error every time our Autocron runs.
The autocron is working, however I'm concerned it is slowing us down.

php[4984]
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files (x86)\PHP\v5.6\ext\php_apcu.dll' - %1 is not a valid Win32 application. (C:\Progra~2\PHP\v5.6\php.exe -f "C:\inetpub\wwwroot\osticket_1.10.1\api\cron.php")

Anyone have any input? Thanks!

I think that in this case you would need to remove the extension from the command line php.ini. Or specify the php.ini on the command line.

I have issues getting APCu and Zend Opcache working under IIS so I disabled them from both php.ini files. (webservers and command line).

Write a Reply...