Windows XP, apache 2.2, php 5.2.0
DokuWiki version: Release 2006-03-09b (I am busy now with replacing this version with a newer one. But before the actual replacing on the remote web-server will take place, I need to test the compatibility of the old data with the newer DokuWiki. So I copied all files from the remote ftp directory to my local computer, and installed a local web-server with apache and php.)
I found that the acl feature does not work on my local web-server. Perhaps this is problem might be solved in the newer DokuWiki version, but in order to use the acl feature, one needs to configure in the php.ini file at least:
short_open_tag = On1)
I found that when short_open_tag is set to Off, the acl feature will not work.
Marc