PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/imagick.ini on line 1 in Unknown on line 0
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
php-imagick (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
When starting Apache (with PHP), the following line is output in the error log
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/
Changing the first line in /etc/php5/
# configuration for php imagick module
to
// configuration for php imagick module
resolves the issue.
ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: php5-imagick 2.1.1RC1-1build3
ProcVersionSign
Uname: Linux 2.6.32-19-generic x86_64
NonfreeKernelMo
Architecture: amd64
Date: Tue Apr 6 13:41:02 2010
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
ProcEnviron:
PATH=(custom, user)
LANG=en_GB.utf8
SHELL=/bin/bash
SourcePackage: php-imagick
==
SRU process update:
Error messages are printed on stderr when running the php command line interface, as well as in the apache error logs when mod_php is used.
This bug has been fixed in Maverick by replacing comments using the deprecated '#' notation by the new ';' notation.
PATCH: http://
TEST CASE: run the "php" command in a terminal. The following message is printed on stderr:
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/
Chances of a regression are null.
description: | updated |
Changed in php-imagick (Ubuntu): | |
status: | Confirmed → Fix Committed |
description: | updated |
description: | updated |
Should be replaced by ';' (semicolon)