-
php-graph-sdk version 5.7.0 is not fully compatible with servers running on PHP 7.2 or higher.
* Function **mcrypt_create_iv**() is deprecated since PHP 7.1 and removed since PHP 7.2.
* Extensio…
-
Hi,
I created a project with:
```shell
composer require ercorp/ssrs-sdk
```
My index.php is:
```php
require "vendor\autoload.php";
$rs = new SSRSReport(new Credentials($settings["UID"], $s…
-
php7.4 版本
code check report:
[08-Dec-2023 06:17:47 UTC] PHP Fatal error: Cannot use 'object' as class name as it is reserved in ./vendor/alibabacloud/tea-oss-sdk/src/OSS/DeleteMultipleObjectsReques…
-
Please add to the note a runner example for C9 SDK.
And that you need PHP xdebug extension enabled for PHP CLI
This is the runner I use
```
{
"cmd": [ "cat" ],
"selector": "^.*\\.(ph…
-
Usando o codigo https://github.com/mercadolibre/php-sdk/blob/master/examples/example_login.php o access_token, expires_in e refresh_token vem em branco.
Alguem sabe como corrigir este problema?
…
-
Hello,
Since today, we have this error `custom_fields with a required parameter must specify an editor parameter.` when trying to create an embedded signature.
The template does not needs me to se…
-
From this commit https://github.com/aws/aws-sdk-php/blob/3.69.0/composer.json they have required sockets and pctnl extensions for require-dev. This breaks tests because they are run in dev. This means…
-
The new sandbox url will be `https://public-api.sandbox.bunq.com/v1/`.
This new environment will not support pub key pinning due to a bug in curl, see: https://curl.haxx.se/docs/todo.html#Support_i…
-
Hi,
When using the library I get this exception:
Exception: Call to undefined method MatscodePaystackUtilityText::uniqueStr()
/vendor/matscode/paystack-php-sdk/src/Resources/Transaction.php
…
nelwa updated
9 months ago
-
I had to tweak Dockerfile to make it work:
```
FROM ubuntu:18.04
ENV DEBIAN_FRONTEND=noninteractive
RUN add-apt-repository ppa:ondrej/php && \
apt-get update && \
apt install -y soft…