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

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


Back to the top