Skip to content

Commit 676666f

Browse files
committed
Add simple FAQ
1 parent 0bd29cb commit 676666f

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

docs/faq.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.. _faq:
2+
3+
Frequently asked questions
4+
==========================
5+
6+
Is this the same with PHPWord that I found in CodePlex?
7+
-------------------------------------------------------
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+
14+
I’ve been running PHPWord from CodePlex flawlessly, but I can’t use the latest PHPWord from GitHub. Why?
15+
--------------------------------------------------------------------------------------------------------
16+
17+
PHPWord requires PHP 5.3+ since 0.8, while PHPWord 0.6.3 from CodePlex
18+
can run with PHP 5.2. There’s a lot of new features that we can get from
19+
PHP 5.3 and it’s been around since 2009! You should upgrade your PHP
20+
version to use PHPWord 0.8+.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Format (RTF).
2323
containers
2424
elements
2525
templates
26-
references
2726
recipes
2827
faq
2928
credits
29+
references
3030

3131
Indices and tables
3232
==================

0 commit comments

Comments
 (0)