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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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 Apr 20 03:01:28 2024 UTC