L'installazione di php 7 genera l'errore "Impossibile caricare Zend OPcache - era già caricato"


15

Sto usando salta disposizione i miei assistenti, e ho solo cercato di effettuare l'aggiornamento a php 7 e anche se tutto sta installando correttamente, in qualsiasi momento corro php -vo eseguire qualsiasi niente php è gettare questo a capo di qualsiasi uscita: Cannot load Zend OPcache - it was already loaded. Se disinstallo se vedo questo,Failed loading /usr/lib64/php/modules/opcache.so: /usr/lib64/php/modules/opcache.so: cannot open shared object file: No such file or directory

Ecco l'output completo da php-vcon e senza php-opcacheinstallato.

Con

Cannot load Zend OPcache - it was already loaded
PHP 7.0.1 (cli) (built: Dec 16 2015 15:31:55) ( NTS )
Copyright (c) 1997-2015 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2015 Zend Technologies
    with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies
    with Xdebug v2.4.0RC3, Copyright (c) 2002-2015, by Derick Rethans

Senza

Failed loading /usr/lib64/php/modules/opcache.so:  /usr/lib64/php/modules/opcache.so: cannot open shared object file: No such file or directory
PHP 7.0.1 (cli) (built: Dec 16 2015 15:31:55) ( NTS )
Copyright (c) 1997-2015 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2015 Zend Technologies
    with Xdebug v2.4.0RC3, Copyright (c) 2002-2015, by Derick Rethans

Installo con questo (nel file di stato salt)

remi-php70-repo:
  pkgrepo.managed:
    - humanname: Remi PHP 7 Repository
    - baseurl: http://rpms.famillecollet.com/enterprise/$releasever/php70/$basearch/
    - gpgcheck: 0
    - require_in:
      - pkg: php-fpm

php-fpm:
  pkg.latest:
    - pkgs:
      - php-fpm

php-opcache:
  pkg.latest:
    - pkgs:
      - php-opcache

E so che si sta installando dal repository 7.0 in base a a yum install php-opcachee quindi aphp -v

uscita terminale

[root@mage2appblock vagrant]# yum install php-opcache
Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
epel/metalink                                                                                    |  14 kB     00:00
 * base: mirror.spro.net
 * epel: mirrors.cat.pdx.edu
 * extras: mirror.keystealth.org
 * updates: mirror-centos.hostingswift.com
base                                                                                             | 3.7 kB     00:00
centos-plus-repo                                                                                 | 3.4 kB     00:00
epel                                                                                             | 4.3 kB     00:00
epel/primary_db                               35% [============-                      ]  0.0 B/s | 2.1 MB     --:-- ETA epel/primary_db                                                                                  | 5.7 MB     00:00
extras                                                                                           | 2.9 kB     00:00
mysql56-community-repo                                                                           | 2.5 kB     00:00
remi-php70-repo                                                                                  | 2.9 kB     00:00
remi-rep                                                                                         | 2.9 kB     00:00
remi-rep/primary_db                            7% [==                                 ]  0.0 B/s |  97 kB     --:-- ETA remi-rep/primary_db                           37% [=============                      ] 655 kB/s | 510 kB     00:01 ETA remi-rep/primary_db                                                                              | 1.3 MB     00:00
repo-saltstack-el6                                                                               | 2.9 kB     00:00
updates                                                                                          | 3.4 kB     00:00
Resolving Dependencies
--> Running transaction check
---> Package php-opcache.x86_64 0:7.0.1-1.el6.remi will be installed
--> Finished Dependency Resolution

Dependencies Resolved

========================================================================================================================
 Package                    Arch                  Version                          Repository                      Size
========================================================================================================================
Installing:
 php-opcache                x86_64                7.0.1-1.el6.remi                 remi-php70-repo                135 k

Transaction Summary
========================================================================================================================
Install       1 Package(s)

Total download size: 135 k
Installed size: 378 k
Is this ok [y/N]: y
Downloading Packages:
php-opcache-7.0.1-1.el6.remi.x86_64.rpm       18% [======-                            ]  0.0 B/s |  25 kB     --:-- ETA php-opcache-7.0.1-1.el6.remi.x86_64.rpm       31% [===========                        ]  27 kB/s |  43 kB     00:03 ETA php-opcache-7.0.1-1.el6.remi.x86_64.rpm       38% [=============-                     ]  28 kB/s |  52 kB     00:02 ETA php-opcache-7.0.1-1.el6.remi.x86_64.rpm       48% [================-                  ]  29 kB/s |  65 kB     00:02 ETA php-opcache-7.0.1-1.el6.remi.x86_64.rpm       55% [===================-               ]  29 kB/s |  75 kB     00:02 ETA php-opcache-7.0.1-1.el6.remi.x86_64.rpm       69% [========================           ]  31 kB/s |  94 kB     00:01 ETA php-opcache-7.0.1-1.el6.remi.x86_64.rpm       90% [===============================-   ]  35 kB/s | 122 kB     00:00 ETA php-opcache-7.0.1-1.el6.remi.x86_64.rpm                                                          | 135 kB     00:02
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : php-opcache-7.0.1-1.el6.remi.x86_64                                                                  1/1
  Verifying  : php-opcache-7.0.1-1.el6.remi.x86_64                                                                  1/1

Installed:
  php-opcache.x86_64 0:7.0.1-1.el6.remi

Complete!
[root@mage2appblock vagrant]# php -v
Cannot load Zend OPcache - it was already loaded
PHP 7.0.1 (cli) (built: Dec 16 2015 15:31:55) ( NTS )
Copyright (c) 1997-2015 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2015 Zend Technologies
    with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies
    with Xdebug v2.4.0RC3, Copyright (c) 2002-2015, by Derick Rethans

Non sono riuscito a trovare nulla di correlato a questo. Qualunque idea sarebbe apprezzata.

Note che possono essere utili:
  1. Questo è un vagrantserver che carica CentOS 6.5
  2. Il provisioning è fornito tramite salt
  3. l'installazione è pulita quando saltviene eseguita

aggiornamenti

Quindi ho provato senza installare Zen Opcache pensando che fosse conforme a PHP 7, non lo è. Sto cercando di vedere cosa sta caricando o se c'è qualche problema con il file opcache.ini in cui eseguo il provisioning. Forse ci sono alcune nuove impostazioni con php5 che si sposta su php 7 in quell'area.

Risposte:


18

Risulta che stavo caricando un opcache.inifile che era quello che php 5 usava per impostazione predefinita, ma in php 7 era caricato come 10-opcache.inipredefinito, quindi quando il mio file di opcache.ini è stato fornito in esso aveva due .inifile e stavo provando a caricare il plugin due volte .

Non eliminerò questa domanda in quanto ritengo che sia un errore facile da trascurare e che possa essere utile poiché non si può davvero cercare su Google quella fase di errore e non un posto in cui ci fosse qualcosa che dicesse qualcosa sui file ini raddoppiati o dichiarando l'estensione due volte.


Succede anche a me oggi dopo aver effettuato l'aggiornamento a: php7.0-cli 7.0.3-1 + deb.sury.org ~ trusty + 1 php7.0-common 7.0.3-1 + deb.sury.org ~ trusty + 1 php7.0-fpm 7.0.3-1 + deb.sury.org ~ fidato + 1 php7.0-gd 7.0.3-1 + deb.sury.org ~ fidato + 1 php7.0-json 7.0.3- 1 + deb.sury.org ~ fidato + 1 php7.0-mysql 7.0.3-1 + deb.sury.org ~ fidato + 1 php7.0-opcache 7.0.3-1 + deb.sury.org ~ fidato + 1 php7.0-readline 7.0.3-1 + deb.sury.org ~ fidato + 1
Boyd

6
La stessa cosa è successa anche a me oggi con PHP7. Ho corso ls -la /etc/php/7.0/cli/conf.de abbastanza sicuro, c'erano due link simbolici opcache in là: 10-opcache.inie 20-opcache.ini. Dei due 20-opcache.iniaveva il timestamp più vecchio, quindi ho cancellato quel link simbolico ( sudo rm /etc/php/7.0/cli/conf.d/20-opcache.ini), e ora tutto va bene. Grazie!
Gabriel Magana,

1
Quindi si è scoperto che era un bug in php 7.0.3.1 ed è stato risolto da 7.0.3.2 vedi launchpad.net/ubuntu/+source/php7.0/7.0.3-2
Boyd

Confermo che è stato risolto ora
greg606,

Questo è stato utile. Nel mio caso, non so perché, avevo su php7.0, sia 05-opcache.ini che 10-opcache.ini. Ho rimosso il secondo e l'avvertimento è scomparso. Commenterò qui, se si rompe qualcosa. Utilizzo di PHP 7.0.15 su Ubuntu.
Dominic108,
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.