Skip to main content

All Questions

Tagged with
2 votes
1 answer
2k views

Is PHP 7.2 compatible with Windows 7

The PHP Manual section on installation requirements says "As of PHP 7.2.0 Windows 2008 and 7 are no longer supported." The section on compatibility of version 7.2 says, near the bottom under Windows ...
NewSites's user avatar
  • 818
0 votes
1 answer
1k views

CMD open new winodw when run php command

I am trying to execute some PHP command in my cmd window but when i run command it open new window everytime. I need that command run in same window instead of new window. Someone can please help me ...
Jalpesh Patel's user avatar
0 votes
1 answer
771 views

Windows: how cmd finds an executable not in path?

From a Windows 7 command line (opened from any directory), if I type php -v, it will execute C:\php\php.exe and show version information. I can't figure out how the system knows what php is, since ...
BeetleJuice's user avatar
1 vote
2 answers
4k views

Apache and PHP Curl Issue

In my apache error.log I have the following line: PHP Warning: PHP Startup: Unable to load dynamic library 'ext\php_curl.dll' - The specified procedure could not be found.\r\n in Unknown on line 0 ...
Jim's user avatar
  • 31
0 votes
1 answer
1k views

wamp not working with php version 5.6.16 but it work for php version 7.0.0

I am using wamp on windows-7, it was working fine with php version 5.6.16 previously But for some reason I changed php version to 7.0.0 it is working fine with php 7.0.0, but I need to reactive 5.6.16 ...
Prashant Valanda's user avatar
0 votes
2 answers
130 views

On my computer, is it possible to send emails to my email clients completely offline?

I use EasyPHP as a devserver on my computer. And for testing purpose, I have been using PHP mail() function to send emails from my computer to my Gmail account and then receive those emails by using ...
Ian Y.'s user avatar
  • 103
0 votes
1 answer
588 views

How to execute shell script from PHP with non-standard extension?

I've Windows with shell integration installed from Git (as well as Cygwin) and the following PHP code fails to run external shell script which has .launcher extension: <?php passthru("foo.sh&...
kenorb's user avatar
  • 25.8k
0 votes
1 answer
2k views

Getting new PHP version in WAMP to load

I'm downgrading my WAMP from 5.5.12 to 5.3.10, I added exported php-5.3.10-Win32-VC9-x86.zip to C:\wamp\bin\php\php5.3.10\ I've added the necessary php5apache2_4.dll into the php5.3.10 folder and ...
Eric's user avatar
  • 105
3 votes
1 answer
3k views

CLI stopped working when running php artisan serve - Laravel 4 Win7

I added a path to my environment variables : C:\wamp\bin\php When I run the command php artisan serve it says Laravel development server started on `http://localhost:8000` But after that a dialog ...
a7omiton's user avatar
  • 135
0 votes
1 answer
619 views

Networked machine cannot be access via ip in a browser

I have a windows 7 machine that i have recently added php/apache/mysql etc and all works fine locally (localhost etc). But what i really want to do now is to access it from several more pc/macs on ...
Simon Davies's user avatar
0 votes
1 answer
1k views

installing apache, php5 on windows 7 64 bit [production]

The easiest way to install apache, php, mysql and phpmyadmin on windows is to download and install XAMP. The problem is that it is meant for development purposes and is not recommended for production ...
Majid Khan's user avatar
2 votes
1 answer
3k views

How to run Visual Studio 2008 and WAMP server on same local machine running WIndows7?

I'm having a machine running on Windows 7. First I installed WAMP server on my local machine. It was working fine. Then I installed Microsoft Visual Studio 2008. From that time the WAMP server is not ...
JSLover's user avatar
  • 155
1 vote
1 answer
15k views

404 not found error for JavaScript files when accessing web page on localhost

The page loads up fine, but console shows a 404 not found error for JavaScript files. I have verified that the code contains the correct JavaScript file name. Any ideas? The JavaScript file is loaded ...
Lawrence DeSouza's user avatar
0 votes
1 answer
6k views

WAMP: Fatal error: Call to undefined function ibase_connect()

I have a Windows 7 Pro x64 that runs the latest version of WAMP v2.4 x64, with Apache : 2.4.4 MySQL : 5.6.12 PHP : 5.4.12 PHPMyAdmin : 4.0.4 SqlBuddy : 1.3.3 XDebug : 2.2.3. When I run my code with ...
Tam N.'s user avatar
  • 143
0 votes
1 answer
59 views

Where is PEAR in PHP5.3?

I downloaded php-5.3.27-Win32-VC9-x86.zip from this site http://www.php.net/releases/ but I cannot find PEAR to install the extra extension. Where exactly is it?
emeraldhieu's user avatar

15 30 50 per page