Package: php5-imagick
Version: 2.1.1RC1-1
Severity: normal

Hi,

The shipped imagick.ini config file snippet uses deprecated config file
comment syntax. This leads to a message like follows for each CLI
invocation:

PHP Deprecated:  Comments starting with '#' are deprecated in 
/etc/php5/cli/conf.d/imagick.ini on line 1 in Unknown on line 0                 
                                                                                
                    

Attached patch fixes that; please apply swiftly as the warnings can
be annoying. Thanks!


Thijs

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- debian/imagick.ini.orig     2010-01-02 22:53:20.000000000 +0100
+++ debian/imagick.ini  2010-01-02 22:53:04.000000000 +0100
@@ -1,2 +1,2 @@
-# configuration for php imagick module
+; configuration for php imagick module
 extension=imagick.so

Reply via email to