deprecated comment in mcrypt.ini
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
php-mcrypt (Ubuntu) |
Fix Released
|
Wishlist
|
Unassigned | ||
Lucid |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
When start PHP on the command line, I get:
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/
Please replace it with ; to avoid the message.
Thanks,
Thomas
ProblemType: Bug
Architecture: amd64
Date: Wed Mar 17 12:00:54 2010
DistroRelease: Ubuntu 10.04
Package: php5-mcrypt 5.3.1-0ubuntu1
ProcEnviron:
LANG=de_DE.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: php-mcrypt
Uname: Linux 2.6.32-16-generic x86_64
==
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.
Changed in php-mcrypt (Ubuntu): | |
status: | New → Confirmed |
status: | Confirmed → In Progress |
Changed in php-mcrypt (Ubuntu): | |
assignee: | nobody → Mirsal Ennaime (mirsal-ennaime) |
Changed in php-mcrypt (Ubuntu): | |
status: | Fix Released → Confirmed |
Changed in php-mcrypt (Ubuntu): | |
assignee: | nobody → Luke Faraone (lfaraone) |
importance: | Undecided → Wishlist |
Changed in php-mcrypt (Ubuntu): | |
status: | Confirmed → Fix Committed |
assignee: | Luke Faraone (lfaraone) → nobody |
description: | updated |
description: | updated |
This debdiff fixes the issue