Troy Davisson

Results 35 comments of Troy Davisson

Between the primary readme in the repo and phrets.readthedocs.org, the rest of the nuts and bolts should be provided by a decently modern IDE or editor. I don't disagree that...

If you `$config->setOption('use_post_method', true);`, does that fix the issue? PHRETS doesn't impose a character limit on any parameters, but servers generally have a limit to the number of characters they'll...

Are you able to re-produce this pretty regularly?

https://retsmd.com/auth On Sun, Jun 20, 2021 at 8:46 PM Nacef ***@***.***> wrote: > Is there a way to check if the username and password are correct? > I'm using 2.6.1...

I'd happily accept some feedback and other ideas for how to address this. A couple of issues that come to mind (some related to the code changes mentioned here, or...

For those interested and able to test, I've pushed a branch which includes the proposed fix. https://packagist.org/packages/troydavisson/phrets#dev-cookie-files https://github.com/troydavisson/PHRETS/commit/211172a4c9d1cea8b8c06cf5e4b5947b99134e94 Please test that within your systems and see if that resolves your...

It's about as light as it can be. FreeResult isn't used anymore. I'm not sure how you're using PHRETS but one option could be defining a lower Limit value in...

These are addresses in the most recent release.

The underlying delivery format of RETS gives everything as strings. Each record is wrapped in an XML tag but the record content itself is a delimited format. With experience looking...

Yeah, it broke during a recent server upgrade. I'll try to patch it up soon.