]> git.pld-linux.org Git - packages/ZendFramework.git/blob - ZendFramework-deps.patch
- updated to 1.8.1
[packages/ZendFramework.git] / ZendFramework-deps.patch
1 --- ZendFramework-1.7.6/library/Zend/Service/Audioscrobbler/Exception.php~      2009-03-10 22:15:39.811374312 +0200
2 +++ ZendFramework-1.7.6/library/Zend/Service/Audioscrobbler/Exception.php       2009-03-10 22:15:31.689629002 +0200
3 @@ -0,0 +1,32 @@
4 +<?php
5 +/**
6 + * Zend Framework
7 + *
8 + * LICENSE
9 + *
10 + * This source file is subject to the new BSD license that is bundled
11 + * with this package in the file LICENSE.txt.
12 + * It is also available through the world-wide-web at this URL:
13 + * http://framework.zend.com/license/new-bsd
14 + * If you did not receive a copy of the license and are unable to
15 + * obtain it through the world-wide-web, please send an email
16 + * to license@zend.com so we can send you a copy immediately.
17 + *
18 + * @category   Zend
19 + * @package    Zend_Service
20 + * @subpackage Audioscrobbler
21 + * @copyright  Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
22 + * @license    http://framework.zend.com/license/new-bsd     New BSD License
23 + * @version    $Id$
24 + */
25 +
26 +/**
27 + * @category   Zend
28 + * @package    Zend_Service
29 + * @subpackage Audioscrobbler
30 + * @copyright  Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
31 + * @license    http://framework.zend.com/license/new-bsd     New BSD License
32 + */
33 +class Zend_Service_Audioscrobbler_Exception extends Exception
34 +{
35 +}
36 --- ZendFramework-1.8.0/library/Zend/Soap/Wsdl/Strategy/Abstract.php~   2009-05-01 23:51:12.793349399 +0200
37 +++ ZendFramework-1.8.0/library/Zend/Soap/Wsdl/Strategy/Abstract.php    2009-05-02 10:39:48.389040625 +0200
38 @@ -20,7 +20,7 @@
39   * @version    $Id$
40   */
41  
42 -require_once "Interface.php";
43 +require_once "Zend/Soap/Wsdl/Strategy/Interface.php";
44  
45  /**
46   * Abstract class for Zend_Soap_Wsdl_Strategy.
47 --- ZendFramework-1.8.0/library/Zend/Soap/Wsdl/Strategy/AnyType.php~    2009-05-01 23:51:12.793349399 +0200
48 +++ ZendFramework-1.8.0/library/Zend/Soap/Wsdl/Strategy/AnyType.php     2009-05-02 10:39:38.509042144 +0200
49 @@ -20,7 +20,7 @@
50   * @version    $Id$
51   */
52  
53 -require_once "Interface.php";
54 +require_once "Zend/Soap/Wsdl/Strategy/Interface.php";
55  
56  class Zend_Soap_Wsdl_Strategy_AnyType implements Zend_Soap_Wsdl_Strategy_Interface
57  {
58 @@ -44,4 +44,4 @@
59      {
60          return 'xsd:anyType';
61      }
62 -}
63 \ Brak znaku nowej linii na końcu pliku
64 +}
65 --- ZendFramework-1.8.0/library/Zend/Soap/Wsdl/Strategy/ArrayOfTypeSequence.php~        2009-05-01 23:51:12.793349399 +0200
66 +++ ZendFramework-1.8.0/library/Zend/Soap/Wsdl/Strategy/ArrayOfTypeSequence.php 2009-05-02 10:39:13.049044140 +0200
67 @@ -19,7 +19,7 @@
68   * @version    $Id$
69   */
70  
71 -require_once "Abstract.php";
72 +require_once "Zend/Soap/Wsdl/Strategy/Abstract.php";
73  
74  class Zend_Soap_Wsdl_Strategy_ArrayOfTypeSequence extends Zend_Soap_Wsdl_Strategy_Abstract
75  {
76 @@ -147,4 +147,4 @@
77              $this->getContext()->addType($arrayType);
78          }
79      }
80 -}
81 \ Brak znaku nowej linii na końcu pliku
82 +}
83 --- ZendFramework-1.8.0/library/Zend/Soap/Wsdl/Strategy/DefaultComplexType.php~ 2009-05-01 23:51:12.793349399 +0200
84 +++ ZendFramework-1.8.0/library/Zend/Soap/Wsdl/Strategy/DefaultComplexType.php  2009-05-02 10:39:21.962376624 +0200
85 @@ -20,7 +20,7 @@
86   * @version    $Id$
87   */
88  
89 -require_once "Abstract.php";
90 +require_once "Zend/Soap/Wsdl/Strategy/Abstract.php";
91  
92  class Zend_Soap_Wsdl_Strategy_DefaultComplexType extends Zend_Soap_Wsdl_Strategy_Abstract
93  {
This page took 0.113105 seconds and 3 git commands to generate.