From: <var...@us...> - 2010-06-17 09:36:48
|
Revision: 7539 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7539&view=rev Author: vargenau Date: 2010-06-17 09:36:41 +0000 (Thu, 17 Jun 2010) Log Message: ----------- Update document about supported PHP versions Modified Paths: -------------- trunk/INSTALL Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2010-06-17 08:48:40 UTC (rev 7538) +++ trunk/INSTALL 2010-06-17 09:36:41 UTC (rev 7539) @@ -1,17 +1,12 @@ REQUIREMENTS -PhpWiki requires a web server with at least PHP version 4.0.6. -PhpWiki was tested 4.0.4pl1 and 4.0.5 also, but several bugs in these -releases make them unstable for production sites. +PhpWiki requires a web server with at least PHP version 4.3.10. +PhpWiki was tested with 4.4.7 (centos4), 4.3.10, 4.4.9, 5.0.3, +5.1.6 (centos5), 5.2.10, 5.3, 6.0. -Due to a security issue found in all versions of PHP (including 3.x -and 4.x), all users of PHP are strongly encouraged to either upgrade -to at least PHP 4.2.2, or install a patch available for PHP 3.0.18, -4.0.6 and 4.1.0/4.1.1. Visit <http://www.php.net> for downloads and -information. -Larger phpwiki installations (big pages or > 500 pages) -with PHP <= 4.3.9 suffer from a PCRE memory problem and might not -work with the 8MB default PHP memory limit. +All users of PHP are strongly encouraged to upgrade to PHP 5.2.13 +or PHP 5.3.2 that are the supported versions. +Visit <http://www.php.net> for downloads and information. You need the Perl regular expressions package compiled in; this is the default for PHP, so you probably have it. If you don't you'll see an @@ -19,15 +14,15 @@ PHP must also be compiled with support for the type of database you want to use, i.e. --with-gdbm, --with-db2, --with-db3, --with-msql, ---with-pgsql. (With PHP4 MySQL support is always enabled. With PHP5 -sqlite instead). Consult the PHP installation manual for specific -installation and configure options. +--with-pgsql. (With PHP4 MySQL support is always enabled. With PHP5 +sqlite instead). Consult the PHP installation manual for specific +installation and configure options. <http://www.php.net/manual/en/installation.php> Since version 1.3.0 PhpWiki uses the 'DB.php' from PEAR, a database abstraction layer which is part of PHP. PhpWiki version 1.3.3 and later -includes the necessary PEAR libraries and will use it if your system -PEAR library can not be found. For more information about PEAR +includes the necessary PEAR libraries and will use it if your system +PEAR library can not be found. For more information about PEAR see <http://pear.php.net/>. PhpWiki version 1.3.7 and later includes the ADODB libraries and will use it for DATABASE_TYPE=ADODB. ADODB has more features, can use yet @@ -39,19 +34,19 @@ QUICK START INSTRUCTIONS -Copy 'config/config-dist.ini' to 'config/config.ini' and edit the +Copy 'config/config-dist.ini' to 'config/config.ini' and edit the settings in 'config/config.ini' to your liking. By default PhpWiki is configured to use a dba database. If there is no dba on your system, you will see an error like this the first time you try to use PhpWiki: - - "Fatal error: Call to undefined function: dba_open() in + + "Fatal error: Call to undefined function: dba_open() in phpwiki/lib/DbaDatabase.php on line 32" -To correct this you will have to check the available dba handlers -(default: db3 for Windows, otherwise gdbm), install the dba extension -or preferably an sql-compatible database such as MySQL or PostgreSQL +To correct this you will have to check the available dba handlers +(default: db3 for Windows, otherwise gdbm), install the dba extension +or preferably an sql-compatible database such as MySQL or PostgreSQL and make the necessary configuration changes to 'lib/config/config.ini'. @@ -71,7 +66,7 @@ bash$ gzip -d phpwiki-X.XX.tar.gz bash$ tar -xvf phpwiki-X.XX.tar -In the config subdirectory copy 'config-dist.ini' to 'config.ini' and +In the config subdirectory copy 'config-dist.ini' to 'config.ini' and edit the settings in 'config.ini' to your liking. @@ -125,7 +120,7 @@ <http://www.cert.org/advisories/CA-2000-02.html> -Set the ENABLE_RAW_HTML to true in ' config/config.ini' to allow +Set the ENABLE_RAW_HTML to true in 'config/config.ini' to allow embedded HTML, but you should NEVER do this if your Wiki is publicly accessible! This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2010-11-08 14:48:29
|
Revision: 7730 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7730&view=rev Author: vargenau Date: 2010-11-08 14:48:23 +0000 (Mon, 08 Nov 2010) Log Message: ----------- Latest PHP: PHP 5.2.14 & PHP 5.3.3 Modified Paths: -------------- trunk/INSTALL Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2010-11-08 13:45:12 UTC (rev 7729) +++ trunk/INSTALL 2010-11-08 14:48:23 UTC (rev 7730) @@ -2,10 +2,10 @@ PhpWiki requires a web server with at least PHP version 4.3.10. PhpWiki was tested with 4.4.7 (centos4), 4.3.10, 4.4.9, 5.0.3, -5.1.6 (centos5), 5.2.10, 5.3, 6.0. +5.1.6 (centos5), 5.2.10, 5.3.2, 5.3.3. -All users of PHP are strongly encouraged to upgrade to PHP 5.2.13 -or PHP 5.3.2 that are the supported versions. +All users of PHP are strongly encouraged to upgrade to PHP 5.2.14 +or PHP 5.3.3 that are the supported versions. Visit <http://www.php.net> for downloads and information. You need the Perl regular expressions package compiled in; this is the This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2011-03-07 10:02:08
|
Revision: 7966 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7966&view=rev Author: vargenau Date: 2011-03-07 10:02:01 +0000 (Mon, 07 Mar 2011) Log Message: ----------- PHP 5.2.17 and PHP 5.3.5 Modified Paths: -------------- trunk/INSTALL Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2011-03-07 09:47:31 UTC (rev 7965) +++ trunk/INSTALL 2011-03-07 10:02:01 UTC (rev 7966) @@ -5,8 +5,8 @@ PhpWiki was tested with 4.4.7 (centos4), 4.3.9, 4.3.10, 4.4.9, 5.0.3, 5.1.6 (centos5), 5.2.10, 5.3.2, 5.3.3. -All users of PHP are strongly encouraged to upgrade to PHP 5.2.14 -or PHP 5.3.3 that are the supported versions. +All users of PHP are strongly encouraged to upgrade to PHP 5.2.17 +or PHP 5.3.5 that are the supported versions. Visit <http://www.php.net> for downloads and information. You need the Perl regular expressions package compiled in; this is the This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2011-04-11 08:57:05
|
Revision: 8033 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8033&view=rev Author: vargenau Date: 2011-04-11 08:56:56 +0000 (Mon, 11 Apr 2011) Log Message: ----------- PHP 5.3.6 Modified Paths: -------------- trunk/INSTALL Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2011-04-11 08:46:26 UTC (rev 8032) +++ trunk/INSTALL 2011-04-11 08:56:56 UTC (rev 8033) @@ -6,7 +6,7 @@ 5.1.6 (centos5), 5.2.10, 5.3.2, 5.3.3. All users of PHP are strongly encouraged to upgrade to PHP 5.2.17 -or PHP 5.3.5 that are the supported versions. +or PHP 5.3.6 that are the supported versions. Visit <http://www.php.net> for downloads and information. You need the Perl regular expressions package compiled in; this is the This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-01-03 13:09:08
|
Revision: 8219 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8219&view=rev Author: vargenau Date: 2012-01-03 13:08:57 +0000 (Tue, 03 Jan 2012) Log Message: ----------- PHP 5.3.8 Modified Paths: -------------- trunk/INSTALL Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2012-01-03 11:46:12 UTC (rev 8218) +++ trunk/INSTALL 2012-01-03 13:08:57 UTC (rev 8219) @@ -3,12 +3,15 @@ PhpWiki requires a web server with at least PHP version 4.3.9 (Red Hat Enterprise Linux ES release 4). PhpWiki was tested with 4.4.7 (centos4), 4.3.9, 4.3.10, 4.4.9, 5.0.3, -5.1.6 (centos5), 5.2.10, 5.3.2, 5.3.3. +5.1.6 (centos5), 5.2.10, 5.2.17, 5.3.2, 5.3.3, 5.3.6, 5.3.8. -All users of PHP are strongly encouraged to upgrade to PHP 5.2.17 -or PHP 5.3.6 that are the supported versions. -Visit <http://www.php.net> for downloads and information. +All users of PHP are strongly encouraged to upgrade to +PHP 5.3.8 (Current stable) this is the supported version +or if not possible to PHP 5.2.17 (Old stable). +Visit <http://www.php.net> and <http://php.net/downloads.php> +for downloads and information. + You need the Perl regular expressions package compiled in; this is the default for PHP, so you probably have it. If you don't you'll see an error like "function preg_replace() not defined." This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-11-15 10:29:26
|
Revision: 8468 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8468&view=rev Author: vargenau Date: 2012-11-15 10:29:20 +0000 (Thu, 15 Nov 2012) Log Message: ----------- PHP 4 is dead Modified Paths: -------------- trunk/INSTALL Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2012-11-15 09:26:01 UTC (rev 8467) +++ trunk/INSTALL 2012-11-15 10:29:20 UTC (rev 8468) @@ -1,12 +1,9 @@ REQUIREMENTS -PhpWiki requires a web server with at least PHP version 4.3.9 -(Red Hat Enterprise Linux ES release 4). -PhpWiki was tested with 4.4.7 (centos4), 4.3.9, 4.3.10, 4.4.9, 5.0.3, -5.1.6 (centos5), 5.2.10, 5.2.17, 5.3.2, 5.3.3, 5.3.6, 5.3.8. +PhpWiki 1.4.0 requires a web server with at least PHP version 5.2. All users of PHP are strongly encouraged to upgrade to -PHP 5.3.8 (Current stable) this is the supported version +PHP 5.3.18 (Current stable) this is the supported version or if not possible to PHP 5.2.17 (Old stable). Visit <http://www.php.net> and <http://php.net/downloads.php> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2016-02-04 16:54:38
|
Revision: 9773 http://sourceforge.net/p/phpwiki/code/9773 Author: vargenau Date: 2016-02-04 16:54:35 +0000 (Thu, 04 Feb 2016) Log Message: ----------- INSTALL: PhpWiki 1.5.5 is not yet compatible with the PHP 7 series. Modified Paths: -------------- trunk/INSTALL Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2016-01-29 13:32:57 UTC (rev 9772) +++ trunk/INSTALL 2016-02-04 16:54:35 UTC (rev 9773) @@ -3,15 +3,13 @@ PhpWiki 1.5.5 requires a web server with at least PHP version 5.3. All users of PHP are strongly encouraged to upgrade to -PHP 5.3.29 or to PHP 5.4 or 5.5. +PHP 5.3.29, PHP 5.4.45, PHP 5.5 or PHP 5.6. +PhpWiki 1.5.5 is not yet compatible with the PHP 7 series. + Visit <http://www.php.net> and <http://php.net/downloads.php> for downloads and information. -You need the Perl regular expressions package compiled in; this is the -default for PHP, so you probably have it. If you don't you'll see an -error like "function preg_replace() not defined." - PHP must also be compiled with support for the type of database you want to use, i.e. --with-gdbm, --with-db2, --with-db3, --with-msql, --with-pgsql. Consult the PHP installation manual for specific This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2021-08-06 08:01:35
|
Revision: 10446 http://sourceforge.net/p/phpwiki/code/10446 Author: vargenau Date: 2021-08-06 08:01:30 +0000 (Fri, 06 Aug 2021) Log Message: ----------- INSTALL: GraphViz plugin requires GraphViz to be installed Modified Paths: -------------- trunk/INSTALL Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2021-08-06 08:01:00 UTC (rev 10445) +++ trunk/INSTALL 2021-08-06 08:01:30 UTC (rev 10446) @@ -24,7 +24,7 @@ or apt install php-ldap -TeX2pngPlugin requires LaTeX to be installed. You might need to do: +TeX2png plugin requires LaTeX to be installed. You might need to do: yum install texlive yum install latex2html or @@ -31,6 +31,11 @@ apt install texlive apt install latex2html +GraphViz plugin requires GraphViz to be installed. You might need to do: +yum install graphviz +or +yum install graphviz + QUICK START INSTRUCTIONS Copy 'config/config-dist.ini' to 'config/config.ini' and edit the This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2021-08-10 15:39:48
|
Revision: 10478 http://sourceforge.net/p/phpwiki/code/10478 Author: vargenau Date: 2021-08-10 15:39:47 +0000 (Tue, 10 Aug 2021) Log Message: ----------- INSTALL: add dnf install Modified Paths: -------------- trunk/INSTALL Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2021-08-10 15:11:36 UTC (rev 10477) +++ trunk/INSTALL 2021-08-10 15:39:47 UTC (rev 10478) @@ -14,38 +14,51 @@ To be able to export the wiki in ZIP format (in PhpWikiAdministration), ZipArchive class must be available. You might need to do: -yum install php-pecl-zip +yum install php-pecl-zip (Red Hat, CentOS) or -apt install php-zip +dnf install php-zip (Fedora) +or +apt install php-zip (Debian, Ubuntu) TeX2png and text2png plugins need the PHP imagetypes() function. You might need to do: -yum install php-gd +yum install php-gd (Red Hat, CentOS) or -apt install php-gd +dnf install php-gd (Fedora) +or +apt install php-gd (Debian, Ubuntu) LdapSearch plugin requires the PHP ldap_connect() function. You might need to do: -yum install php-ldap +yum install php-ldap (Red Hat, CentOS) or -apt install php-ldap +dnf install php-ldap (Fedora) +or +apt install php-ldap (Debian, Ubuntu) TeX2png plugin requires LaTeX to be installed. You might need to do: -yum install texlive +yum install texlive (Red Hat, CentOS) yum install latex2html or -apt install texlive +dnf install texlive (Fedora) +dnf install latex2html +or +apt install texlive (Debian, Ubuntu) apt install latex2html GraphViz plugin requires GraphViz to be installed. You might need to do: -yum install graphviz +yum install graphviz (Red Hat, CentOS) or -apt install graphviz +dnf install graphviz (Fedora) +or +apt install graphviz (Debian, Ubuntu) GooglePlugin plugin requires PHP SoapClient class. You might need to do: -yum install php-soap +yum install php-soap (Red Hat, CentOS) or -apt install php-soap +dnf install php-soap (Fedora) +or +apt install php-soap (Debian, Ubuntu) QUICK START INSTRUCTIONS This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2021-08-04 14:31:21
|
Revision: 10432 http://sourceforge.net/p/phpwiki/code/10432 Author: vargenau Date: 2021-08-04 14:31:19 +0000 (Wed, 04 Aug 2021) Log Message: ----------- INSTALL: add instructions for ZipArchive, LdapSearch and TeX2pngPlugin Modified Paths: -------------- trunk/INSTALL Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2021-08-04 14:25:33 UTC (rev 10431) +++ trunk/INSTALL 2021-08-04 14:31:19 UTC (rev 10432) @@ -12,6 +12,25 @@ installation and configure options. <https://www.php.net/manual/en/installation.php> +To be able to export the wiki in ZIP format (in PhpWikiAdministration), +ZipArchive class must be available. You might need to do: +yum install php-pecl-zip +or +apt install php-zip + +LdapSearch plugin requires the PHP ldap_connect() function. You might +need to do: +yum install php-ldap +or +apt install php-ldap + +TeX2pngPlugin requires LaTeX to be installed. You might need to do: +yum install texlive +yum install latex2html +or +apt install texlive +apt install latex2html + QUICK START INSTRUCTIONS Copy 'config/config-dist.ini' to 'config/config.ini' and edit the This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2021-08-10 15:11:38
|
Revision: 10477 http://sourceforge.net/p/phpwiki/code/10477 Author: vargenau Date: 2021-08-10 15:11:36 +0000 (Tue, 10 Aug 2021) Log Message: ----------- INSTALL: TeX2png and text2png plugins need the PHP imagetypes() function Modified Paths: -------------- trunk/INSTALL Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2021-08-10 12:35:26 UTC (rev 10476) +++ trunk/INSTALL 2021-08-10 15:11:36 UTC (rev 10477) @@ -18,6 +18,12 @@ or apt install php-zip +TeX2png and text2png plugins need the PHP imagetypes() function. You might +need to do: +yum install php-gd +or +apt install php-gd + LdapSearch plugin requires the PHP ldap_connect() function. You might need to do: yum install php-ldap This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2021-08-10 16:04:19
|
Revision: 10479 http://sourceforge.net/p/phpwiki/code/10479 Author: vargenau Date: 2021-08-10 16:04:18 +0000 (Tue, 10 Aug 2021) Log Message: ----------- INSTALL: DATABASE_TYPE = dba Modified Paths: -------------- trunk/INSTALL Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2021-08-10 15:39:47 UTC (rev 10478) +++ trunk/INSTALL 2021-08-10 16:04:18 UTC (rev 10479) @@ -12,6 +12,13 @@ installation and configure options. <https://www.php.net/manual/en/installation.php> +If you have DATABASE_TYPE = dba, you might need to do: +yum install php-dba (Red Hat, CentOS) +or +dnf install php-dba (Fedora) +or +apt install php-dba (Debian, Ubuntu) + To be able to export the wiki in ZIP format (in PhpWikiAdministration), ZipArchive class must be available. You might need to do: yum install php-pecl-zip (Red Hat, CentOS) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2021-08-11 14:17:10
|
Revision: 10491 http://sourceforge.net/p/phpwiki/code/10491 Author: vargenau Date: 2021-08-11 14:17:09 +0000 (Wed, 11 Aug 2021) Log Message: ----------- INSTALL: RssFeed plugin requires the PHP xml_parser_create() function. Modified Paths: -------------- trunk/INSTALL Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2021-08-11 13:50:24 UTC (rev 10490) +++ trunk/INSTALL 2021-08-11 14:17:09 UTC (rev 10491) @@ -12,60 +12,72 @@ installation and configure options. <https://www.php.net/manual/en/installation.php> +Use yum under Red Hat RHEL 7, CentOS 7 +Use dnf under Red Hat RHEL 8, CentOS 8, Fedora 18 and later +Use apt under Ubuntu and other Debian-based Linux + If you have DATABASE_TYPE = dba, you might need to do: -yum install php-dba (Red Hat, CentOS) +yum install php-dba or -dnf install php-dba (Fedora) +dnf install php-dba or -apt install php-dba (Debian, Ubuntu) +apt install php-dba To be able to export the wiki in ZIP format (in PhpWikiAdministration), ZipArchive class must be available. You might need to do: -yum install php-pecl-zip (Red Hat, CentOS) +yum install php-pecl-zip or -dnf install php-zip (Fedora) +dnf install php-zip or -apt install php-zip (Debian, Ubuntu) +apt install php-zip +RssFeed plugin requires the PHP xml_parser_create() function. You might +need to do: +yum install php-xml +or +dnf install php-xml +or +apt install php-xml + TeX2png and text2png plugins need the PHP imagetypes() function. You might need to do: -yum install php-gd (Red Hat, CentOS) +yum install php-gd or -dnf install php-gd (Fedora) +dnf install php-gd or -apt install php-gd (Debian, Ubuntu) +apt install php-gd LdapSearch plugin requires the PHP ldap_connect() function. You might need to do: -yum install php-ldap (Red Hat, CentOS) +yum install php-ldap or -dnf install php-ldap (Fedora) +dnf install php-ldap or -apt install php-ldap (Debian, Ubuntu) +apt install php-ldap TeX2png plugin requires LaTeX to be installed. You might need to do: -yum install texlive (Red Hat, CentOS) +yum install texlive yum install latex2html or -dnf install texlive (Fedora) +dnf install texlive dnf install latex2html or -apt install texlive (Debian, Ubuntu) +apt install texlive apt install latex2html GraphViz plugin requires GraphViz to be installed. You might need to do: -yum install graphviz (Red Hat, CentOS) +yum install graphviz or -dnf install graphviz (Fedora) +dnf install graphviz or -apt install graphviz (Debian, Ubuntu) +apt install graphviz GooglePlugin plugin requires PHP SoapClient class. You might need to do: -yum install php-soap (Red Hat, CentOS) +yum install php-soap or -dnf install php-soap (Fedora) +dnf install php-soap or -apt install php-soap (Debian, Ubuntu) +apt install php-soap QUICK START INSTRUCTIONS This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |