Demin Yin

Results 27 comments of Demin Yin

@leocavalcante Sorry I don't know. I assume that there is a private Git repository to render site [https://wiki.swoole.com/](https://wiki.swoole.com/), which is not maintained by the Swoole team on GitHub. GitHub repository...

The issue was not caused by the code block added. If you use Laravel Octane, maybe there is some installation/configuration issue with Laravel Octane. Better follow the installation instructions of...

I should have asked this question first: How did you run the Laravel application? Under PHP-FPM? **Swoole doesn't work under PHP-FPM.** To run a Laravel application under Swoole, people have...

I saw similar issue when running the image in a GitLab runner: ```text docker run --rm -t jbfavre/vertica:9.2.0-7_ubuntu-16.04 Starting up Fixing filesystem permissions Creating database Info: no password specified, using...

Starting from Swoole [v5.0.0](https://github.com/swoole/swoole-src/releases/tag/v5.0.0), the [swoole_postgresql](https://github.com/swoole/ext-postgresql) extension is part of Swoole. Besides that, there are more and more differences between Swoole and OpenSwoole. I'm closing the issue since no feedback...

it seems that some use statements are missing. Could you please add them and try again? ```php

I tested the code without the autoloading part, and it worked fine. Could you please remove the autoloading part, try again, and see if it still happens? It it doesn't...

Tested on my Macbook as well with following installations. This time I didn't use Docker, but still don't see the issue. ```text demin$ php -v PHP 8.0.11 (cli) (built: Sep...

How to debug a Swoole-based web server using _yasd_ (Yet Another Swoole Debugger) in Phpstorm? Please check here: [https://github.com/swoole/docker-swoole/tree/master/examples/35-debug-with-yasd](https://github.com/swoole/docker-swoole/tree/master/examples/35-debug-with-yasd)

Forgot to mention that my installation has Nginx module [PageSpeed](https://github.com/pagespeed/ngx_pagespeed) included. After the patch I also need to flush [PageSpeed cache folder](https://modpagespeed.com/doc/system#file_cache) to make it work.