PHPWord icon indicating copy to clipboard operation
PHPWord copied to clipboard

PHP 8.1 Support for addPreserveText

Open cscrewsandcaptains opened this issue 2 years ago • 2 comments

Description

PHP 8.1 Support for addPreserveText

Fixes #2220

Checklist:

  • [ ] I have run composer run-script check --timeout=0 and no errors were reported (** scripts not run with PHP 8.1 (without my changes!) **)
  • [ ] The new code is covered by unit tests (not necessary)
  • [ ] I have updated the documentation to describe the changes (not necessary)

cscrewsandcaptains avatar Jun 08 '22 14:06 cscrewsandcaptains

Would love to see this one merged since we need this to upgrade our stack to PHP 8.1.

Also I imagine this relates to https://github.com/PHPOffice/PHPWord/pull/2209 ?

dsuurlant avatar Jun 23 '22 13:06 dsuurlant

This along with all the other php8.1 related deprecations need to be merged.

rtek avatar Aug 01 '22 20:08 rtek

@PowerKiKi You helped to merge, tag, and release #2187 which was another PHP 8.1 fix. Is there any chance you might be able to help with this one, and also #2292 and #2272? Or @Progi1984 ?

garethellis36 avatar Sep 14 '22 08:09 garethellis36

Thanks @cscrewsandcaptains for the contribution

Thansk @garethellis36 for the ping.

Progi1984 avatar Sep 14 '22 16:09 Progi1984

Thanks folks, any chance of a tagged release please? :)

garethellis36 avatar Sep 16 '22 08:09 garethellis36

I also wait after this release (v0.18.4 ? ^^) to validate the migration to PHP8.1 of all my application ;)

natsimhan avatar Oct 03 '22 09:10 natsimhan

released as 1.0.0

PowerKiKi avatar Nov 15 '22 20:11 PowerKiKi