easyphp

Changing port number in easyphp devserver 17

ⅰ亾dé卋堺 提交于 2021-01-28 07:04:04
问题 I am using EasyPHP Devserver 17. I want to change it port number to 127.0.0.1:786. Because my all application has set to this type only. This new installation has default only 4 port 8080,8000,8008,8888. when ever I am trying to do manually it always reset back to normal. I am not able to change it. 回答1: Open the file eds-app-dashboard.php in C:\Program Files (x86)\EasyPHP-Devserver-17\eds-binaries\httpserver\apachexxx Line 18, add your port number : $ports = array(786,80,8080,8000,8888,8008)

Easyphp 16.1.1 How do I switch to PHP 7 form PHP 5.6

大憨熊 提交于 2021-01-27 11:55:33
问题 I just installed Easyphp 16.1.1. It defaults to PHP version 5.6.19. I would like to you PHP 7. They are both listed as options, but I haven't been able to find a way to switch versions. Is there a way to change versions? 回答1: You can easily go to the Dashboard http://localhost:1111 'Applications' > 'HTTP Server' > 'Apache' > press 'STOP' (if it's started) > choose the 'PHP version' value > press 'start' , enjoy ! 回答2: If you have the PHP7 folder inside EasyPphp\eds-binaries\php\ and can't

Easyphp 16.1.1 How do I switch to PHP 7 form PHP 5.6

落花浮王杯 提交于 2021-01-27 11:49:11
问题 I just installed Easyphp 16.1.1. It defaults to PHP version 5.6.19. I would like to you PHP 7. They are both listed as options, but I haven't been able to find a way to switch versions. Is there a way to change versions? 回答1: You can easily go to the Dashboard http://localhost:1111 'Applications' > 'HTTP Server' > 'Apache' > press 'STOP' (if it's started) > choose the 'PHP version' value > press 'start' , enjoy ! 回答2: If you have the PHP7 folder inside EasyPphp\eds-binaries\php\ and can't

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

我只是一个虾纸丫 提交于 2020-01-18 21:34:26
问题 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 (Win32) PHP/5.4.13 x86 PHP Directory: E:\wamp\php\ Virtual Host Directory: E:\Projects\1\public_html What I've Attempted: Installation Instructions http://www.php.net/manual/en/openssl.installation.php PHP.ini extension=php_openssl.dll Openssl.cnf E:\wamp\php

MySQL CREATE TEMPORARY TABLE Error

↘锁芯ラ 提交于 2020-01-15 05:02:28
问题 I'm running EasyPHP 5.4.6 with MySQL 5.5.27-log. When I try to create a temporary table using the following: CREATE TEMPORARY TABLE temp_table (x int); I get the following error: ERROR 1005 (HY000): Can't create table 'temp_table' (errno: 22) However, it works if I remove the "TEMPORARY". The syntax for the temporary table was copied verbatim from an example page. I tried googling the error numbers, but that yielded nothing I could use. Can anyone think of what may be going on? 回答1: errno: 22

MySQL CREATE TEMPORARY TABLE Error

不打扰是莪最后的温柔 提交于 2020-01-15 05:02:05
问题 I'm running EasyPHP 5.4.6 with MySQL 5.5.27-log. When I try to create a temporary table using the following: CREATE TEMPORARY TABLE temp_table (x int); I get the following error: ERROR 1005 (HY000): Can't create table 'temp_table' (errno: 22) However, it works if I remove the "TEMPORARY". The syntax for the temporary table was copied verbatim from an example page. I tried googling the error numbers, but that yielded nothing I could use. Can anyone think of what may be going on? 回答1: errno: 22

Importing sql file using phpmyadmin in EasyPHP

穿精又带淫゛_ 提交于 2020-01-09 13:13:08
问题 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 upload it again. I have the sql database as a file 'runningc_bjart.sql' in the root directory. I first use php admin to create a database of the same name as the orginal and then use import ... one table appears to be created but then getting an