]> git.pld-linux.org Git - packages/ZendFramework.git/commitdiff
- Zend_Crypt_Math part
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 2 May 2009 09:07:17 +0000 (09:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ZendFramework-deps.patch -> 1.4

ZendFramework-deps.patch

index 73e6ab3e27b8eed577cdab8b857a7b168f654391..f76bb62182e0ca724d8778ac8108417274e57925 100644 (file)
  
  class Zend_Soap_Wsdl_Strategy_DefaultComplexType extends Zend_Soap_Wsdl_Strategy_Abstract
  {
+--- zend-framework.svn/library/Zend/Crypt/Math/BigInteger/Exception.php~       2009-05-01 23:34:03.303452679 +0200
++++ zend-framework.svn/library/Zend/Crypt/Math/BigInteger/Exception.php        2009-05-02 11:01:57.255575067 +0200
+@@ -14,7 +14,7 @@
+  * to license@zend.com so we can send you a copy immediately.
+  *
+  * @category   Zend
+- * @package    Zend_Math
++ * @package    Zend_Crypt
+  * @copyright  Copyright (c) 2007 Pádraic Brady
+  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+  * @version    $Id$
+@@ -22,16 +22,16 @@
+ /**
+- * Zend_Math_Exception
++ * Zend_Crypt_Math_Exception
+  */
+-require_once 'Zend/Math/Exception.php';
++require_once 'Zend/Crypt/Math/Exception.php';
+ /**
+  * @category   Zend
+- * @package    Zend_Math
++ * @package    Zend_Crypt
+  * @copyright  Copyright (c) 2007 Pádraic Brady
+  * @license    http://framework.zend.com/license/new-bsd     New BSD License
+  */
+-class Zend_Math_BigInteger_Exception extends Zend_Math_Exception
++class Zend_Crypt_Math_BigInteger_Exception extends Zend_Crypt_Math_Exception
+ {}
This page took 0.056328 seconds and 4 git commands to generate.