PhpWiki is a WikiWikiWeb clone written in PHP. A Wiki is a Web site where anyone can edit or create the pages through the Web browser, with no authentication. PhpWiki works right out of the box with zero configuration, and comes with a set of default pages. It's useful for collaborating on documentation on a project, having freeform discussions, and easy editing and searching.
| Tags | Communications Chat Conferencing Internet Web Dynamic Content Software Development Documentation |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX |
| Implementation | PHP |
Recent releases


Changes: The change prefs for File WikiUser were fixed. The HomepagePrefs update message was fixed. The Imdb plugin was removed. The PluginToolbarButton fix from CVS was applied.


Changes: Only _AUTHENTICATED is allowed to view pages. The OldStyleTables plugin was fixed with args. Missing pgsrc was added. The ENABLE_MARKUP_TEMPLATE warning which occurred if it was undefined was fixed. Unwanted accesslog SQL entries were fixed. WikiAdminSelect preselection was fixed. passencrypt.php was fixed for PHP5 with register_long_arrays turned off. The configurator was fixed for DATABASE_DSN and USER_AUTH_ORDER. explodePageList was optimized to use SQL when available. An optimization for a new ALL textsearch token was added. The configurator takes a default description from config-dist.ini. Some missing configurator constants were added.


Changes: This version supports PHP5 with "register_long_arrays = off".


Changes: Some bugs in the dba database handler were fixed. Several bugs with the dba, dbm, file, and msql backends on GetAllWikiPagenames which affected dumpserial and zip were fixed. TitleSearch and Backlinks for flatfile were fixed. The "MostPopular" (hitcount storage) feature for flatfile was enabled.


Changes: This release features paging support and adodb rewrite. It fixes a permission problem.
- All comments
Recent commentsRe: Is the tarball broken?
I think you have a little problem with spam on your demo site ;-)
Re: Is the tarball broken?
You are correct... the tarball on Sourceforge is broken! You can get the version off FTP right now, which I just tested with gzip -t and tar -tzvf to be sure it's OK:
ftp://phpwiki.sourceforge.net/pub/phpwiki/
I'll upload a new tarball right now.
~swain
Re: Is the tarball broken?
Yes, tar zxvf
Here is the error message I'm getting:
phpwiki/DBLIB.txt
tar: Skipping to next header
gzip: stdin: invalid compressed data--crc error
tar: 471 garbage bytes ignored at end of archive
tar: Child returned status 1
tar: Error exit delayed from previous errors
THis happened after I did a wget from freshmeat.net
Re: Is the tarball broken?
As far I know, the tarball is broken. Witness:
~/public_html> gunzip -c ../../dl/phpwiki-1.2.0.tar.gz | gtar xvf -
phpwiki/DBLIB.txt
gtar: Skipping to next file header
gunzip: ../../dl/phpwiki-1.2.0.tar.gz: invalid compressed
data--crc error
gtar: Archive - EOF not on block boundary
~/public_html> gunzip -c ../../dl/phpwiki-1.2.0.tar.gz | tar xvf -
x phpwiki/DBLIB.txt, 6323 bytes, 13 tape blocks
tar: directory checksum error
~/public_html> gtar xzvf ../../dl/phpwiki-1.2.0.tar.gz
phpwiki/DBLIB.txt
gtar: Skipping to next file header
gzip: stdin: invalid compressed data--crc error
gtar: Archive ../../dl/phpwiki-1.2.0.tar.gz EOF not on block boundary
-E!
Re: Is the tarball broken?
> I'm having trouble extracting the
> tarball.
Have you tried gunzip, or tar -xzvf? Or are you on a Windows box?
~swain