otsch
otsch
I might be biased about this, but I think it's worth being on the list 😅
I might be biased about this library, but I think it's worth being on the list! 😅
| Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix...
When PHP warnings are triggered in a test case, the output does not show any details, like in which file the warning was triggered. Running the tests with --display-warnings gives...
New methods `Step::keep()`, `Step::keepAs()`, `Step::keepFromInput()` and `Step::keepInputAs()` as simpler alternatives for `Step::addToResult()`, `Step::addLaterToResult()` and `Step::keepInputData()` which are all deprecated now. The new keep methods add data to a keep array...
As discussed in https://github.com/crwlrsoft/crawler/issues/99#issuecomment-1739671602 it would be nice to be able to use the [RetryErrorResponseHandler](https://github.com/crwlrsoft/crawler/blob/main/src/Loader/Http/Politeness/RetryErrorResponseHandler.php) differently. In a way that you're able to configure auto retries for any kind of...
**PHP version**: 8.0.14 **Description** When using the Client it happened that I got a 301 redirect response. So not the response from the uri where it redirected to but an...