PHPWord icon indicating copy to clipboard operation
PHPWord copied to clipboard

Can you please update to support php 8.2.*

Open kaurov opened this issue 1 year ago • 4 comments

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!

kaurov avatar May 02 '23 20:05 kaurov

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.

ernst77 avatar May 03 '23 17:05 ernst77

Up we need this issue too

Any release date for that?

Also with deprecated "Access to an undefined property"

image

Best

DAdq26 avatar Aug 22 '23 12:08 DAdq26

Fixed in #2472

Progi1984 avatar Sep 22 '23 19:09 Progi1984

Many thanks for your commit

And about "Also with deprecated "Access to an undefined property"" any fix available ?

Best

DAdq26 avatar Sep 25 '23 07:09 DAdq26

@DAdq26 Hi have you got some logs , please ?

Progi1984 avatar Aug 17 '24 19:08 Progi1984