summaryrefslogtreecommitdiffstats
path: root/PHP_CompatInfo-2.14.0.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-03-18 16:49:48 +0100
committerRemi Collet <fedora@famillecollet.com>2013-03-18 16:49:48 +0100
commitae5461bf21976a1198c7dc2771519ba96d2d42c3 (patch)
tree740baeafcd4b5b1a00620262cd25809672606882 /PHP_CompatInfo-2.14.0.patch
parentf2c0453470b2eebe38a0691d2b0c176e5aa51339 (diff)
php-bartlett-PHP-CompatInfo: add patch for broken extension report
Diffstat (limited to 'PHP_CompatInfo-2.14.0.patch')
-rw-r--r--PHP_CompatInfo-2.14.0.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/PHP_CompatInfo-2.14.0.patch b/PHP_CompatInfo-2.14.0.patch
new file mode 100644
index 0000000..ab11208
--- /dev/null
+++ b/PHP_CompatInfo-2.14.0.patch
@@ -0,0 +1,11 @@
+--- PHP_CompatInfo-2.14.0/PHP/CompatInfo/Report/Extension.php 2013-03-16 10:58:51.000000000 +0100
++++ PHP_CompatInfo-2.14.0/PHP/CompatInfo/Report/Extension.php 2013-03-18 16:36:30.001438567 +0100
+@@ -45,7 +45,7 @@
+ $this->totalConditions = 0;
+ $this->globalVersions = array('4.0.0', '');
+
+- if ($this->isEmpty($elements)) {
++ if ($this->isEmpty($extensions)) {
+ return;
+ }
+ $this->printTHeader($base, false, $extensions);