Alexander Fedra

Results 5 issues of Alexander Fedra

### Issue: PHP show warnings when the pool size is not big enough. This happens only with the php parallel extension. ### I create a small repository for testing: **https://github.com/dercoder/php-amphp-parallel-issue**...

bug

Currently i get this error on PHP 7.3 ErrorException: filter_var(): explicit use of FILTER_FLAG_SCHEME_REQUIRED and FILTER_FLAG_HOST_REQUIRED is deprecated ```php if (!filter_var($image, FILTER_VALIDATE_URL, FILTER_FLAG_HOST_REQUIRED)) { throw new InvalidArgumentException('The default image specified...

Bug - Low
Component: Avatar

The content will not be prepared like here: https://github.com/phalcon/cphalcon/blob/master/phalcon/cache/backend/redis.zep#L226 https://github.com/phalcon/cphalcon/blob/master/phalcon/cache/backend/redis.zep#L173

Aerospike
Bug - Medium

Hi, I get this notice message when I try to use a Carbon DateTime in a closure. It is working! Its just an Notice Error. So its not really important....

Version: v4.1.8 ### Bug Description Creating a class with the name "Enum" does not work because its in the keyword list. ### Steps To Reproduce ```php $file = new PhpFile();...