Sorry, after browsing unrelated messages I found a notion that dev version only supports PHP4. It doesn't get mentioned anywhere within SourceForge or PhpWiki pages. It could save me some time and frustration.
The 'call to unsupported function' is sort of a giveaway, but I couldn't imagine this important fact being omitted from the entire documentation...
Thanks, anyway. A great idea/program.
Yuri
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
A related question I had -- whats the latest version of PHPWiki that does still use PHP3. I see one of the earliest versions does but would would like the latest version I can.
Thanks
Joel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That's all I get from index.php from alpha (nightly) after setup:
Warning: 'E_CORE_ERROR' is not a valid constant - assumed to be "E_CORE_ERROR" in lib/prepend.php on line 13
Warning: 'E_COMPILE_ERROR' is not a valid constant - assumed to be "E_COMPILE_ERROR" in lib/prepend.php on line 13
Warning: 'E_USER_ERROR' is not a valid constant - assumed to be "E_USER_ERROR" in lib/prepend.php on line 13
Warning: 'E_CORE_WARNING' is not a valid constant - assumed to be "E_CORE_WARNING" in lib/prepend.php on line 15
Warning: 'E_COMPILE_WARNING' is not a valid constant - assumed to be "E_COMPILE_WARNING" in lib/prepend.php on line 15
Warning: 'E_USER_WARNING' is not a valid constant - assumed to be "E_USER_WARNING" in lib/prepend.php on line 15
Warning: 'E_USER_NOTICE' is not a valid constant - assumed to be "E_USER_NOTICE" in lib/prepend.php on line 16
Fatal error: Call to unsupported or undefined function set_error_handler() in lib/prepend.php on line 112
It works fine with 1.2. I'm using Apache 1.3.6 and MySQL 3.22.25. I'd use 1.2, but I'd like to have support for tables...
Thanks.
Yuri
Sorry, after browsing unrelated messages I found a notion that dev version only supports PHP4. It doesn't get mentioned anywhere within SourceForge or PhpWiki pages. It could save me some time and frustration.
The 'call to unsupported function' is sort of a giveaway, but I couldn't imagine this important fact being omitted from the entire documentation...
Thanks, anyway. A great idea/program.
Yuri
Actually, it's right at the top of the INSTALL file ;-)
~swain
A related question I had -- whats the latest version of PHPWiki that does still use PHP3. I see one of the earliest versions does but would would like the latest version I can.
Thanks
Joel
Version 1.2 will work with PHP3.
~swain