Your message dated Tue, 31 Jan 2012 14:53:52 +0100
with message-id <[email protected]>
and subject line Re: php5: # deprecated in comments
has caused the Debian Bug report #618022,
regarding php5: # deprecated in comments
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.)
--
618022: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618022
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: php5
Version: 5.3.3-7
Severity: minor
Since today, i got this mail from cron:
PHP Deprecated: Comments starting with '#' are deprecated in
/etc/php5/cli/conf.d/gd.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in
/etc/php5/cli/conf.d/imap.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in
/etc/php5/cli/conf.d/mcrypt.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in
/etc/php5/cli/conf.d/mssql.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in
/etc/php5/cli/conf.d/mysql.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in
/etc/php5/cli/conf.d/mysqli.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in
/etc/php5/cli/conf.d/odbc.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in
/etc/php5/cli/conf.d/pdo.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in
/etc/php5/cli/conf.d/pdo_dblib.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in
/etc/php5/cli/conf.d/pdo_mysql.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in
/etc/php5/cli/conf.d/pdo_odbc.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in
/etc/php5/cli/conf.d/pdo_pgsql.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in
/etc/php5/cli/conf.d/pdo_sqlite.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in
/etc/php5/cli/conf.d/pgsql.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in
/etc/php5/cli/conf.d/sqlite.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in
/etc/php5/cli/conf.d/xsl.ini on line 1 in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library
'/usr/lib/php5/20090626+lfs/fileinfo.so' -
/usr/lib/php5/20090626+lfs/fileinfo.so: cannot open shared object file: No such
file or directory in Unknown on line 0
-- System Information:
Debian Release: 6.0
APT prefers squeeze-updates
APT policy: (500, 'squeeze-updates'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages php5 depends on:
ii libapache2-mod-php5 5.3.3-7 server-side, HTML-embedded scripti
ii php5-cgi 5.3.3-7 server-side, HTML-embedded scripti
ii php5-common 5.3.3-7 Common files for packages built fr
php5 recommends no packages.
php5 suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi,
> Since today, i got this mail from cron:
>
> PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5
> /cli/conf.d/gd.ini on line 1 in Unknown on line 0
> PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5
> /cli/conf.d/imap.ini on line 1 in Unknown on line 0
Those config files have been changed to remove the deprecated comment
signs, both in the php5 package and in module packages.
> Also, on this bug, it causes rebuilding of php5[1] to fail all its
> tests. Cursory investigation is that those same messages are being
> emitted by the tests, causing them to all fail.
This also is no longer true.
Cheers,
Thijs
--- End Message ---