Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pdt-dev] Trouble running PDT - HelloWorld program

I am completely newbie in the world of PHP and Eclipse. Sorry to say but I even don't know what is a ZEND debugger. 

Could someone please share some online documentation explaining how to configure Eclipse for PHP like installing and configuring ZEND debugger, making changes in 'php.ini' etc.

Cheers,
Parag


On Sun, Apr 26, 2009 at 1:21 PM, Michael Spector <spektom@xxxxxxxxx> wrote:
Hi,

Do you have Zend Debugger installed in /etc/php5/cli/php.ini ?

Thanks,

On Sun, Apr 26, 2009 at 10:09 AM, Parag Kalra <paragkalra@xxxxxxxxx> wrote:
> Hello All,
>
> I am a really new to this eclipse world and finding it difficult to handle.
>
> I have created a dummy project HelloWorld. Then added a simple PHP file to
> it - HelloWorld.php.
>
> # cat HelloWorld.php
>
> <?php
> echo "Hello World \n";
> ?>
>
> Under Project Properties -> Executable, I have set following settings:
>
> Executable name - php5
> Execuatable path - /usr/bin/php5
> PHP ini path - /etc/php5/cli/php.ini
> Debuger - Zend
>
> On running the file I am getting an error. PFA for the screenshot. However
> same file is running on the terminal.
>
> I think php.ini needs to be configured.
>
> Please suggest.
>
> Cheers,
> Parag,
>
> H. L. Mencken  - "It is even harder for the average ape to believe that he
> has descended from man."
> _______________________________________________
> pdt-dev mailing list
> pdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/pdt-dev
>
>



--
Best regards,
Michael
_______________________________________________
pdt-dev mailing list
pdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pdt-dev


Back to the top