Demin Yin

Results 7 issues of Demin Yin

Fixed: * Fix accessing undefined properties in method \Swoole\NameResolver::checkResponse(). ([commit](https://github.com/swoole/library/commit/7a6396e45f4d4517a049584a746285d6501cf71d)) * Fix the implementation of method `\Swoole\MultibyteStringObject::chunk()`. ([commit](https://github.com/swoole/library/commit/031eba5f6db2ffac66ce1cca6d1d63a213203724)) * Connection pool in Swoole does not support in-memory or temporary SQLite...

Hello! I have created a draft patch along with a few examples to enhance the support for asynchronous extensions/frameworks such as Swoole and OpenSwoole. You can find the patch at...

enhancement

This PR allows to use new versions of package `symfony/finder` v5. The change has been used in a production environment without causing any issue.

I have a site that has tens of thousands of pages, with Boost enabled. Today when I check the Sitemap page http://example.com/sitemap.xml I noticed there were only two links there....

I noticed that Drupal 8 logos didn't show up properly. In Chrome following message shown up when trying to visit http://example.com/core/themes/bartik/logo.svg (here "example.com" is a Drupal 8 site) > This...

In some PHP IDE (e.g., PhpStorm) you may see that method _\MrRio\ShellWrap::__toString()_ is highlighted with notification saying > ___toString() method must return a string_ This could be triggered with following...

If you use function _chdir()_ to change working directory to a different directory first, following two statements should still return same directories. However, in Travis CI they return different directories...