commit php5 for openSUSE:Factory
Hello community, here is the log from the commit of package php5 for openSUSE:Factory checked in at 2012-08-31 09:55:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php5 (Old) and /work/SRC/openSUSE:Factory/.php5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "php5", Maintainer is "PGajdos@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/php5/php5.changes 2012-07-30 20:38:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.php5.new/php5.changes 2012-08-31 09:55:34.000000000 +0200 @@ -1,0 +2,12 @@ +Mon Aug 27 14:47:48 UTC 2012 - pgajdos@suse.com + +- use FilesMatch with 'SetHandler' rather than 'AddHandler' + [bnc#775852] + +------------------------------------------------------------------- +Mon Aug 27 14:44:27 UTC 2012 - pgajdos@suse.com + +- updated to 5.3.16: + * fixes over 20 bugs, see NEWS for more details + +------------------------------------------------------------------- Old: ---- php-5.3.15.tar.bz2 New: ---- php-5.3.16.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php5.spec ++++++ --- /var/tmp/diff_new_pack.nQERdp/_old 2012-08-31 09:55:40.000000000 +0200 +++ /var/tmp/diff_new_pack.nQERdp/_new 2012-08-31 09:55:40.000000000 +0200 @@ -105,7 +105,7 @@ #define builtin_tz_ver 2007.9 ### ### -Version: 5.3.15 +Version: 5.3.16 Release: 0 Provides: php Provides: php-api = %{apiver} ++++++ php-5.3.15.tar.bz2 -> php-5.3.16.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/php5/php-5.3.15.tar.bz2 /work/SRC/openSUSE:Factory/.php5.new/php-5.3.16.tar.bz2 differ: char 11, line 1 ++++++ php-suse-addons.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/php-suse-addons/sysconfig.apache2 new/php-suse-addons/sysconfig.apache2 --- old/php-suse-addons/sysconfig.apache2 2006-08-06 09:14:25.000000000 +0200 +++ new/php-suse-addons/sysconfig.apache2 2012-08-30 10:38:01.000000000 +0200 @@ -1,11 +1,12 @@ <IfModule mod_php5.c> - AddHandler application/x-httpd-php .php4 - AddHandler application/x-httpd-php .php5 - AddHandler application/x-httpd-php .php - AddHandler application/x-httpd-php-source .php4s - AddHandler application/x-httpd-php-source .php5s - AddHandler application/x-httpd-php-source .phps + <FilesMatch "\.ph(p[345]?|tml)$"> + SetHandler application/x-httpd-php + </FilesMatch> + <FilesMatch "\.php[345]?s$"> + SetHandler application/x-httpd-php-source + </FilesMatch> DirectoryIndex index.php4 DirectoryIndex index.php5 DirectoryIndex index.php </IfModule> + -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de