Your message dated Sun, 8 Apr 2012 18:23:42 +0200
with message-id
<caljhhg8x2sqndca2ajeyn1zri37pmdc+gxem0i83zpkfpgn...@mail.gmail.com>
and subject line Re: [php-maint] Bug#668053: [php5-common] php.ini-production
does not actually have production values
has caused the Debian Bug report #668053,
regarding [php5-common] php.ini-production does not actually have production
values
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
668053: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668053
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: php5-common
Version: 5.4.1~rc1-1
Severity: normal
/usr/share/php5/php.ini-production contains:
; This directive determines whether or not PHP will recognize code between
; <? and ?> tags as PHP source which should be processed as such. It's
been
; recommended for several years that you not use the short tag "short
cut" and
; instead to use the full <?php and ?> tag combination. With the wide
spread 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. But
because
; this short cut has been a feature for such a long time, it's
currently still
; supported for backwards compatibility, but we recommend you don't
use them.
; Default Value: On
; Development Value: Off
; Production Value: Off
; http://php.net/short-open-tag
short_open_tag = On
The actual value isn't the production value. The actual value also
differs from upstream's:
; This directive determines whether or not PHP will recognize code between
;<? and ?> tags as PHP source which should be processed as such. It's been
; recommended for several years that you not use the short tag "short cut" and
; instead to use the full<?php and ?> tag combination. With the wide spread 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. But because
; this short cut has been a feature for such a long time, it's currently still
; supported for backwards compatibility, but we recommend you don't use them.
; Default Value: On
; Development Value: Off
; Production Value: Off
; http://php.net/short-open-tag
short_open_tag = Off
http://git.php.net/?p=php-src.git;a=blob_plain;f=php.ini-production;h=ee830c3692d34d7b9683527a55ae218b5a9a9207;hb=refs/heads/PHP-5.4
This is just an example.
--- End Message ---
--- Begin Message ---
Version: 5.4.1~rc1-1
On Sun, Apr 8, 2012 at 17:56, Filipus Klutiero <[email protected]> wrote:
> The actual value isn't the production value.
That's an opinion, not a bug report.
> The actual value also differs from upstream's:
So what? We patch PHP in Debian in various ways. If you want vanilla
PHP, you install PHP from upstream.
Closing the bug.
O.
--
Ondřej Surý <[email protected]>
--- End Message ---