Tagged Questions
0
votes
1answer
186 views
How can I enable Zend Guard Loader extension (ZendLoader.dll) on Azure?
I have an azure website running php 5.3 and files encrypted with Zend Guard. I can't get azure to load ZendGuard extension. I have followed this advice:
...
-2
votes
0answers
26 views
control Windows Azure Virtual Machines from my own PHP server
Are there any "getting started" guides to controlling Windows Azure virtual machines from PHP?
I have read through the Windows Azure rest api for virtual machines a few times, but so far have been ...
0
votes
1answer
73 views
Wordpress - writing data to SQL Server
I have a wordpress install hosted on microsoft azure server in a mySQL database.
I have a need to save customer details from the wooComerece shopping cart to a SQL Server also running in Azure.
I ...
0
votes
2answers
25 views
Encountered a runtime exception when running code
I am trying to interact my web app with azure api. I got this php exception error. Can anyone tell me what is it?
RuntimeException: The provided config value '[http | https]' does not belong to the ...
-3
votes
0answers
25 views
SQL Azure Federation creation? [closed]
I have a database in mysql. Now I want to create that in sql azure.
I created one ROOT Database and one federation under that. Upto this I am clear after this I have some doubts..
Does it required ...
0
votes
1answer
60 views
How to upload large block blobs with the Azure PHP SDK by chunking them?
I want to upload large block blobs to Azure storage by chunking them using the Azure PHP SDK, but I can't find a sample of how to do this anywhere, so how do I do it using the Azure PHP SDK?
2
votes
1answer
38 views
Automatically move uploaded file on Azure
I have a video file, which i'm uploading with php as blob to Windows Azure. Is there some way to make Azure move this file in media storage, re-encode it and publish?
Thanks!
0
votes
0answers
24 views
this PHP code functions in XAMPP but AZURE shows code in browser
<?php
require_once('functions.php');
//display links from xml
$links = simple_load_file('links.xml');
foreach($links as $link){
$name = $link['name'];
$ref = $link->loc;
echo "<a ...
1
vote
0answers
47 views
How can I sovle Internal Server Error for SendGrid Email Function
I want to create SendGrid Email Function in Windows Azure with PHP.
I referenced the code from Windows Azure as follow.
<?php
include_once "lib/swift_required.php";
/*
* Create the body of ...
2
votes
4answers
1k views
Bing API Authorization not working
I recently got an email from Microsoft saying that the Bing API was moving to the Windows Azure Marketplace. It seemed that the main difference between the new request was the authentication.
After ...
1
vote
1answer
35 views
Uploading and accessing files in Azure without using the Data Storage
If using Windows Azure and an ASP.NET web site with PHP script to upload files, can I access those files from the server or must I use the Data Storage facilities?
i.e. I'd like to reference the ...
0
votes
1answer
107 views
Azure SQL Server & Yii Active Record
I have an SQL Database in Windows Azure and Yii app on local machine. I use PHP 5.4.9 and php_pdo_sqlsrv_54_nts.dll driver.
Main.php:
'db'=>array(
'connectionString' => ...
0
votes
1answer
33 views
MySQLi not available on Windows Azure Websites
Since the beginning of last week, I have started recieving the following message in my logs:
[26-Jun-2013 03:00:08] 1. Try to dump database …
[26-Jun-2013 03:00:08] ERROR: No MySQLi extension found. ...
-2
votes
0answers
19 views
can anyone please help me out how to work with php and adodb right now i am using windows azure database [closed]
can anyone please help me out how to work with php and adodb right now i am using windows azure database.
I have knowledge of core php but it is not helping me out. I am new to the php 5
1
vote
1answer
58 views
ZendService\WindowsAzure with zf2
I'm trying to install zendservice-windowsazure using composer. My composer.json looks like this:
{
"repositories": [{
"type": "pear",
"url": "http://pear.php.net"
},
{
...