Package: php5 Version: 5.2.6.dfsg.1-1+lenny2 Severity: normal Hi,
I think it would be nice to add a comment to default php.ini to explain that extension=XXXX.so statements are automatically configured using /etc/php5/conf.d/*.ini fragments. I've attached a tiny patch to clarify my suggestion. Franklin -- System Information: Debian Release: 5.0 APT prefers stable APT policy: (400, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-xen-686 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages php5 depends on: ii php5-cgi 5.2.6.dfsg.1-1+lenny2 server-side, HTML-embedded scripti ii php5-common 5.2.6.dfsg.1-1+lenny2 Common files for packages built fr php5 recommends no packages. php5 suggests no packages. -- no debconf information
--- /usr/share/php5/php.ini-dist-ORIG 2009-01-26 23:45:01.000000000 +0100 +++ /usr/share/php5/php.ini-dist 2009-02-23 18:06:30.000000000 +0100 @@ -613,6 +613,8 @@ ; needs to go here. Specify the location of the extension with the ; extension_dir directive above. +; Debian packages that provides an extension usually include the statement +; "extension=foobar.so" in a configuration file in /etc/php5/conf.d/ ;;;;;;;;;;;;;;;;;;; ; Module Settings ;

