Re: [PHP] Re: unable to load curl

2005-01-11 Thread Zareef Ahmed
Please read install.txt carefully, it has a section on this problems, if PHP.INI is fine., then you need to copy some of the dlls available in dlls folder to your system folder. zareef ahmed On Mon, 10 Jan 2005 22:38:41 +0530, Sagar C Nannapaneni <[EMAIL PROTECTED]> wrote: > > Please respond t

Re: [PHP] Re: unable to load curl

2005-01-10 Thread Sagar C Nannapaneni
> Please respond to the newsgroup and not to my personal email. > > Is it a file access/ownership thing? > > This is possible. Have you checked permissions for PHP user? My > original question remains unanswered though and it is probably a better > place to start... > > > extension_dir = "C:\php

[PHP] Re: unable to load curl

2005-01-10 Thread Jason Barnett
Please respond to the newsgroup and not to my personal email. Is it a file access/ownership thing? This is possible. Have you checked permissions for PHP user? My original question remains unanswered though and it is probably a better place to start... > extension_dir = "C:\php\extensions" > >

[PHP] Re: unable to load curl

2005-01-10 Thread Jason Barnett
Sagar C Nannapaneni wrote: Hi, I've got a strange issue here i'm using apache2 with php 4.3.9 on win 2000. I've pointed the php extension directory to extension_dir = "C:\php\extensions" where all the extension dlls reside. All extensions are working and all dlls are loading properly,, What do