From: <car...@us...> - 2025-02-18 03:52:33
|
Revision: 11124 http://sourceforge.net/p/phpwiki/code/11124 Author: carstenklapp Date: 2025-02-18 03:52:31 +0000 (Tue, 18 Feb 2025) Log Message: ----------- Updating install docs for 1.6.5 Modified Paths: -------------- trunk/INSTALL trunk/doc/HISTORY Added Paths: ----------- trunk/doc/INSTALL.macOS Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2025-02-18 03:41:07 UTC (rev 11123) +++ trunk/INSTALL 2025-02-18 03:52:31 UTC (rev 11124) @@ -1,7 +1,7 @@ REQUIREMENTS -PhpWiki 1.6.4 requires a web server with at least PHP version 5.3.3. -PhpWiki 1.6.4 should work for all PHP releases from 5.3.3 to 8.3.x. +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. Visit <http://www.php.net> and <http://php.net/downloads.php> for downloads and information. Modified: trunk/doc/HISTORY =================================================================== --- trunk/doc/HISTORY 2025-02-18 03:41:07 UTC (rev 11123) +++ trunk/doc/HISTORY 2025-02-18 03:52:31 UTC (rev 11124) @@ -1,3 +1,6 @@ +The latest history can be found in pgsrc/ReleaseNotes which is basically a +text file that is also loaded into the wiki the first time you browse it. +------------------------------------------------------------------------------ 1.3.11 June, 28? 2004, Reini Urban: Lots of bugfixes, a new EDIT_TOOLBAR from mediawiki, more page Added: trunk/doc/INSTALL.macOS =================================================================== --- trunk/doc/INSTALL.macOS (rev 0) +++ trunk/doc/INSTALL.macOS 2025-02-18 03:52:31 UTC (rev 11124) @@ -0,0 +1,21 @@ +== Using PhpWiki with macOS == + +The included doc INSTALL.MacOSX is outdated and refers to older versions of +both Mac OS X and phpwiki. Indeed the last version of OSX to provide a +built-in web sharing feature in System Preferences was Mac OS X 10.7 (Lion). + +It should be possible to use PhpWiki with the latest macOS because Apache is +still bundled with the OS. Prior to macOS Monterey (12.0.0) PHP was also +included. In more recent macOS PHP can be installed via fink or homebrew, +probably requiring the xcode command line tools to install. A suitable +database is also required. + +Once you have the web server with PHP and a database backend, follow the +general steps in the INSTALLL doc and the database instructions in the doc +folder. + +If anyone with macOS and either an Apple Silicon or Intel Mac wants to +contribute their experiences installing phpwiki feel free to contact me and I +will update this document. + +CarstenKlapp <car...@us...> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |