php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #42564 short_open_tag default 0, not 1, as reported by documentation
Submitted: 2007-09-05 13:37 UTC Modified: 2018-01-23 17:19 UTC
From: ebrueggeman at gmail dot com Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS: Windows Server 2003R2
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: ebrueggeman at gmail dot com
New email:
PHP Version: OS:

 

 [2007-09-05 13:37 UTC] ebrueggeman at gmail dot com
Description:
------------
I downloaded the latest build, and the short_open_tag directive has a default of 0 (off) instead of 1 (On) as it says in the online documentation. This caused me some confusion and frustrating internal server errors.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-09-05 13:47 UTC] bjori@php.net
It is default to On.
The php.ini-recommended however has it to off.
 [2018-01-23 17:00 UTC] carlosv775 at gmail dot com
All php.ini files (php.ini-development and php.ini-production) have the default to Off, different from what the documentation says.
 [2018-01-23 17:19 UTC] requinix@php.net
The default setting is what takes effect when *no configuration files are loaded*. That's why it's called a default.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 06 11:02:27 2025 UTC