Is there any reason for this?
Yes there is a reason.
The dll of imagick doesn't work with wamp 2.0 because wampserver is not compiled with VC9.
I seems you can resolve this by compiling yourself php5 and apache in VC9. I Didn't try.
Related
Hi I have wampserver 64 version 2.5, php version 5.5.12 and my operating system windows 10
I downloaded the sqlsrv drivers and I put it here in the directory
C:\wamp\bin\php\php5.5.12\ext
and I paste this in my php.ini,
extension=php_pdo_sqlsrv_55_ts.dll
extension=php_sqlsrv_55_ts.dll
the php.ini is located here C:\wamp\bin\php\php5.5.12
when I restart the services this is the error will pop up
I don't know how to fix this or is there something wrong that i miss ?
Thank you in advance.
As far as I am aware there is no 64bit PHP compatible SQL Server library. You will have to install WAMPServer 32bit. This is not a WAMPServer limitation, its just that Microsoft has not yet completed the 64 bit PHP extension.
Probably they were waiting for PHP7 which is the first truly 64bit version of PHP
I have winginx on my windows machine which comes with memcached server and module. I have it running on port 11211. I have xampp on my machine as well and I need to connect to the memcached server through xampp. I used this tutorial to add the php_memcache extension to my php-xampp. Also, referenced here and here at stackoverflow. I have xampp version 1.7.4 with PHP 5.3.5 (VC6 X86 32bit).
I still get the error "class Memcache not found" or "call to undefined function memcache_connect()".
Is there a problem with the php_memcache dll I am using - I have tried both x86 and 64 bit versions?
Any help is appreciated.
The issue was with the compiler versions mismatch(I had vc6 for php and memcache was build from vc9). One of the posts from this discussion states php has dropped support for vc6, so I reinstalled xampp which had php 5.4 with vc9. Used the memcache dll in http://windows.php.net/downloads/pecl/releases/memcache/3.0.6/php_memcache-3.0.6-5.4-ts-vc9-x86.zip and everythin worked fine!
Thanks for the help.
I'm trying to install OAuth on WampServer x86 with php 5.4.3 and have tried adding extensions from pierre, even tried installing directly from PECL. These have all produced errors in the logs, and haven't enabled OAuth. Does anyone know which dll version I need to use?
The only dll I found to work for that version is from the windows.php.net directory: http://windows.php.net/downloads/pecl/releases/oauth/1.2.3/php_oauth-1.2.3-5.4-ts-vc9-x86.zip
Best of luck to anyone who has to deal with this on another version...
I'm trying to setup symfony under my local development machine using xampp 1.7.4 (with PHP 5.3.5 V6) but I'm getting this warning:
Upgrade your intl extension with a newer ICU version (4+).
I've tried downloading the source from windows.php.net but the version there is only for PHP VC9 (for PHP 5.3)
I've also downloaded the latest version of ICU in http://site.icu-project.org/download but I'm missing the curresponding dll.
Can anyone help me out?
You might try the PHP PECL intl extension
Wamp is another windows AMP stack, the last version comes with php 5.3.8...
Good luck
I am trying to find phpredis extension (php) for my development server, I know how to build it on linux but I'm not sure how to achieve that on windows, I have tried the one available on internet but that is VC9 version while my php is compiled with VC6, anybody have VC6 version or know how to compile that on windows.
Thanks
Both VC6 and VC9 versions:
https://github.com/nicolasff/phpredis/downloads
You can get VC6 binary here:
https://github.com/owlient/phpredis/issues/87