Softaculous


Topic : APC - could not find extension


Posted By: DizzyBHigh on April 19, 2014, 2:08 pm
Hi there

I've installed AMPPS to use as my webstack for developing in symfony2

Ive downloaded the apc extention and put it in my X:\AMPPS\php\ext folder

I have added
PHP Code

 extension="D:Amppsphpextapc_3113_beta_php54_vc9_win7-2008_nts.dll" 

to the php.ini file

when i start up apache i get could not find extention
PHP Code

 D:Amppsphpextapc_3113_beta_php54_vc9_win7-2008_nts.dll 



I have checked that the extension folder is correct, the php.ini file i have edited is correct, otherwise it wouldn't try to load the APC extention.

any ideas as to why this isn't working.

Symfony2 says it is reccomended to have this extension, i am using php 5.4.25 as my development environment is PHPstorm v6 and that requires php5.4 for the debugging facilities.

Posted By: DizzyBHigh on April 19, 2014, 2:13 pm | Post: 1
sorry could not find how to edit a post the extension dir is set to:

extension="D:\Ampps\php\ext\apc_3113_beta_php54_vc9_win7-2008_nts.dll"

and the error is:

PHP Strtup: Unable to load dynamic library 'D:\Ampps\php\ext\apc_3113_beta_php54_vc9_win7-2008_nts.dll' - The specified module could not be found.

Posted By: DizzyBHigh on April 19, 2014, 2:38 pm | Post: 2
Got it working, i hadnt realised i was using the thread safe version of php.

i downloaded the version for thread safe and it seems to be working ok now

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.