Bruce Wells

Results 86 comments of Bruce Wells

Yes. I specified dev-master in composer.json. Was previously using v9.18.1.6. You can check out the commit here: https://github.com/phpfui/PHPFUIWebsite/commit/b19a8680834b596f1d5f7267c12a426ad5b43d99#diff-f37acfaa6b11f575a9a6f41a75fa73a61d0f8ebc2c9b8cddc215d8aca10e44f5 I believe there was a huge speed fix in a regex, but...

composer.json seems to be using psr-4 autoloading, and there is a src directory. So I think that is 10, as I put in a PR for that. Also see this:...

I did some more research on why I am seeing a performance improvement from v9.18.1.6 to master. The only thing that I see is this line: ``` preg_match_all($this->source, $str, $results,...

Confirmed the last changes to Highlight\RegEx::exec method fixed a memory issue in previous version. Actually it is doing a bit more than just the one option, also changed from preg_match_all...

The only thing I can think of is a composer failure. I have seen that before where the wrong version gets installed due to cache issues. Master changed to PRS-4...

Where are we with V10? I have been running dev-master in production for almost a year and it works great. No issues. I think you can release master as V10...

Having the same problem in PHP 8.2 Fix is to set the following to null in PhpRelDoc ```php private ?bool $primary = null; private ?string $orderProperty = null; private ?int...

I'll revisit. I am not sure I fully implemented things correctly for the benchmarks. I may have questions and will let you know. Thanks for the followup.

Yes, the insert was missing. Fixed. I had also update the eager loading test before, but forgot to push it. Should be OK now. The reason the memory usage is...

It is entirely possible that Constant Contact has changed the API somehow and this library is no longer working according to the new specs. I have not had any issues...