File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
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+.
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ Format (RTF).
23
23
containers
24
24
elements
25
25
templates
26
- references
27
26
recipes
28
27
faq
29
28
credits
29
+ references
30
30
31
31
Indices and tables
32
32
==================
You can’t perform that action at this time.
0 commit comments