From: Preston L. B. <pre...@sp...> - 2002-01-28 19:17:13
|
Anyone running phpwiki on Win32? If so what versions of phpwiki, PHP and (perhaps) MySQL are you using? Running the latest phpwiki with PHP 4.1.0 caused a fault in PHP(!). Running with the newer Versions I'm using (unsuccessfully) on Windows 2000: PHP 4.1.1 mysql Ver 11.15 Distrib 3.23.47, for Win95/Win98 (i32) Error from running PhpWiki 1.2.2: ----- Warning: Failed opening 'lib/mysql.php' for inclusion (include_path='..') in C:\tools\phpwiki-1.2.2\lib\config.php on line 111 Fatal error: Call to undefined function: opendatabase() in C:\tools\phpwiki-1.2.2\index.php on line 14 ----- Error from running PhpWiki 1.3.2: ----- Fatal error: Failed opening required 'lib/ErrorManager.php' (include_path='..') in C:\tools\phpwiki-1.3.2\lib\prepend.php on line 11 ----- Is there a problem with include_path on Win32? I did pull out the current PHP sources from CVS to take a look. Punted after looking at the PHP build workspace/project. Too much rework needed... :). |