[Chameleon-dev] [Bug 1072] New: utils.php: module loading specific for Unix/Linux

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Mon May 30 08:37:51 EDT 2005


http://bugzilla.maptools.org/show_bug.cgi?id=1072

           Summary: utils.php: module loading specific for Unix/Linux
           Product: Chameleon
           Version: 2.2
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
        AssignedTo: chameleon-dev at lists.maptools.org
        ReportedBy: bartvde at xs4all.nl


The module loading for xmlrpc in utils.php is Unix/Linux specific. Can I make
the following change in CVS or should people load in this module using php.ini????

      if (!extension_loaded("xmlrpc")) {

        if ( PHP_OS == "WINNT" || PHP_OS == "WIN32" )
            $bSuccess = dl("php_xmlrpc.dll");
        else
            $bSuccess = dl("xmlrpc-epi-php.so");

      }



------- 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