appstract / laravel-opcache

Laravel Package for OPcache
MIT License
1.33k stars 118 forks source link

Only variable references should be returned by reference #11

Closed orumad closed 7 years ago

orumad commented 7 years ago

When I try any opcache command (config, clear, status) from laravel-opcache, I get:

[ErrorException]
  Only variable references should be returned by reference

I've tested this in my local environment (macOS, Valet, PHP7.1, OPCache, Laravel 5.4, etc.) and in the production environment (Debian 8, Nginx, PHP7.0, OPCache, Laravel 5.4).

ovanschie commented 7 years ago

The error message is caused by another package of us, please run composer update to update that package. The error message should be fixed, but I don't know if it fixes the issue. Give it a try.

ovanschie commented 7 years ago

This should be fixed, so we are closing this issue.

Re open it if you feel the need :)