[Chameleon-dev] [Bug 1072] utils.php: module loading specific for
	Unix/Linux
    bugzilla-daemon at bugzilla.maptools.org 
    bugzilla-daemon at bugzilla.maptools.org
       
    Mon May 30 15:11:06 EDT 2005
    
    
  
http://bugzilla.maptools.org/show_bug.cgi?id=1072
jlacroix at dmsolutions.ca changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
------- Additional Comments From jlacroix at dmsolutions.ca  2005-05-30 15:11 -------
I included this fix. 
      if (!extension_loaded("xmlrpc")) {
         if ( PHP_OS == "WINNT" || PHP_OS == "WIN32" )
            $bSuccess = dl($xmlrpc_php_dir . "php_xmlrpc.dll");
         else
            $bSuccess = dl($xmlrpc_php_dir . "xmlrpc-epi-php.so");
      }
Marking as FIXED
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.
    
    
More information about the Chameleon-dev
mailing list