| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good thank you!
Sorry, something went wrong.
|
Hi! Is it possible to get a new release for this change to fix deprecation warnings on PHP 8.4? |
Sorry, something went wrong.
|
Yes, please cut a new release. The latest release is from Nov 6, 2023, Thank you |
Sorry, something went wrong.
|
Could we get a release, pretty please? thanks!! |
Sorry, something went wrong.
* Fix: Add explicit nullable type (caxy#130) * php 8.2 (caxy#125) * Correctly match newlines whitin htmltags. (caxy#122) * Correctly match newlines in tags. * Revert regex to current implementation while adding the PCRE_DOTALL modifier. --------- Co-authored-by: Anne Zijlstra <a.zijlstra@iwink.nl> * Removed E_DEPRECATED error explicit nullable types (caxy#132) Co-authored-by: Richard Brinkman <r.brinkman@gmail.com> * Ignore unknown characters in iconv() (caxy#135) Resolves caxy#134 * Fix: Removed some more E_DEPRECATED error explicit nullable types (caxy#133) Co-authored-by: Richard Brinkman <r.brinkman@gmail.com> * Init Claude * Add explanation of modifications --------- Co-authored-by: Lee <8024370+millnut@users.noreply.github.com> Co-authored-by: Steve Ayers <steveneayers@gmail.com> Co-authored-by: pharixces <pharixces@gmail.com> Co-authored-by: Anne Zijlstra <a.zijlstra@iwink.nl> Co-authored-by: richardbrinkman <richardbrinkman@hotmail.com> Co-authored-by: Richard Brinkman <r.brinkman@gmail.com> Co-authored-by: Jürgen Haas <juergen.haas@lakedrops.com>
| Back | FazBrowse Home | New Git URL |
This PR fixes some errors in our test pipelines recently with PHP 8.4 and expecting explicit nulllable types.
Would be good to get this merged and released upstream, we are currently using a patch for now.