We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is:
Working "Sample 06 Footnote"
Php crash, not working.
Fatal error: Cannot use 'Object' as class name as it is reserved in C:\cribe\GitHub\PHPWord\src\PhpWord\Element\Object.php on line 26
Please provide a code sample that reproduces the issue.
Just run sample #6 page. Build v0.14.0 with: composer require phpoffice/phpword
load samples with: cd to samples dir and run php-S localhost:8000
The text was updated successfully, but these errors were encountered:
Humm seems fixed on the develop branch any ETA on a release tag ?
Sorry, something went wrong.
anytime now, just need to find some time to finalise it
resolved with 0.15
resolved by #1185
No branches or pull requests
This is:
Expected Behavior
Working "Sample 06 Footnote"
Current Behavior
Php crash, not working.
Failure Information
Fatal error: Cannot use 'Object' as class name as it is reserved in C:\cribe\GitHub\PHPWord\src\PhpWord\Element\Object.php on line 26
How to Reproduce
Please provide a code sample that reproduces the issue.
Just run sample #6 page.
Build v0.14.0 with:
composer require phpoffice/phpword
load samples with:
cd to samples dir and run php-S localhost:8000
Context
The text was updated successfully, but these errors were encountered: