Bug 90441 - Revert change to short_open_tag setting
Summary: Revert change to short_open_tag setting
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 2.1
Classification: Red Hat
Component: php
Version: 2.1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Joe Orton
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-05-08 10:46 UTC by Joe Orton
Modified: 2007-11-30 22:06 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-04-03 14:57:42 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Joe Orton 2003-05-08 10:46:27 UTC
Description of problem:
The default setting of short_open_tag in php.ini was changed from On to Off in
php-4.1.2-2.1.4 (in an erratum release), which breaks Piranha among others - see
bug 75912. This should be reverted to Off.

Version-Release number of selected component (if applicable):
php-4.1.2-2.1.4 and later

How reproducible:
Always

Steps to Reproduce:
1. echo '<? echo hello; ?>'  > test.php
2. php -q test.php

Actual results:
<? echo hello ?>

Expected results:
hello

Additional info:
This is only reproducible if php has been not been upgraded from the original
RHEL2.1 php package, e.g. if installing from the QU2, or using "update php"
after not installing using PHP.


Note You need to log in before you can comment on or make changes to this bug.