[pmwiki-users] PHP 5.3 woes.
rogutes at googlemail.com
rogutes at googlemail.com
Mon Oct 19 16:13:34 CDT 2009
Vince Administration (2009-10-19 14:17):
> On our system, Initially the pages more or less display, but not the
> pagelists, with the default time zone warning either nicely
> displayed near the end of the page, or one or several copies at the
> top.
> When I added the
> date_default_timezone_set() = 'America/New_York';
> to config.php, all the pages come up blank.
> The session name line seems to have no effect.
> We are running AuthUser. Before I start deleting recipes, has
> anyone got it to work yet?
>
> Thanks, Vince
The line you are adding has syntax errors and error reporting is turned
off in your PHP config. It should read:
date_default_timezone_set('America/New_York');
AuthUser seems to works here, but I didn't do much testing and didn't
investigate beyond the workaround yet.
The problem with pagelists lies in GlobToPCRE() function in pmwiki.php
and is tracked at http://pmwiki.org/wiki/PITS/01149 . It concerns
exclusion patterns (name=-Page) only.
These two problems with PHP-5.3 are the only ones I've encountered so
far.
--
-- Rogutės Sparnuotos
More information about the pmwiki-users
mailing list