Skip to content

Tag: windows

Keep XAMPP & Install WAMP

I am using Windows 7 and I have XAMPP installed. In Git Bash when I type php -v I get PHP 5.6.15. I need newer version of PHP because I am using Composer and I am unable to install packages that require PHP 7.1. I know that one way to solve this is to backup projects, uninstall the current XAMPP

Installing PHP Cassandra Driver – XAMPP on Windows

I am trying to install prebuilt binaries of Cassandra PHP driver on my windows xampp installation. I downloaded the package from here https://pecl.php.net/package/cassandra. I did the following; Extracted the package and added php_cassandra.dll to c:xamppphpext Added extension=php_cassandra.dll in php.ini fil…

XAMPP (WIndows) PHP GMP Functions

Is there any way to use PHP GMP Functions on windows without using a virtual machine? Thanks in advance. [http://php.net/manual/en/ref.gmp.ph] Answer According to GMP’s website: GMP’s main target platforms are Unix-type systems, such as GNU/Linux, Solaris, HP-UX, Mac OS X/Darwin, BSD, AIX, etc. It…