Bug 90441

Summary: Revert change to short_open_tag setting
Product: Red Hat Enterprise Linux 2.1 Reporter: Joe Orton <jorton>
Component: phpAssignee: Joe Orton <jorton>
Status: CLOSED WONTFIX QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.1CC: mikem
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-04-03 14:57:42 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.