Forum Moderators: coopster
Not I have the DLLs in teh right place, PHP works, I set the extention line in php.ini, and still it doesn't work.
What else can I cehck, and is there some way to log PHP module startup messages, so perhaps I can see where it goes wrong?
Thanks
SN
$pathtocurl = "C:/curl/curl";
exec("$pathtocurl -I [webmasterworld.com",$output);...]
print_r($output);
I need it to get some scripts working provided by a third party, so I don't really want to muck around with the mecahnism of how it's called... i. e. what' the manual way to "inject" curl into an existing PHP installation on win?
SN
Why don't folks jsut take the minimal files and dump em in a zip? I mean, the install of apache, php mysql and all of em elseones, install at LEAST about 1000% in size and file count form what is needed to run the stuff... why? oh why?, I ask...
erm, sorry about that. Anyways, once again my cases seems to be different form everybody elses...
I'Ve gotten as far as gettign apache to start and immediately terminate without any for mof error response, either in the log or stdout, despite it obviously failing or crashing in some form... yey me... now I jsut need to master the skill of "making-stuff-work" as well as my skill of "breaking-stuff", then I'll be unstoppable...
SN