| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Thank you for the pull request, friend!
Sorry, something went wrong.
Co-authored-by: Richard Brinkman <r.brinkman@gmail.com>
* 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 solves the E_DEPRECATED errors such as:
in file caxy/php-htmldiff/lib/Caxy/HtmlDiff/HtmlDiffConfig.php
See also https://www.php.net/manual/en/migration84.deprecated.php
After merging this PR, please make a new release as well, such that users of composer can update easily.