The String class name is occupied in base PHP 7, therefore the class String throws an error.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Duplicate of #642, #730, #732, etc.
Already fixed, but not released, so specify "php-office/php-word": "dev-develop" in your composer.json
When is the release due? I do not particularly want to use a develop branch release in production.
any news on this ?
This should be prioritized.
This is included in https://github.com/PHPOffice/PHPWord/releases/tag/v0.13.0
Is this included in a more stable release other than dev-develop?
This works for v0.13.0.
@agwidarsito I myself cannot use develop version with Drupal but you can pin a dev version too using a commit hash version
"require": {
"phpoffice/phpword": "dev-develop#fd156bf12a6d"
}
@clemens-tolboom Awesome, good to know. Thanks! :)
Most helpful comment
When is the release due? I do not particularly want to use a develop branch release in production.