Re: [PHP] enabling OpenSSL and curl for PHP on IIS

2005-08-24 Thread Edin Kadibasic
Pablo Gosse wrote: > Hi, Edin. Okay. I did things a little differently, and lo and behold, > you are correct. ini changes are now taking effect. > > And the hanging results I was getting earlier were indeed the system > looking for the two dll files you mention below. > > Eternally grateful.

Re: [PHP] enabling OpenSSL and curl for PHP on IIS

2005-08-24 Thread Edin Kadibasic
Pablo Gosse wrote: > I've tried that and that just results in PHP grinding to a halt. Any > requests to PHP pages simply result in "Document contains no data" > errors. Have you added c:\php to your system PATH? Edin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] enabling OpenSSL and curl for PHP on IIS

2005-08-24 Thread Edin Kadibasic
Pablo Gosse wrote: > to no effect. It's simply not reading the changes. I've even commented > out the openssl and curl lines, and am now just changing the value of > allow_url_fopen to Off, but that's not working. One thing at a time :) Put php.ini in your windows dir, and it will be read from t

Re: [PHP] enabling OpenSSL and curl for PHP on IIS

2005-08-24 Thread Pablo Gosse
On Wed, 2005-08-24 at 23:30 +0200, Edin Kadibasic wrote: > Pablo Gosse wrote: > > I've tried that and that just results in PHP grinding to a halt. Any > > requests to PHP pages simply result in "Document contains no data" > > errors. > > Have you added c:\php to your system PATH? > > Edin Yup.

Re: [PHP] enabling OpenSSL and curl for PHP on IIS

2005-08-24 Thread Pablo Gosse
On Wed, 2005-08-24 at 14:05 -0400, Marco Tabini wrote: > On 8/24/05 11:39 AM, "Pablo Gosse" <[EMAIL PROTECTED]> wrote: > > > Can anyone give any insight into what might be going wrong here? > > I think you just need to move your php.ini file to C:\WINDOWS... PHP is > looking for it there. > > Ch

Re: [PHP] enabling OpenSSL and curl for PHP on IIS

2005-08-24 Thread Marco Tabini
On 8/24/05 11:39 AM, "Pablo Gosse" <[EMAIL PROTECTED]> wrote: > Can anyone give any insight into what might be going wrong here? I think you just need to move your php.ini file to C:\WINDOWS... PHP is looking for it there. Cheers, Marco -- PHP General Mailing List (http://www.php.net/) To u