Gene Surov

Results 12 issues of Gene Surov

On our attempt to migrate to PHP8 we found out an issue with `DB\SQL\Mapper`: It throws an error `Undefined array key 0` on `fatfree/lib/db/sql/mapper.php:230`: ``` list($filter)=$filter; ``` Here's the complete...

Since PHP 8.2 dynamic property creation is deprecated, but could be suppressed with `#[\AllowDynamicProperties]` annotation. It fixes the deprecation warnings in tests: ``` PHP Deprecated: Creation of dynamic property Iodev\Whois\Modules\Tld\Parsers\TestCommonParser::$parserTypes...

Some users experience crashes due to default memory limit

When user choses `open with vim` it would be great to open at line where the problem is. Vim allows to open the file at certain line of code, e.g....

It would be great to add unit tests to the code to make it more reliable and tested.

The composer package is listed on packagist: https://packagist.org/packages/marcocesarato/amwscan but there's no mention in the documentation how to install the tool via composer. Something like `composer global require marcocesarato/amwscan` for global...

Hey, I was doing some tests of the library with php 7.1 and there are 4 tests failing: 1) DumpTest::testDump Failed asserting that two arrays are equal. --- Expected +++...

`composer install` no longer works as `mockery/mockery` branch no longer exists. It's been renamed to `main`. ``` Your requirements could not be resolved to an installable set of packages. Problem...

Trying to run `npm install` gives an error: ``` npm ERR! code CERT_HAS_EXPIRED npm ERR! errno CERT_HAS_EXPIRED npm ERR! request to https://registry.npm.taobao.org/yargs-parser/download/yargs-parser-13.1.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyargs-parser%2Fdownload%2Fyargs-parser-13.1.1.tgz failed, reason: certificate has expired ```

Tried different ways to enable `display_errors` and `display_startup_errors`, but still no luck getting the PHP errors.