t1gor / Robots.txt-Parser-Class

Php class for robots.txt parse
MIT License
83 stars 31 forks source link

parse bug #84

Open imsheng opened 5 years ago

imsheng commented 5 years ago
User-Agent: *
Allow: /mlist
Allow: /sitemap
Disallow: /

$parser->isAllowed('/') is true ?

on windows 10 php 7.2 version: 0.2.4

imsheng commented 5 years ago

I also encountered the same problem https://github.com/t1gor/Robots.txt-Parser-Class/issues/79