Skip to content

Releases: AnrDaemon/net-browser

Release 0.2.1: Road to options

Choose a tag to compare

@AnrDaemon AnrDaemon released this 23 Jul 08:14

Added internal curl_setopt wrapper to protect internal state consistency.

Will follow with #9 (internal options state tracking).

Release 0.2: Head[er]s taken!

Choose a tag to compare

@AnrDaemon AnrDaemon released this 20 Jul 01:51

Added basic support for storing response headers.

Added Browser::getHeaders(): string function to return headers of a recent successful request.

Added CurlException::fromInstance($curl, $previous): self factory method (no more new CurlException($curl) calls).

Release 0.1.2: "Actual PHP8 support"

Choose a tag to compare

@AnrDaemon AnrDaemon released this 08 Jun 21:43

The code that was using is_resource() in cURL error handling was fixed.
Closes #4

Support for PHP < 5.6 was long since gone. Declaration in composer.json was merely an oversight.

Release 0.1: "Library split"

Choose a tag to compare

@AnrDaemon AnrDaemon released this 10 Aug 17:09

Split Net\Browser component from the library.