-
Hi. First of all: great project! In only two days I managed to switch from php pm to frankenphp. I hope this project will be maintained for a longer time ;)
As I'm not familiar with Caddy, I have no …
-
wx小程序 我爱计算机 浏览计算机科学相关的资料了 又老了一岁,写给自己:
1、现在的一切,都是从未奢望的惊喜,包括家庭、事业、爱好和一众好友,都让人满满的富足,这一年的最大收获把自己折腾明白了。
2、这一年,白头发多了不少,但都不是愁的,而是作息习惯不科学,刚刚还被孩儿他娘苛责了几句,真是的,要是小命儿没了,这可咋整,鼻子酸的像是涂了芥末。
3、折腾来折腾去,文字工作者的尿性,…
-
代码:
```php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://www.crmeb.com");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_TIMEOUT, 60); // 增加超时时间
curl_seto…
-
希望官网出一个 s2i-php-container 的样品
产考`https://github.com/sclorg/s2i-php-container` 写了 `https://github.com/littlezo/s2i-php-container` 最终能构建成功,但运行是项目代码没了导致无法正常启动
希望官网能出一个demo供产考 需求 swoole 无 web服务器 不…
-
Please answer these questions before submitting your issue.
1. What did you do? If possible, provide a simple script for reproducing the error.
```shell
git clone https://github.com/appwrite/ap…
-
Please answer these questions before submitting your issue.
1. What did you do? If possible, provide a simple script for reproducing the error.
近期需要分析 hyperf 项目瓶颈,想要制作火焰图,在安装完后,启动项目报错
2. What…
-
I use workerman for microservices.
For example:
index.php:
```php
-
I read your docs but I don't really understand how I can send a message during a process.
In my case, for exemple, I'd like to "dispatch/broadcast/push" (I don't know what's the correct term) a mes…
etshy updated
5 years ago
-
Please answer these questions before submitting your issue.
1. What did you do? If possible, provide a simple script for reproducing the error.
```php
$client = new \Swoole\Coroutine\Http\Clien…
-
Hello @n0nag0n
I am setting up new server and wanted to explore setting up new server via Swoole HTTP server.
I have used the code, and made necessary changes to the code.
However, I am st…