On Fri, December 8, 2006 1:25 pm, Igor Kravchenko wrote: > Can someone help me with this, please? I cannot load extensions. > > I setup php5 in the c:\php folder. I specified extension_dir = > "C:\php\ext". > > Everything else is setup correctly because php works. for me, I can > load > phpinfo file. > > It would not load extensions. > > I am going nuts here. Please anyone, what can it be???? When you look at phpinfo() output, where does it tell you that php.ini should be? Does it have "php.ini" at the end, or does it end in a directory? If it does not have "php.ini" at the end, then it didn't *FIND* a php.ini, and you need to put a php.ini in one of the places it is looking. For sure, *ONE* of the places it is looking is the directory listed in phpinfo() output. There may be other equally valid, perhaps even superior locations, from some perspective, but to at least get it rolling quickly, you can toss your php.ini into THAT directory, instead of wherever you have it. Or if you have no php.ini at all yet (the default) make one from one of the two samples included with the PHP download. -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some starving artist. http://cdbaby.com/browse/from/lynch Yeah, I get a buck. So? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php