Merge branch 'pr/3908'
commitd5fce4941e00a7dc95e2ae64e51693f90953d592
authorAndreas Gohr <andi@splitbrain.org>
Sat, 11 Mar 2023 13:27:47 +0000 (11 14:27 +0100)
committerAndreas Gohr <andi@splitbrain.org>
Sat, 11 Mar 2023 13:27:47 +0000 (11 14:27 +0100)
tree5baa144d18e16f8f1e4008a7259de60aa4e4482f
parenta577fbc2fe3c4581072b0ca3d7e959c4db2cfdfe
parentd40e7d0e0d99c687fafcf7ed2f7d227d0aa07bf0
Merge branch 'pr/3908'

* pr/3908:
  JPEGMeta: clean up exception handling
  Fix: Do not garbage collect the JpegMeta object after reading a tag
  Replace check for null with cast to string
  Fix: Rework error handling in JpegMeta marker reading
  Replace is_null() check with count()
  Fix: Padding in _getFixedString, log the path of damaged images
  Fix: PHP8-related JpegMeta.php fixes
  Backwards Compatibility: Don't error if finishSectionEdit is called without first startSectionEdit
  Fix: 'E_WARNING: Uninitialized string offset -1' on some templates
  Fix: 'E_WARNING: Undefined array key "_data"'
inc/parser/xhtml.php