summaryrefslogtreecommitdiffstats
path: root/PHP_CompatInfo-2.14.0.patch
diff options
context:
space:
mode:
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);