Sam Williams
Sam Williams
I've finally gotten around to review this, and it does not work for me... In your tests, you're not testing the `getAnswer` method which is pretty important...
Fair point, it is no longer a unit test. But the fact remains that I cannot get the feature to work. I'm not familiar with the API, do you need...
DIG populates the additionals with OPT types, which is why the server is erroring out - OPT type is only tested in the question part of the message.
e2bae6d674cb84fd4fbafc6e72c4dc0a85fc7149 Server will now ignore records that are of an unknown type, so there is no longer any need to add `+noedns` to dig queries.
@ddimension - Thanks for your issue, I will have a look into it shortly.
Could you please provide an example of the desired functionality?
Hi @laszlof The simplest path forward is to just use the `ZoneBuilder` class instead of the `AlignedBuilder` to render the zone. Another option is to override the default `TXT` formatter...
Fair enough if one of the goals of the project is maintain backward compatibility. In that case, we can still be PSR-0 compliant without using namespaces, we would need to...
I will try and put together a concept and see how that goes.
Hi, here is a first commit with a lot of restructuring. https://github.com/samuelwilliams/phpsass/tree/psr0