ID:               46822
 Updated by:       [EMAIL PROTECTED]
 Reported By:      sskaje at gmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         *Configuration Issues
 Operating System: Windows
 PHP Version:      5.2.8
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

Most likely the php.ini file you edited is NOT the one used by PHP. And
this is not a bug.


Previous Comments:
------------------------------------------------------------------------

[2008-12-10 15:18:36] Thomas dot Worm at gsp-software dot de

[code]<? phpinfo(); [/code]
You forgot the end tag ?>

------------------------------------------------------------------------

[2008-12-10 13:23:35] sskaje at gmail dot com

Description:
------------
I try to get some old code running on my apache+php 5.2.8 laptop, then
i turn 'short_open_tag = On'

but, code with tags like 
[code]<? phpinfo(); [/code]
cant be parsed as it should be, while code like 
[code]<?='asdf'?>[/code]
works

Reproduce code:
---------------
[code]<? phpinfo(); [/code]


Expected result:
----------------
PHP info page

Actual result:
--------------
direct output : <? phpinfo();


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=46822&edit=1

Reply via email to