Index: trunk/extensions/WindowsAzureSDK/lib/PHPAzure/LICENSE.txt |
— | — | @@ -1,12 +0,0 @@ |
2 | | -Copyright (c) 2009 - 2011, RealDolmen |
3 | | -All rights reserved. |
4 | | - |
5 | | -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
6 | | - |
7 | | -* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. |
8 | | - |
9 | | -* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. |
10 | | - |
11 | | -* Neither the name of RealDolmen nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. |
12 | | - |
13 | | -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
\ No newline at end of file |
Index: trunk/extensions/WindowsAzureSDK/lib/PHPAzure/INSTALL.txt |
— | — | @@ -1,32 +0,0 @@ |
2 | | -INSTALLATION |
3 | | - |
4 | | -Windows Azure SDK for PHP requires no special installation steps. Simply download the SDK, |
5 | | -extract it to the folder you would like to keep it in, and add the library directory |
6 | | -to your PHP include_path. |
7 | | - |
8 | | -SYSTEM REQUIREMENTS |
9 | | - |
10 | | -Windows Azure SDK for PHP requires PHP 5.2.4 or later. |
11 | | - |
12 | | -CONFIGURING THE INCLUDE PATH |
13 | | - |
14 | | -Once you have a copy of Windows Azure SDK for PHP available, your application will need to |
15 | | -access the SDK classes. Though there are several ways to achieve this, your PHP include_path |
16 | | -needs to contain the path to the Windows Azure SDK for PHP classes under the /library |
17 | | -directory in this distribution. You can find out more about the PHP include_path |
18 | | -configuration directive here: |
19 | | - |
20 | | -http://www.php.net/manual/en/ini.core.php#ini.include-path |
21 | | - |
22 | | -Instructions on how to change PHP configuration directives can be found here: |
23 | | - |
24 | | -http://www.php.net/manual/en/configuration.changes.php |
25 | | - |
26 | | -GETTING STARTED |
27 | | - |
28 | | -The /tests directory in this distribution contains various samples on how to work with |
29 | | -Windows Azure SDK for PHP. |