Not sure what the problem is, so here are some questions about the main steps. Maybe
someone with specific knowledge here could jump in.
1) I assume you have PHP working just fine?
2) You have PHP working using the DLL not the EXE (php.exe) ?
3) You are loading the APC extension in your php.ini ?
For details see:
APC install
4) You are using the appropriate version of APC for your version of PHP ?
The official versions of APC are:
1 php_apc.dll php-4.3.11 (4_3) 100 498 Compile 2006-05-04 16:05:00
2 php_apc.dll php-4.4.0 (4_4) 96 411 Compile 2005-10-10 21:10:25
3 php_apc.dll php-4.4.1 (4_4) 100 348 Compile 2006-05-04 16:05:04
4 php_apc.dll php-5.1.0 (5_1) 56 585 Compile 2005-11-08 15:11:47
5 php_apc.dll php-5.1.1 (5_1) 56 511 Compile 2006-01-23 11:01:24
6 php_apc.dll php-5.1.2 (5_1) 60 1,203 Compile 2006-05-03 22:05:20
<---(you should be using this one)
5) You are using the correct version of apc.php ?
If you are using PHP with the php.exe try using the the DLL method within IIS.
Joined: 2006-01-02
Hi Tim,
Not sure what the problem is, so here are some questions about the main steps. Maybe someone with specific knowledge here could jump in.
1) I assume you have PHP working just fine?
2) You have PHP working using the DLL not the EXE (php.exe) ?
3) You are loading the APC extension in your php.ini ?
For details see: APC install
4) You are using the appropriate version of APC for your version of PHP ?
The official versions of APC are:
1 php_apc.dll php-4.3.11 (4_3) 100 498 Compile 2006-05-04 16:05:00
2 php_apc.dll php-4.4.0 (4_4) 96 411 Compile 2005-10-10 21:10:25
3 php_apc.dll php-4.4.1 (4_4) 100 348 Compile 2006-05-04 16:05:04
4 php_apc.dll php-5.1.0 (5_1) 56 585 Compile 2005-11-08 15:11:47
5 php_apc.dll php-5.1.1 (5_1) 56 511 Compile 2006-01-23 11:01:24
6 php_apc.dll php-5.1.2 (5_1) 60 1,203 Compile 2006-05-03 22:05:20 <---(you should be using this one)
5) You are using the correct version of apc.php ?
If you are using PHP with the php.exe try using the the DLL method within IIS.