Nenhuma descrição

faq.rst 1.0KB

1234567891011121314151617181920212223242526
  1. .. _faq:
  2. Frequently asked questions
  3. ==========================
  4. How contribute to PHPWord ?
  5. ---------------------------
  6. - Improve the documentation (`Sphinx Format <http://documentation-style-guide-sphinx.readthedocs.org/en/latest/index.html>`__)
  7. Is this the same with PHPWord that I found in CodePlex?
  8. -------------------------------------------------------
  9. No. This one is much better with tons of new features that you can’t
  10. find in PHPWord 0.6.3. The development in CodePlex is halted and
  11. switched to GitHub to allow more participation from the crowd. The more
  12. the merrier, right?
  13. I’ve been running PHPWord from CodePlex flawlessly, but I can’t use the latest PHPWord from GitHub. Why?
  14. --------------------------------------------------------------------------------------------------------
  15. PHPWord requires PHP 5.3+ since 0.8, while PHPWord 0.6.3 from CodePlex
  16. can run with PHP 5.2. There’s a lot of new features that we can get from
  17. PHP 5.3 and it’s been around since 2009! You should upgrade your PHP
  18. version to use PHPWord 0.8+.