Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Using PDT with XAMPP
Using PDT with XAMPP [message #31402] Sun, 24 June 2007 07:41 Go to next message
Eclipse UserFriend
Originally posted by: mkgrnwlt.aol.com

I have used Eclipse a lot, but I am new to PHP and to the PDT. Before I got
PDT downloaded, I ran across a package XAMPP, which in one package installs
Apache, MySQL, and PHP on Windows. It's a really convenient way to get all
that insatlled, and provides a good control panel app for control.

I would like to use PDT with this package, with the Zend debugger plugin. I
pointed Apache to my project source directory in the Eclipse workspace, and
I can edit and save files there and then immediately check them with a
browser.

But, I cannot get the .php file to work with the debugger. I get a message
saying "intl3_svn.dll" cannot be found and the launch dies. However,
intl3_svn.dll *is* present in the xampp/apache/bin directory.

I am sure I have some kind of configuration issue going on, but I am kind of
clueless how these things are supposed to work together.

Any guidance would be welcome.

-- Mike Greenawalt
Re: Using PDT with XAMPP [message #40296 is a reply to message #31402] Tue, 31 July 2007 22:46 Go to previous message
Eclipse UserFriend
Originally posted by: hamena314.freenet.de

Mike Greenawalt schrieb:
> I have used Eclipse a lot, but I am new to PHP and to the PDT. Before I got
> PDT downloaded, I ran across a package XAMPP, which in one package installs
> Apache, MySQL, and PHP on Windows. It's a really convenient way to get all
> that insatlled, and provides a good control panel app for control.
>
> I would like to use PDT with this package, with the Zend debugger plugin. I
> pointed Apache to my project source directory in the Eclipse workspace, and
> I can edit and save files there and then immediately check them with a
> browser.
>
> But, I cannot get the .php file to work with the debugger. I get a message
> saying "intl3_svn.dll" cannot be found and the launch dies. However,
> intl3_svn.dll *is* present in the xampp/apache/bin directory.
>
> I am sure I have some kind of configuration issue going on, but I am kind of
> clueless how these things are supposed to work together.
>
> Any guidance would be welcome.
>
> -- Mike Greenawalt

Hi Mike,

seems like I have a similar problem.
My PDT doesn't find files, I specified in the correct files.
In a PHP-Script I can only debug pure PHP, no mysql i.e. using the
mysql_connect() function causes the debugger to crash.
My configuration seems to be okay, but the used php.ini doesn't include
the php_mysql.dll (I guess).
Still don't know why, but working on it.

Can you try to debug a simple file as "Debug as PHP Script", which
contains just "phpinfo()"?
Is there a mysql-extension present?

I use wampserver 1.6.3 and tried also xampp 1.6.6 - also different
versions of Eclipse, PDT and Zend.

I just read that one solution for your problem seems to simply copy the
int13_svn.dll from xampp/apache/bin to the php-directory of xampp i.e.
xampp/php

hth.

Marcus
Previous Topic:How to stop automatic horizontal scrolling?
Next Topic:Automatic Plugin Documentation
Goto Forum:
  


Current Time: Tue Sep 24 00:52:17 GMT 2024

Powered by FUDForum. Page generated in 0.03610 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top