Viktor Szépe

Results 1211 comments of Viktor Szépe

@pkoppstein Could you point out where the link is?

### Static analysis `phpstan.neon.dist` ```neon includes: - vendor/nunomaduro/larastan/extension.neon parameters: level: 2 # level: 5 # level: max paths: - src/ - config/ - database/ - resources/ ignoreErrors: # TODO Consider...

When adding this file this list came into my mind: https://github.com/szepeviktor/small-project#readme 📖

Simply take your source code https://github.com/mautic/mautic/blob/b584b356315fea69208daac881541f4c7d01311a/composer.json#L6-L16 ask PHP CompatInfo what extensions are used https://github.com/llaville/php-compat-info and remove default extensions (mainly `php -n -m`) Done 🍏

Some PHP extensions are build into the php binary. You may survey your php binary by issuing `php -n -m` 💡 There are _funky_ linux distributions lacking some extension from...

PHP `7.3.21-1+0~20200807.66+debian9~1.gbp18a1c2` has Core date filter hash libxml openssl pcntl pcre Reflection session sodium SPL standard zlib php7.3-xml on e.g. Debian contains ``` /usr/lib/php/20180731/dom.so /usr/lib/php/20180731/simplexml.so /usr/lib/php/20180731/wddx.so /usr/lib/php/20180731/xml.so /usr/lib/php/20180731/xmlreader.so /usr/lib/php/20180731/xmlwriter.so /usr/lib/php/20180731/xsl.so...

`rm -f /etc/resolv.conf` I am not familiar with Makefile syntax.

`debootstrap --exclude=isc-dhcp-client`