Configure Rapid PHP (2022) to use wampserver 3.2
Posted by: jPaulB (---.cpe.net.cable.rogers.com)
Date: April 21, 2022 02:34PM

Hi Everybody,

The details requested by RiggsFolly are at the bottom of this message.

My issue is simple:
I have a new PHP IDE (Rapid PHP 2022) that needs to access a web server to properly operate. I want to use such an IDE because it will allow me to inspect simple PHP scripts that I may integrate into a larger project.

Wamp64 is installed in C:\wamp64 and works flawlessly on its' own
The document roots are all in D:\Data\PHP

If someone has installed Rapid PHP successfully, I would appreciate some advise on configuring it to use wampserver.

Many Thanks,
Paul

(If I wasn't so stupid, I wouldn't have to be so persistent)


Details about wampserver-64

1) Windows 10 (Home) version 21H1 (OS Build 19043.1645)
2) WampServer 3.2.8 -64bit
3) Apache 2.4.51
4) PHP 7.4.26
5) MySQL 8.0.27
6) Wampserfdver Icon is GREEN
7) hosts:
127.0.0.1 localhost
::1 localhost
127.0.0.1 imaginarium
::1 imaginarium
127.0.0.1 emailer
::1 emailer
127.0.0.1 comments
::1 comments
127.0.0.1 comments
::1 comments
127.0.0.1 registration
::1 registration
127.0.0.1 signin
::1 signin
127.0.0.1 chapter13
::1 chapter13
127.0.0.1 tutotial
::1 tutotial
127.0.0.1 imagineit
::1 imagineit
127.0.0.1 udemy
::1 udemy
8) I have access to localhost, there re no errors
9) I have access to phpMyAdmin
10) N/A
11) AVAST! antivirus and Firewall
12) C:\wamp64
13)
# Virtual Hosts
#
<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName comments
DocumentRoot "d:/data/web-styles/php/commentform"
<Directory "d:/data/web-styles/php/commentform/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName registration
DocumentRoot "d:/data/web-styles/php/registrationform"
<Directory "d:/data/web-styles/php/registrationform/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName signin
DocumentRoot "d:/data/web-styles/php/signinform"
<Directory "d:/data/web-styles/php/signinform/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName tutotial
DocumentRoot "d:/data/web-styles/php/php-tutorial/scripts"
<Directory "d:/data/web-styles/php/php-tutorial/scripts/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName imagineit
DocumentRoot "d:/data/web-styles/xara/imagineit"
<Directory "d:/data/web-styles/xara/imagineit/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName udemy
DocumentRoot "d:/data/php/udemy-php tutorial/chapter 3"
<Directory "d:/data/php/udemy-php tutorial/chapter 3/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#

Options: ReplyQuote
Re: Configure Rapid PHP (2022) to use wampserver 3.2
Posted by: RiggsFolly (Moderator)
Date: April 21, 2022 02:46PM

I am kind of assuming you are asking how to configure your new IDE to use XDEBUG.


If so:

Simple search on google got me to The Rapid PHP Editor Help pages

With WAMPServer Steps 1, 2 and 3 are already done, so just complete 4 and 5


I use VSCode as of recently, free, quick, well maintained, quicker than I am smiling smiley

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: Configure Rapid PHP (2022) to use wampserver 3.2
Posted by: jPaulB (---.cpe.net.cable.rogers.com)
Date: May 05, 2022 03:19PM

a Thank You to RiggsFolly.

Thank you sir, for the really quick response to this question. You had actually responded within a short couple of hours, and I've spent the next three weeks with the Rapid PHP technical support people.

Sadly, they have not been able to help.

I appreciate the time you spend with this forum. It's free, and WAMP has been a real "find" while I try and learn how to "climb under the hood" with all of this technology. I have seen you supporting people (for years!) and can only be amazed at the time you have given me.

I'm going to continue working this issue with your forum.

Thanks again,
Paul

Options: ReplyQuote


Sorry, only registered users may post in this forum.