Skip to content

Releases: rosell-dk/htaccess-capability-tester

PHP 8.0 support

25 Nov 13:26

Choose a tag to compare

1.0.0

Removed 5.6 test, as github doesn't support testing PHP 5.6. Closes #9

PHP 8.0 support

25 Nov 13:32

Choose a tag to compare

0.9.1

Removed 5.6 test, as github doesn't support testing PHP 5.6. Closes #9

Proper handling of request failures

04 Nov 10:42

Choose a tag to compare

Changes in the new 0.9 release:

  • Request failures (such as timeout) results in inconclusive.
  • If you have implemented your own HttpRequester rather than using the default, you need to update it. It must now return status code "0" if the request failed (ie timeout)

Minor API change

23 Sep 10:49

Choose a tag to compare

HttpResponse now takes a map of headers rather than a numeric array. If you have implemented your own HttpRequester rather than using the default, you need to update it.

One issue was fixed:

Almost mature enough for a 1.0 release

15 Sep 11:44

Choose a tag to compare

AbstractCrashTester now only reports failure on 500 Internal Server Error

21 Aug 11:00

Choose a tag to compare

Other failures (such as 403 Forbidden) are regarded as success

Release early, release often

18 Aug 10:14

Choose a tag to compare

I think its about getting production ready

Oh, something got broke in the last release

18 Aug 09:31

Choose a tag to compare

It seems that acting out the "Moving fast and breaking things" philosophy can actually break things...

Move fast and break things

18 Aug 09:23

Choose a tag to compare

0.3

Changed some class names and created a factory method

Reorganized namespace and now allows custom object for making the HTTP request

18 Aug 08:23

Choose a tag to compare

0.2

Decided against using sub namespace for Tester classes and provided a…