Kieran
Kieran
I opened an issue for this upstream to see what they say before submitting a PR. Please comment on it if you have anything to add!
https://github.com/Masterminds/html5-php/issues/184
+1 @obingo suggestion worked a treat. Shame I didn't find it sooner -_-
I too am a bit bemused by https://github.com/symfony/symfony/pull/51874 & https://github.com/symfony/symfony/pull/51926. The second PR bypasses the memory fix of the first PR, by again loading the message into memory. It's easy...
Also https://github.com/openai-php/client/issues/478
Looks like I didn't push the tag and GitHub created it automatically with the release, so it was missing the `dist/` directory which cdnjs looks for. I've recreated the tag...
Waiting to hear back on https://github.com/cdnjs/cdnjs/issues/14254. Seems a bit excessive but it's looking like quickest solution will just be to release another version...
The files for 1.20.1 are on CDNJS now e.g. https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.20.1/jquery.validate.min.js. I assume there's some cache issue preventing it from showing any files on https://cdnjs.com/libraries/jquery-validate/1.20.1 I've tagged 1.21.0 so will consider...
Changing the regex to `|\z)` also fixes the back tracking issue.
Most like for like replacement is probably `symfony/cache`, from the point of view of having `ChainAdapter` and being PSR6 compatible.