php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8316 cannot set short_open_tags to off
Submitted: 2000-12-18 14:38 UTC Modified: 2001-03-09 20:44 UTC
From: smb0399 at osfmail dot isc dot rit dot edu Assigned:
Status: Closed Package: *Configuration Issues
PHP Version: 4.0.3pl1 OS: Linux 2.2.14 smp
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: smb0399 at osfmail dot isc dot rit dot edu
New email:
PHP Version: OS:

 

 [2000-12-18 14:38 UTC] smb0399 at osfmail dot isc dot rit dot edu
I simply cannot turn off "short_open_tags" I have tried several different ways in the config file

short_open_tags = off
short_open_tags = Off
short_open_tags = No
short_open_tags = 0

and also compiling with

--disable-short-tags

it still processes with short open tags on. This is quite disabling if you are working with XML documents (XHTML 1.0)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-18 17:22 UTC] sniper@php.net
Try this instead (in php.ini):

short_open_tag = Off

And are you sure the php.ini file gets read??
The configure option is not yet used anywhere so that won't help.

--Jani
 [2001-03-09 20:44 UTC] sniper@php.net
No feedback, not enough info, closed.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 18:01:29 2024 UTC