appstract / laravel-opcache

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

config('opcache.verify') Don't take effect #111

Closed wilbur-yu closed 4 years ago

wilbur-yu commented 4 years ago
'verify_ssl'  => env('OPCACHE_VERIFY_SSL', true),

.env

OPCACHE_VERIFY_SSL=true
php artisan opcache:compile
Compiling scripts...

In PendingRequest.php line 533:

  cURL error 52: Empty reply from server (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)

In CurlFactory.php line 200:

  cURL error 52: Empty reply from server (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)