Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you please update to support php 8.2.* #2396

Open
kaurov opened this issue May 2, 2023 · 4 comments
Open

Can you please update to support php 8.2.* #2396

kaurov opened this issue May 2, 2023 · 4 comments
Milestone

Comments

@kaurov
Copy link

kaurov commented May 2, 2023

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!

@ernst77
Copy link

ernst77 commented May 3, 2023

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.

@DAdq26
Copy link
Contributor

DAdq26 commented Aug 22, 2023

Up we need this issue too

Any release date for that?

Also with deprecated "Access to an undefined property"

image

Best

@Progi1984
Copy link
Member

Fixed in #2472

@Progi1984 Progi1984 added this to the 1.2.0 milestone Sep 22, 2023
@DAdq26
Copy link
Contributor

DAdq26 commented Sep 25, 2023

Many thanks for your commit

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

Best

@Progi1984 Progi1984 reopened this Sep 25, 2023
@Progi1984 Progi1984 modified the milestones: 1.2.0, Later Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

4 participants