Title: [219132] trunk/LayoutTests
Revision
219132
Author
commit-qu...@webkit.org
Date
2017-07-05 09:35:41 -0700 (Wed, 05 Jul 2017)

Log Message

Incorrect IfModule on Fedora with with PHP 7
https://bugs.webkit.org/show_bug.cgi?id=174159

Patch by Charlie Turner <ctur...@igalia.com> on 2017-07-05
Reviewed by Michael Catanzaro.

* http/conf/fedora-httpd-2.4-php7.conf:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (219131 => 219132)


--- trunk/LayoutTests/ChangeLog	2017-07-05 16:17:34 UTC (rev 219131)
+++ trunk/LayoutTests/ChangeLog	2017-07-05 16:35:41 UTC (rev 219132)
@@ -1,3 +1,12 @@
+2017-07-05  Charlie Turner  <ctur...@igalia.com>
+
+        Incorrect IfModule on Fedora with with PHP 7
+        https://bugs.webkit.org/show_bug.cgi?id=174159
+
+        Reviewed by Michael Catanzaro.
+
+        * http/conf/fedora-httpd-2.4-php7.conf:
+
 2017-07-05  Youenn Fablet  <you...@apple.com>
 
         Receiving tracks should be ended when peer connection is being closed

Modified: trunk/LayoutTests/http/conf/fedora-httpd-2.4-php7.conf (219131 => 219132)


--- trunk/LayoutTests/http/conf/fedora-httpd-2.4-php7.conf	2017-07-05 16:17:34 UTC (rev 219131)
+++ trunk/LayoutTests/http/conf/fedora-httpd-2.4-php7.conf	2017-07-05 16:35:41 UTC (rev 219132)
@@ -116,7 +116,7 @@
 
 AddHandler send-as-is asis
 
-<IfModule mod_php5.c>
+<IfModule mod_php7.c>
     AddType application/x-httpd-php .php
     AddType application/x-httpd-php .bat
     AddType application/x-httpd-php-source .phps
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to