]> git.pld-linux.org Git - packages/ZendFramework.git/blobdiff - ZendFramework-deps.patch
up to 1.12.11
[packages/ZendFramework.git] / ZendFramework-deps.patch
index 0f1d25c226df56bd3fb828b071491539201a1f3b..e5f84e176b1f5f8b207b34a24f71107fa2e226d4 100644 (file)
@@ -1,14 +1,3 @@
---- ZendFramework-1.7.6/library/Zend/Gdata/YouTube.php~        2009-03-10 22:11:26.000000000 +0200
-+++ ZendFramework-1.7.6/library/Zend/Gdata/YouTube.php 2009-03-10 22:13:01.898984500 +0200
-@@ -687,7 +687,7 @@
-     public function getFriendActivityForCurrentUser()
-     {
-         if (!$this->isAuthenticated()) {
--            require_once 'Zend/Gdata/YouTube/App/Exception.php';
-+            require_once 'Zend/Gdata/App/Exception.php';
-             throw new Zend_Gdata_App_Exception('You must be authenticated to ' .
-                 'use the getFriendActivityForCurrentUser function in Zend_' .
-                 'Gdata_YouTube.');
 --- ZendFramework-1.7.6/library/Zend/Service/Audioscrobbler/Exception.php~     2009-03-10 22:15:39.811374312 +0200
 +++ ZendFramework-1.7.6/library/Zend/Service/Audioscrobbler/Exception.php      2009-03-10 22:15:31.689629002 +0200
 @@ -0,0 +1,32 @@
 +class Zend_Service_Audioscrobbler_Exception extends Exception
 +{
 +}
+--- ZendFramework-1.12.4/library/Zend/Xml/Security.php~        2014-05-19 22:41:57.000000000 +0300
++++ ZendFramework-1.12.4/library/Zend/Xml/Security.php 2014-05-19 23:12:43.208009810 +0300
+@@ -39,7 +39,7 @@
+     protected static function heuristicScan($xml)
+     {
+         if (strpos($xml, '<!ENTITY') !== false) {
+-            require_once 'Exception.php';
++            require_once 'Zend/Xml/Exception.php';
+             throw new Zend_Xml_Exception(self::ENTITY_DETECT);
+         }
+     }
+@@ -96,7 +96,7 @@
+             foreach ($dom->childNodes as $child) {
+                 if ($child->nodeType === XML_DOCUMENT_TYPE_NODE) {
+                     if ($child->entities->length > 0) {
+-                        require_once 'Exception.php';
++                        require_once 'Zend/Xml/Exception.php';
+                         throw new Zend_Xml_Exception(self::ENTITY_DETECT);
+                     }
+                 }
+@@ -130,7 +130,7 @@
+     public static function scanFile($file, DOMDocument $dom = null)
+     {
+         if (!file_exists($file)) {
+-            require_once 'Exception.php';
++            require_once 'Zend/Xml/Exception.php';
+             throw new Zend_Xml_Exception(
+                 "The file $file specified doesn't exist"
+             );
This page took 0.064432 seconds and 4 git commands to generate.