From:             richlv at nakts dot net
Operating system: 
PHP version:      master-Git-2013-09-09 (snap)
Package:          PHP options/info functions
Bug Type:         Bug
Bug description:clumsy language in short_open_tag description

Description:
------------
in these two files :

php.ini-production
php.ini-development

description for short_open_tag currently looks like this :

; This directive determines whether or not PHP will recognize code between
; <? and ?> tags as PHP source which should be processed as such. For
several
; years we recommended that you not use the short tag shortcut and
; instead to use the full <?php and ?> tag combination. With the widespread
use
; of XML and use of these tags by other languages, the server can become
easily
; confused and end up parsing the wrong code in the wrong context.
; This shortcut is still supported for backwards compatibility, but we
; recommend against its use.

a couple of suggested changes :

* "you not use" -> "you do not use"
* "instead to use" -> "instead use"

it could probably be rewritten completely, but at least these two changes
should be considered


-- 
Edit bug report at https://bugs.php.net/bug.php?id=65644&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=65644&r=trysnapshot54
Try a snapshot (PHP 5.3):   
https://bugs.php.net/fix.php?id=65644&r=trysnapshot53
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=65644&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=65644&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=65644&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=65644&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=65644&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=65644&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=65644&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=65644&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=65644&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=65644&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=65644&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=65644&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=65644&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=65644&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=65644&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=65644&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=65644&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=65644&r=mysqlcfg

Reply via email to