[Pkg-php-commits] [php/debian-sid] use '; ' instead of '#' as comments in module ini files

Sean Finney seanius at debian.org
Sun Feb 7 23:17:14 UTC 2010


use of '#' is now deprecated and will otherwise issue warnings.
---
 debian/php5-module.ini |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/php5-module.ini b/debian/php5-module.ini
index bc1d490..00eeef0 100644
--- a/debian/php5-module.ini
+++ b/debian/php5-module.ini
@@ -1,2 +1,2 @@
-# configuration for php @extname@ module
+; configuration for php @extname@ module
 extension=@dsoname at .so
-- 
1.6.3.3





More information about the Pkg-php-commits mailing list