php-htaccess-parser icon indicating copy to clipboard operation
php-htaccess-parser copied to clipboard

A lightweight PHP Htaccess Parser

Results 1 php-htaccess-parser issues
Sort by recently updated
recently updated
newest added

PHP 8.1 issues warnings due to incompatible signatures of `ArrayObject` overriden methods. ``` Deprecated: Return type of Tivie\HtaccessParser\HtaccessContainer::offsetSet($offset, $value) should either be compatible with ArrayObject::offsetSet(mixed $key, mixed $value): void, or...