File: 2001_fix-predis-autoloading.php

package info (click to toggle)
php-horde-hashtable 1.2.6-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 240 kB
  • sloc: php: 619; xml: 366; sh: 7; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
Description: Fix Predis auto-loading on Debian (due to weird empty /usr/share/php/Predis/ path).
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

--- /dev/null
+++ b/Horde_HashTable-1.2.6/test/Horde/HashTable/Autoload.php
@@ -0,0 +1,3 @@
+<?php
+
+Horde_Test_Autoload::addPrefix('Predis', 'php-nrk-predis/');