SF.net SVN: phpwiki:[11158] trunk

carstenklapp--- via phpwiki-checkins <[email protected]> Sat, 22 Feb 2025 04:32:48 +0000
Newsgroups gmane.comp.web.wiki.phpwiki.checkins
Message-ID <[email protected]>
Revision: 11158
          http://sourceforge.net/p/phpwiki/code/11158
Author:   carstenklapp
Date:     2025-02-22 04:32:48 +0000 (Sat, 22 Feb 2025)
Log Message:
-----------
Tested with php-8.4.4, adjusted some suggested php.ini settings for windows

Modified Paths:
--------------
    trunk/INSTALL
    trunk/doc/INSTALL.windows

Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL	2025-02-22 04:28:03 UTC (rev 11157)
+++ trunk/INSTALL	2025-02-22 04:32:48 UTC (rev 11158)
@@ -1,7 +1,7 @@
 REQUIREMENTS
 
 PhpWiki 1.6.5 requires a web server with at least PHP version 5.3.3.
-PhpWiki 1.6.5 should work for all PHP releases from 5.3.3 to 8.4.3.
+PhpWiki 1.6.5 should work for all PHP releases from 5.3.3 to 8.4.4.
 
 Visit <http://www.php.net> and <http://php.net/downloads.php>
 for downloads and information.

Modified: trunk/doc/INSTALL.windows
===================================================================
--- trunk/doc/INSTALL.windows	2025-02-22 04:28:03 UTC (rev 11157)
+++ trunk/doc/INSTALL.windows	2025-02-22 04:32:48 UTC (rev 11158)
@@ -1,7 +1,7 @@
 == General instructions tested under Windows 11: ==
 
 - Install Apache 2.4
-- Install php-8.4.3
+- Install php-8.4.4
 - Add these lines to php.ini: (substitute your path to the php extension dir)
 {{{
 extension_dir = "c:/Apache24/php/ext"
@@ -9,8 +9,19 @@
 extension=mbstring
 extension=dba
 extension=zip
-extension=xml
+extension=mysqli
+default_charset = utf-8
+internal_encoding=utf-8
 intl.default_locale=en
+[mbstring]
+mbstring.language = all
+mbstring.encoding_translation = On
+mbstring.substitute_character = none;
+mbstring.func_overload = 0
+mbstring.strict_encoding = On
+
+max_execution_time = 60
+
 }}}
 - unzip phpwiki
 - copy phpwiki-1.6.5 directory to c:\Apache24\htdocs\ or wherever you
@@ -17,8 +28,8 @@
   installed apache and rename it to phpwiki
 - copy phpwiki\config\config-dist.ini to phpwiki\config\config.ini
 
-Probably the quickest way to get up and running is with flat file
-database instead downloading and installing a sql database.
+Probably the quickest way to get up and running is with file database
+instead downloading and installing a sql database.
 - edit config.ini and search for these variables, removing the ; from
   the start of the line:
 {{{

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.