-
首先感谢大神开发php版本的淘宝TMC sdk!
源码里除了int长度过大问题需要注意的(可以修改php.ini解决),其他也没有硬性决定低版本php不可用的地方,为何代码中硬性检测php版本必须大于5.6呢?
-
```
Try to launch a PHP based app using the launcher, get PHP executable not found
error message when loading the page.
Patch file below adds a php_runtime preference to be set to the path to
php-c…
-
```
Try to launch a PHP based app using the launcher, get PHP executable not found
error message when loading the page.
Patch file below adds a php_runtime preference to be set to the path to
php-c…
-
https://github.com/dueros/bot-sdk/blob/dc47850e5178a1af9902e6bae15b4b17f7f64003/src/Directive/Display/Template/ListTemplate.php#L37
-
Without this mirror source, can we use TencentCloud/tencentcloud-sdk-php?
-
Hello Guys,
I just tried out the PHP SDK, used composer to install and when i try to use the first sample code which is
```
require_once __DIR__.'/vendor/autoload.php';
use ApiAi\Client;
tr…
-
```
Try to launch a PHP based app using the launcher, get PHP executable not found
error message when loading the page.
Patch file below adds a php_runtime preference to be set to the path to
php-c…
-
```
Try to launch a PHP based app using the launcher, get PHP executable not found
error message when loading the page.
Patch file below adds a php_runtime preference to be set to the path to
php-c…
-
```
Try to launch a PHP based app using the launcher, get PHP executable not found
error message when loading the page.
Patch file below adds a php_runtime preference to be set to the path to
php-c…
-
Hi!
I'm using symfony 4 and when I try to set the config parameters fom env variables, a throw execption is launched because try to check if the queue name finish with ".fifo"
//qpush.yaml
uecode…