[Mediawiki-l] from 1.11 to 1.12 DOMDocument error

Rob Lingelbach rob at colorist.org
Thu Jun 26 19:03:50 UTC 2008


On Jun 26, 2008, at 9:45 PM, Christensen, Courtney wrote:
>   If you have control of your PHP
> installation do you know if you have the DOMDocument module compiled
> into it?   You can check this by making a test php page like the
> following:
> <?php
> phpinfo();
> ?>
>
> If you don't have it, you can either change your php installation, or
> set your MW installation to use the old parser.  It seems to be
> recommended that you don't try and use the old parser as a permanent
> fix.

aha:   '--disable-dom'    came up from the php-info ..   how would I  
go about setting the MW installation to use the old parser?   and,  
come to think of it, would having these modules disabled as well cause  
any problems - (in which case I could recompile PHP):

'--without-gd' '--without-odbc' '--disable-dom' '--disable-dba' '-- 
without-unixODBC' '--disable-pdo' '--disable-xmlreader' '--disable- 
xmlwriter'

thanks very much.

--
Rob Lingelbach
rob at colorist.org    http://www.colorist.org/robhome.html






More information about the MediaWiki-l mailing list