From 8002f3af82bd9ada9c8fddb202896434d908063d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 10 Jun 2012 07:14:25 +0200 Subject: repo reorg --- pma-php54.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pma-php54.patch (limited to 'pma-php54.patch') 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()) + ); + } + -- cgit