Questions tagged [easyphp]

EasyPHP is an integrated installer for an Apache, PHP, MySQL stack on Windows

EasyPHP is an integrated installer for an Apache, PHP, MySQL stack on Windows OS.

Similar Stacks:

375 questions
470
votes
15 answers

How can I find the php.ini file used by the command line?

I need to enable pdo_mysql in my EasyPHP environment, so I went to the php.ini file and uncommented the following line: extension=php_pdo_mysql.dll Unfortunately I still have the same problem. I'm using the CLI so I suppose I need to locate the…
Amokrane Chentir
  • 29,907
  • 37
  • 114
  • 158
52
votes
10 answers

OpenSSL not working on Windows, errors 0x02001003 0x2006D080 0x0E064002

Problem: OpenSSL is not working in my Windows environment. OpenSSL repeatedly reports errors 0x02001003, 0x2006D080 and 0x0E064002. Environment: Windows NT x 6.1 build 7601 (Windows 7 Business Edition Service Pack 1) i586 Apache/2.4.4…
Brock Hensley
  • 3,617
  • 2
  • 29
  • 47
39
votes
11 answers

How to access site running apache server over lan without internet connection

I am running a server on Windows XP SP2 computer using EasyPhp. Lets call it computer_1. The ip address of computer is 192.168.1.2 Now I have another computer ( computer_2) on the lan with ip address 192.168.1.3 I want to access the site on…
Zak
32
votes
1 answer

Using ini_set("memory_limit", "-1") and still out of memory

I'm processing an old database php array to a new database. The data .php files are in total around 220 MB large. I've inserted these lines in the script so that it should run fine: ini_set("memory_limit", "-1"); set_time_limit(0); This is how I…
Mathlight
  • 6,436
  • 17
  • 62
  • 107
25
votes
3 answers

Importing sql file using phpmyadmin in EasyPHP

I have a website written in php and mysql (written by someone else) and I need to alter it- just for your interest it is bridgetjonesart.co.uk. So I thought I would download it to my desktop pc and use easy php and mysql locally to make changes then…
Bridget Jones
  • 911
  • 1
  • 8
  • 9
23
votes
1 answer

Plugin 'FEDERATED' is disabled

Im trying to start MySQL using easyPHP: the response is an alert window to a log file. The main error is <-- Plugin 'FEDERATED' is disabled -->. Through research online I found that the solution is to add the federated option to the my.ini file. I…
enzo
  • 301
  • 2
  • 5
  • 11
18
votes
13 answers

XAMPP PORT 80 is Busy / EasyPHP error in Apache configuration file:

This problem has completely shot my entire day. I reformatted my old windows XP comp and tried installing XAMPP only to find that when i try to start Apache xampp claims port 80 is busy....WHAT DOES THAT EVEN MEAN? So I tried just uninstalling and…
user863771
14
votes
3 answers

PHP to EasyPHP MySQL server 1 second connection delay

I'm asking this here because I think it applies to more than just EasyPHP itself. I currently use EasyPHP as my WAMP development server so I can create web applications. The problem is, when I get the mysqli object to connect to the database it…
Sam
  • 1,564
  • 4
  • 23
  • 37
13
votes
4 answers

How do I create custom php.ini files for each virtual host?

I've installed EasyPHP WAMP for local development only (I'm not hosting any websites). Is there a way to set custom php settings for separate virtual hosts? Currently and out-of-the-box, the php.ini file is loaded from: C:\Program Files…
Joao
  • 2,696
  • 2
  • 25
  • 35
11
votes
4 answers

How to change the location of `web root` folder of EasyPHP?

Currently on my Windows 7 machine, it is C:\Program Files (x86)\EasyPHP-5.3.8.1\www I want to point it into another location on drive D, says D:\code How would I do that?
Nam G VU
  • 33,193
  • 69
  • 233
  • 372
11
votes
6 answers

phpMyAdmin reports 'No Privileges'

Long story short, I ended up deleting the root user from PHPMyAdmin in EasyPHP. After some researching, I used skip-grant-tables to regain database access. Now, however, I cannot do anything as the root user has 'No Privileges.' That stated, when…
Peter
  • 4,021
  • 5
  • 37
  • 58
8
votes
2 answers

How to uninstall Easyphp Devserver 16.1?

There is no uninstall file in the folder! I could not find any way to uninstall Easyphp Devserver 16.1. I have to uninstall it, and then install again another version of the same software.
Jorge Aramuni
  • 81
  • 1
  • 1
  • 2
7
votes
1 answer

easyphp .htaccess rules

i need to rewrite rules in my installation of easyphp on windows 7. i need to make sure the rules are loaded correctly and i don't have to create tons of rules. also, when i copy the .htaccess to my server (which is linux) i want to make sure its…
Buba Wilson
  • 173
  • 6
7
votes
2 answers

Easyphp : msvcr110.dll is missing

I've installed easyphp-devserver on windows 10. When I launch easyphp, the message "msvcr110.dll is missing" appears. I've searched on internet and found out I must install the Redistribuable Visual C++ for Visual Studio 2015…
sam.training
  • 71
  • 1
  • 1
  • 3
7
votes
1 answer

Getting VHosts working with EasyPHP

So I've been trying to setup vhosts on my new Windows 10 Installation with EasyPHP Devserver 16.1. I've modified etc/vhosts to include my new domain (mysite.local), which works, but still points to the default easyphp directory. So I modified…
Chris
  • 282
  • 5
  • 19
1
2 3
24 25