Click here to Skip to main content
15,886,095 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm new to PHP development and I'm facing some difficulties on installing a test server on the eclipse ide. Basically, i have installed wampserver x64 (apache 2.4, mysql 5.7 and PHP 7.0) with eclipse ide 2020-06 on a windows 10 machine. The problem is when i try to add a test server, what kind server should i choose? ZEND or APACHE? And what do i need to configure? After i choose apache as the default test server, i name it and locate the path, when comes to the debugger, i choose zend debugger and after i test it, the error will appear like this.

Image 1.1 - Error with the dummy.php file copied into the project.
https://i.stack.imgur.com/HnPSM.png
The error appeared when i try to test the zend debugger with apache server.
Image 2.1 - Which one to choose?
https://i.stack.imgur.com/Iu96B.png
So which type of server should i choose? By right should be a apache server?

What I have tried:

I have already downloaded the zend debugger for php 7.0 and configured the php.ini file inside the apache ini file and the php 7.0 ini file which added at the end of the lines,

This is the path which added the php.ini file with a notepad.
[zend]

zend_extension=<c:\wamp64\bin\php\php7.0.33\ext\zenddebugger.dll>
zend_debugger.allow_hosts=<127.0.0.1>

but still no luck for me. Could someone enlighten me?
Million Thanks :)
Posted
Updated 29-Aug-20 19:58pm
v2

1 solution

Select local apache2 server that is attached and coming after installation through wamp64
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900