supergrame Posted December 13, 2008 Share Posted December 13, 2008 the web host i usse does not have it installed but thats ok cos i want to install it on my pc so i can see how it all works first now this is the error i get Warning: dl() [function.dl]: Not supported in multithreaded Web servers - use extension=ixed.5.2.win in your php.ini in C:\Xampp\htdocs\bob\index.php on line 2 PHP script C:\Xampp\htdocs\bob\index.php is protected by SourceGuardian and requires the SourceGuardian loader ixed.5.2.win. The SourceGuardian loader has not been installed, or is not installed correctly. Please visit the SourceGuardian php encoder site to download required loader. i have dl the right file and put it in the right directory i think but it still doesent want a bar of it i was hoping some one has had this problem before so i could get some advise. Quote Link to comment Share on other sites More sharing options...
DarkWater Posted December 13, 2008 Share Posted December 13, 2008 Did you even read the error message? Honestly. You can't dynamically load libraries on multithreaded servers. Anyway, dl() is EXTREMELY slow. The error is telling you to add extension=ixed.5.2.win To your php.ini file. Do that then restart your server. Quote Link to comment Share on other sites More sharing options...
Caesar Posted December 13, 2008 Share Posted December 13, 2008 Does your host support dynamic loading? If so, Source Guardian provides the files on their site. Quote Link to comment Share on other sites More sharing options...
supergrame Posted December 13, 2008 Author Share Posted December 13, 2008 yes i have added extension=ixed.5.2.win to php.ini i have downloaded all the sorce gardian files and im not usre if it suports dynamic loading but my localhost/ should right? just wana add i have put the ixed.5.2.win in the /php/ext/ folder and also have put it in the dir of my script in a dir called ixed. so im pretty sure i read the install instructions right but im still getting that error i must be missing something Quote Link to comment Share on other sites More sharing options...
supergrame Posted December 13, 2008 Author Share Posted December 13, 2008 ok never mind i got it going. but now to get it working on 1and1.com my host. is it possable to run my own php.ini file so i can mode it and add that file in there or do i have to use there one witch i cant access Quote Link to comment Share on other sites More sharing options...
hno Posted June 22, 2011 Share Posted June 22, 2011 HI evey one , I want to run a script with the xampp . I have the same problem and I've added this code to the php.ini and also downloaded the Windows VC6 from http://www.sourceguardian.com/ixeds/ and extract it to the \xampp\php\ext . It needs a file that was in this file ( ixed.5.2.win) but my problem still exists and I don't know how can I solve it . Can you please help me to solve it ? thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.