NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Configuring the server


Joined: 09 Aug 2003
Posts: 1
Reply with quote
Hi,

I am new to PHPEd and need some help configuring everything with my environment.

Basic Requirement:
1) Run the PHPEd IDE on my windows box and configure it to connect to my apache,mysql,php etc which is running on my linux box.

I have only installed the PHPEd IDE and not the Technology platform.

I have tried to mess around with the server settings but with no success.
Any help would be great.

Thanks,

jazz...
View user's profileFind all posts by jazz...Send private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
Instructions are quite strightforward.
You need Apache and PHP properly installed,
regardless you use TechPlatform or OS-supplied packages or even compiled them yourself.
While version of Apache does not really matter, PHP should be 4.0.6 through 4.3.2.
Suppose, you have Apache + PHP up and running.
Now it's time to run the simplest sctipt
Code:
<?php
  phpinfo();
?>
and make sure where your php.ini and extension_dir. First one can be seen in the topmost header, latter in the table below.
After that you have to edit php.ini and add the following entries somewhere below extension_dir line:
Code:

extension=dbg.so-4.3.2
[debugger]
debugger.enabled=on
debugger.profiler_enabled=on

It's assumed that you run php 4.3.2, if you have another version you'd correct extension= line appropriately.
Then go to debugger subdirectory of phped installed on your windows box and find there dbg archive for Linux. Unpack it and copy dbg.so-4.3.2 to directory specified by extension_dir setting. If this setting is a relative path for example ./, you'd assume that this path is relative to the directory where httpd daemon runs.

Restart Apache and make sure that dbg extension is listed both in the header and its own section.

If anything wrong happens, please first inspect Apache error_log.
Then if you can't get what to do post your message in this forum.
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Configuring the server
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic