deprecated comment in imap.ini

Bug #540214 reported by Thomas
32
This bug affects 6 people
Affects Status Importance Assigned to Milestone
php-imap (Ubuntu)
Fix Released
Low
Andrew Starr-Bochicchio

Bug Description

When start PHP on the command line, I get:

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

Please replace it with ; to avoid the message.

Thanks,
Thomas

ProblemType: Bug
Architecture: amd64
Date: Wed Mar 17 12:04:59 2010
DistroRelease: Ubuntu 10.04
Package: php5-imap 5.3.1-0ubuntu1
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
SourcePackage: php-imap
Uname: Linux 2.6.32-16-generic x86_64

Related branches

Revision history for this message
Thomas (t.c) wrote :
Revision history for this message
John Edwards (john-cornerstonelinux) wrote :

The bug is actually in /etc/php5/conf.d/imap.ini, which is the file that /etc/php5/cli/conf.d/imap.ini is linked to.

All this needs to be fixed is the comment character changed from '#' to ';'.

Revision history for this message
John Edwards (john-cornerstonelinux) wrote :

Here is the patch:
--- /etc/php5/conf.d/imap.ini.orig 2010-03-03 12:41:33.000000000 +0000
+++ /etc/php5/conf.d/imap.ini 2010-03-26 15:41:49.000000000 +0000
@@ -1,2 +1,2 @@
-# configuration for php Imap module
+; configuration for php Imap module
 extension=imap.so

Changed in php-imap (Ubuntu):
status: New → Confirmed
Changed in php-imap (Ubuntu):
status: Confirmed → In Progress
importance: Undecided → Low
assignee: nobody → Andrew Starr-Bochicchio (andrewsomething)
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package php-imap - 5.3.2-0ubuntu3

---------------
php-imap (5.3.2-0ubuntu3) maverick; urgency=low

  * debian/imap.ini: Fix deprecated comment. (LP: #540214)
  * Convert to Debian Source Format 3.0 (quilt).
  * Bump Standards Version to 3.8.4
  * Remove un-needed debian/README.source
 -- Andrew Starr-Bochicchio <email address hidden> Thu, 10 Jun 2010 12:47:23 -0400

Changed in php-imap (Ubuntu):
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.