summaryrefslogtreecommitdiffstats
path: root/pma-php54.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-06-10 07:14:25 +0200
committerRemi Collet <fedora@famillecollet.com>2012-06-10 07:14:25 +0200
commit8002f3af82bd9ada9c8fddb202896434d908063d (patch)
treea36ef8fb6b795497958d74d73570634b62af1a8c /pma-php54.patch
repo reorg
Diffstat (limited to 'pma-php54.patch')
-rw-r--r--pma-php54.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pma-php54.patch b/pma-php54.patch
new file mode 100644
index 0000000..65cea87
--- /dev/null
+++ b/pma-php54.patch
@@ -0,0 +1,11 @@
+--- libraries/Error.class.php.orig 2011-11-13 18:40:23.860385540 +0100
++++ libraries/Error.class.php 2011-11-13 18:42:40.538840132 +0100
+@@ -175,7 +175,7 @@
+ $this->getMessage() .
+ $this->getFile() .
+ $this->getLine() .
+- $this->getBacktrace()
++ serialize($this->getBacktrace())
+ );
+ }
+