Skip to content
Advertisement

Tag: windows

phpinfo() not showing in test page on windows 7 with apache 2.4 and php7

I am building a new intranet server (Windows 7) replacing an old one and have installed Apache 2.4.33 and PHP 7.2.7, The services start up just fine and I can browse html pages from the server, the phpinfo in this test page does not show any results, the IP address does work and displays the correct information. My test page

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 file in c:xamppphpphp.ini Restarted the Apache server Now if I check with command php -m, I can see that the Cassandra

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 also is known to work on Windows in both 32-bit and 64-bit mode. Also try to

yaml xampp warning: Unable to load dynamic library ‘C:xamppphpextphp_yaml.dll’

I installed the recent versions of xampp for windows and yaml on my PC with windows 8.1 64bit. The versions were xampp-win32-7.0.9-1-VC14-installer.exe php_yaml-2.0.0rc8-7.0-ts-vc14-x86.zip I put the line of extension=php_yaml.dll to the end of php.ini file. I copied php_yaml.dll to C:/xampp/php/ext folder. I copied yaml.dll to C:/xampp/apache/bin folder. phpinfo(); command displayed that yaml was enabled. But bad warning still appeared on

Advertisement