PHPWord
PHPWord copied to clipboard
Can you please update to support php 8.2.*
I have problem installing 'composer require phpoffice/phpword' because it conflicts with my php 8.2.5 according to composer.js rule:
"require": {
"php": "^7.1|^8.0",
to solve it you need change it to
"php": "^7.1|^8.2",
and check if all unitTests are green.
At least in 'develop' branch.
:) I created the issue #1000!
php 8.2 deprecates utf8_encode()/utf8_decode()
(https://kinsta.com/blog/php-8-2/#deprecate-mbstring-functions-for-base64qprintuuencodehtml-entities)
I guess this will not be a simple version bump.
Up we need this issue too
Any release date for that?
Also with deprecated "Access to an undefined property"
Best
Fixed in #2472
Many thanks for your commit
And about "Also with deprecated "Access to an undefined property"" any fix available ?
Best
@DAdq26 Hi have you got some logs , please ?