Re: PHP returns source file instead of processing it

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I read the cited thread on short tags and I see your point. But I deal with a Mantis installation, and it seems as if the scripts were deployed with short tags...

For those of you who are interested in following these Mantis issues:
http://mantis.phplist.com/view.php?id=1175
http://mantis.phplist.com/view.php?id=6419
http://mantis.phplist.com/bug_view_advanced_page.php?bug_id=6682

Cheers,

Cz.

On Sun, 28 Jan 2007 19:39:49 +0100, Stut <stuttle@xxxxxxxxx> wrote:

Reinhard Mayr aka Czerwinski wrote:
Ah, I see...
I found a way to set this globally: http://www.thescripts.com/forum/thread3754.html
 In a nutshell: php.ini/short_open_tag = on
The php.ini file should be located to be found as explained in http://at.php.net/manual/en/configuration.php

Except if/when you move your site to another server you're betting on them having short tags enabled. Best to type 3 extra characters for each opening tag now, than having to change them all later. Where software development is concerned shortcuts are very very rarely worth taking.

-Stut

Thanks for your help!
 On Sun, 28 Jan 2007 18:33:45 +0100, Stut <stuttle@xxxxxxxxx> wrote:

Reinhard Mayr aka Czerwinski wrote:
I installed the windows binaries (5.2.0 installer from http://www.php.net/downloads.php) on my XP box. To test the installation of PHP, I use a minimal test script "phpinfo.php":
 <? phpinfo() ?>
When I call "php phpinfo.php", all I get is a dump of the source file but not the info I should recieve. It seems as if PHP does not process the file but just prints it.

You are using short tags which are disabled by default in that version of PHP. That is why it's not interpreting the code.

Change <? to <?php and it'll work fine.

-Stut

--Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
 -- PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux