From: Reini U. <ru...@x-...> - 2004-07-20 08:00:52
|
Athon Solo schrieb: > Has anyone successfully run phpwiki 1.3.10 on php 5.0.0? > > The biggest problem I seem to be having is finding all the damn places > that phpwiki messes with the error_reporting level. My php.ini file has > it set to E_ERROR, confirmed by a phpinfo() in the phpwiki directory, > and I've already commented out the setting in 'lib/main.php', > 'lib/prepend.php' and the adodb files tho I don't think they are being > used), yet I'm still getting errors about 'lib/FileFinder.php:18: > Fatal[2048]: var: Deprecated. Please use the public/private/protected > modifiers', which as far as I know, is an E_STRICT level error. > > I have already run the php5-patch.php file. With the CVS version you don't need to patch it anymore. It doesn't work out-of-the-box with any php5 version but 5.0.0rc2. All others must set the E_STRICT bit off in the errorlevel. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |