-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Renamed String to SharedString #628
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
Conversation
…haredString, as String is a special class name as of PHP7
|
Or use PHPOffice\Common ;) I just added the PR for it #658 |
|
Hello @RomanSyroeshko , any chance this will be accepted? We need to run one project on php7, and only this library is stopping us. Thank you! |
|
PHP 7 is out and I think there should be a quick fix release, right? |
|
I do wait for this very much! |
|
The tests are failing because the test cases have not been renamed. I think all you need to do is:
|
|
We need this PR too. The last issue breaks our project on php7.. |
|
I guess this PR is superceded by #698 |
|
Or #658 |
|
Guys, thank you very much for voting. I'll try to handle that this weekend. |
|
Resolved in scope of #658. |
Renamed PhpOffice\PhpWord\Shared\String to PhpOffice\PhpWord\Shared\SharedString, as String is a special class name as of PHP7