Hello,
In Curl.php, HEAD method is not supported.
When I used Microsoft_Http_Client_Adapter_Curl as an adapter, some methods did not operate.
Please apply attached patch.
Thanks, togawa.
Id #7139 | Release:
None
| Updated: Feb 14 at 7:27 PM by togawa | Created: Sep 22, 2012 at 12:15 PM by togawa
Hello,
In Sockt.php, when large size is specified as fread, the eof does not operate normally.
Please apply attached patch.
Thanks,
togawa.
Id #7138 | Release:
None
| Updated: Feb 14 at 7:27 PM by togawa | Created: Sep 22, 2012 at 6:54 AM by togawa
Hello,
there is critical bug in file lib/Microsoft/WindowsAzure/Storage/Blob.php, at line 1864.
When include paths are not set as expected, require_once() fails.
Solution: Let autoloader do its...
Id #6955 | Release:
None
| Updated: Feb 14 at 7:27 PM by jkufner | Created: May 17, 2012 at 2:04 PM by jkufner
Hello,
few octal numbers are written as strings, so mkdir function cannot understand them.
Please apply attached patch.
Thanks,
Josef Kufner.
Id #6940 | Release:
None
| Updated: Feb 14 at 7:27 PM by jkufner | Created: May 11, 2012 at 9:31 AM by jkufner
http://msdn.microsoft.com/en-us/library/windowsazure/dd179338.aspx states that "Table names are case-insensitive."
Surely the 'tableExists' function in 'Microsoft_WindowsAzure_Storage_Table' shou...
Id #6928 | Release:
None
| Updated: Feb 14 at 7:27 PM by sivakatir | Created: May 4, 2012 at 10:17 AM by jonnu
When Microsoft_WindowsAzure_Storage_Table->retrieveEntities is called with:
* the $tableName parameter set to an instance of Microsoft_WindowsAzure_Storage_TableEntityQuery rather than a string,...
Id #6924 | Release:
None
| Updated: Feb 14 at 7:27 PM by benbellamy1987 | Created: May 2, 2012 at 1:42 PM by benbellamy1987
The problem is that when I call this:
$entity = $storage -> retrieveEntities($tableName);
$entity -> Name = "New name;"
$storage -> updateEntity($tableName,$entity);
it fails giving me Microsof...
Id #6901 | Release:
None
| Updated: Feb 14 at 7:27 PM by novakcelebrio | Created: Apr 21, 2012 at 9:08 PM by novakcelebrio
Hi,
I was running the command line:
scaffolder run -out=./sample
When I got these errors:
2: Error in C:\Program Files (x86)\Windows Azure SDK for PHP 4.1.0\scaffolders\DefaultScaffolder.phar...
Id #6824 | Release:
None
| Updated: Feb 14 at 7:27 PM by arcturien | Created: Mar 4, 2012 at 9:30 PM by arcturien
The $mode is used as string in several places in PackageScaffolderAbstract.php, which leads to failures on Linux when using a scaffolder.
Id #6700 | Release:
None
| Updated: Feb 14 at 7:27 PM by beberlei | Created: Jan 1, 2012 at 1:45 PM by beberlei
In Microsoft/WindowsAzure/Storage/Blob.php at line 1691:
$query[] = 'prefix=' . $prefix;
This should be:
$query['prefix'] = $prefix;
Id #6669 | Release:
None
| Updated: Feb 14 at 7:27 PM by LittleNewton | Created: Dec 9, 2011 at 12:03 PM by Dan15