[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: Can't Configure PDT Include Path to find the GD library

Worked!

In H:\xamppliteeclipse\eclipse\plugins\org.zend.php.debug.debugger.win32.x86_5.2.12.v20071210\resources\php5
I renamed php.ini to php.ini.ORIGINAL in the folder above.
I copied my my php.ini file from apache\bin\php.ini to the folder above.


Appended the line "zend_extension_ts=.\ZendDebugger.dll" from the php.ini.ORIGINAL to the end of the contents in php.ini in the above folder.

I restarted the eclipse PDT.

In my index.php the phpinfo() returns the gd library as it should.

Andre Mikulec