Chun-Sheng, Li

Results 220 issues of Chun-Sheng, Li

# Changed log - Let this package require `php-5.5+` version at least because `php-5.4` is too old and outdated. - It looks like the `ext-openssl` is required before `php-7.0` version,...

When executing PHPUnit tests on `php-7.3` and `php-7.4` versions, it will output following error messages: ``` 1) Str\StrTest::testModifiers Failed asserting that Str\Str Object &0000000065f8b35f00000000357bdec6 ( 's' => 'önneki̇ş' ) matches...

help wanted

# Changed log - Resolves #16. - Changing some syntax and let these codes be compatible with `Python 3+` version. - The `raw_input` is removed since Python 3. Using the...

# Changed log - use the class-based PHPUnit namespace to support the latest PHPUnit version. - to support the ```php-7.2``` test, adding the latest PHPUnit version in ```composer.json```. - add...

Closes #55.

As title, some `exif_*` functions are missed. These functions are as follows: - [exif_imagetype](https://www.php.net/manual/en/function.exif-imagetype.php) ``` exif_imagetype('/not/found') PHP Warning: exif_imagetype(/not/found): failed to open stream: No such file or directory ``` -...

question
missing function

As title, it seems that this class still uses the `classmap` approach to load the `Browser` class in `composer.json`. I think we can consider using the `PSR-4` autoloader and the...

# Changed log - According to the official [PHPUnit doc](https://phpunit.de/manual/6.5/en/fixtures.html#fixtures.more-setup-than-teardown), it should be `protected function setUp` and `protected function tearDown` methods.

# Changed log - As title, since the Travis dot org is deprecated, it's time to drop the Travis CI setting.

As title, the `controller` and `middleware` templates always need to be created by developers manually every time. It should have the way to generate common `controllers` and `middleware` templates with...