Commit c43b6174249612b0271d05cb96f314fdbb9b5331
1 parent
99c7c8db
specify that PHP 4 must be used.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4672 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
8 additions
and
0 deletions
docs/INSTALL.WIN32.txt
| @@ -17,6 +17,14 @@ we recommend using a bundled version of Apache, MySQL and PHP. For testing | @@ -17,6 +17,14 @@ we recommend using a bundled version of Apache, MySQL and PHP. For testing | ||
| 17 | purposes, we use XAMPP (version 1.5.1): | 17 | purposes, we use XAMPP (version 1.5.1): |
| 18 | 18 | ||
| 19 | http://www.apachefriends.org/en/xampp.html | 19 | http://www.apachefriends.org/en/xampp.html |
| 20 | + | ||
| 21 | +NOTE | ||
| 22 | + | ||
| 23 | + At this time, KnowledgeTree 3 supports only PHP 4.x, so please ensure that | ||
| 24 | + your XAMPP install is using PHP 4. | ||
| 25 | + | ||
| 26 | + Details can be found inside the XAMPP control panel, under the menu item | ||
| 27 | + PHP Switch. | ||
| 20 | 28 | ||
| 21 | General procedure: | 29 | General procedure: |
| 22 | 30 |