Hállex da Silva Costa
Hállex da Silva Costa
> Please answer these questions before submitting your issue. > > 1. What did you do? If possible, provide a simple script for reproducing the error. > > update swoole...
Sorry for taking so long to answer. Confirming swoole-5.1.3 fixes it!
> Can you find this file in your packaged phar? (not micro binary, just phar) https://github.com/hyperf/hyperf/blob/master/src/framework/src/Event/BeforeServerStart.php > > And it would be better if you could provide phar build method....
> I forgot to ask earlier, how did you compile micro.sfx and php-cli? (Commands and operating system environment used) Operation System: `Ubuntu 22.04` PHP Version: `8.1.28` PHP CLI in my...
> Try this? https://hyperf.wiki/3.1/#/en/phar?id=precautions > > I briefly tried hyperf-skeleton locally and seemed to encounter the same error, but it turned out to be a problem with the pid file...
I reset my settings and cloned the project, downloaded and built it again and now I'm getting an error even though I set the `memory_limit` as an argument when `phar`...
> @wheakerd In theory, static-php does not have any special handling for PHARs when building micro SAPI. The only possible problem is reading the PHAR itself from the code in...
> `SWOOLE_HOOK_FILE` are used by swoole to hook standard php file function such as `file_get_contents`, `fopen` to make it to non-blocking function. So if you disable this hook, and your...
> I would also add some default frontmatter like: > > * Original Author > * Last Updated > * Last Updated By @kfb1007 @schittli @wixregiga The default front matter...
> JSON formats work correctly if you don't need to run js. Convert the `relay.config.js` to `relay.config.json` apparently solves my problem, seems the relay has some issues with the compatibility...