Bonjour,

Je suis sous wamp 32b/Windows
Versions php : 5.4.16 Apache 2.4.4
compiler MSVC9 (Visual C++ 2008)
J'ai téléchargé php_opcache-7.0.3-5.4-ts-vc9-x86.zip
décompressé et placé dans le dossier \wamp\bin\php\php5.4.16\zend_ext

J'ai essayé plein de choses, mais rien ne marche. Voici le fichier php.ini modifié :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
 
[opcache]
;OPCACHE Extension
; rajoutee le 01/04/2015
zend_extension = "c:/wamp/bin/php/php5.4.16/zend_ext/php_opcache.dll"
opcache.enable = 1
opcache.memory_consumption=128
 
opcache.interned_strings_buffer=8
 
opcache.max_accelerated_files=4000
 
opcache.revalidate_freq=60
 
opcache.fast_shutdown=1
 
opcache.enable_cli=1
 
 
; FIN OPCACHE EXTENSION
 
 
; XDEBUG Extension
 
zend_extension = "c:/wamp/bin/php/php5.4.16/zend_ext/php_xdebug-2.2.3-5.4-vc9.dll"
 
[xdebug]
xdebug.remote_enable = on
xdebug.remote_port 9000
xdebug.profiler_enable = off
xdebug.profiler_enable_trigger = off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir = "c:/wamp/tmp"
Je ne sais pas si il y a un problème avec la zend_extension.
J'ai sorti la partie xdebug, mais ça ne charge pas non plus....
Help, merci