Installing PHP DOM functions on Apache
        Posted  
        
            by user352556
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user352556
        
        
        
        Published on 2010-05-28T03:56:09Z
        Indexed on 
            2010/05/28
            4:01 UTC
        
        
        Read the original article
        Hit count: 271
        
I have just moved my code over to a new server (running on Apache 2.2.3), and PHP's DOM functions are now returning "Fatal error: Class 'DOMDocument' not found".
I did some research and it appears that the installation I am now on does not have PHP's DOM functions enabled.
I need to enable these functions, so what is the quickest way to go about this? Is it doable from a configuration file or will it require installation of extensions?
Thanks!
© Stack Overflow or respective owner