Re: [PHP-WIN] Missing PHP registered Streams: httpsand ftps

2007-01-08 Thread Luis Ferro
For IIS, check out http://www.somacon.com/p41.php ("Enabling SSL in IIS on Windows XP Professional"). Cheers, Luis Ferro Stelios Sakalis escreveu: Hello Cory, "Cory Collier" <[EMAIL PROTECTED]> wrote I've found this to be a very good tutorial for installing Apache with SSL on Windows. Yo

Re: [PHP-WIN] Missing PHP registered Streams: httpsand ftps

2007-01-08 Thread Stelios Sakalis
Hello Cory, "Cory Collier" <[EMAIL PROTECTED]> wrote > I've found this to be a very good tutorial for installing Apache with SSL > on Windows. You'll have to do some tweaking to adjust for apache 2.2.3. > Also, If you can help it, DON'T USE INSTALLERS! Apache uses PHP as a > module without usin

Re: [PHP-WIN] Missing PHP registered Streams: httpsand ftps

2007-01-04 Thread Cory Collier
Chuck Anderson wrote: Stelios Sakalis wrote: Hello Frank, The extension is already loaded in the php.ini File. I don't think this is the error. Loading the OpenSSL extension should help. Just add extension=php_openssl.dll to your php.ini file and restart the web server. - Frank

Re: [PHP-WIN] Missing PHP registered Streams: httpsand ftps

2007-01-04 Thread Frank M. Kromann
Here is the output from phpinfo(); Registered PHP Streams php, file, data, http, ftp, compress.zlib and when I load the openssl extension I get Registered PHP Streams php, file, data, http, ftp, compress.zlib, https, ftps I have all the PHP files in c:\php5, including the extra DLL's. I'm

Re: [PHP-WIN] Missing PHP registered Streams: httpsand ftps

2007-01-04 Thread Chuck Anderson
Stelios Sakalis wrote: Hello Frank, The extension is already loaded in the php.ini File. I don't think this is the error. Loading the OpenSSL extension should help. Just add extension=php_openssl.dll to your php.ini file and restart the web server. - Frank I have had the same

Re: [PHP-WIN] Missing PHP registered Streams: httpsand ftps

2007-01-04 Thread Leif Gregory
Hello Frank, Thursday, January 4, 2007, 9:51:30 AM, you wrote: > php_openssl.dll requires one or more dll's to load. Can't remember > the names off hand, but it's something like sas*32.dll. If these are > not found the extension will not load. You can check phpinfo() to > see if it loads. libeay3

Re: [PHP-WIN] Missing PHP registered Streams: httpsand ftps

2007-01-04 Thread Frank M. Kromann
Hello Stelios, php_openssl.dll requires one or more dll's to load. Can't remember the names off hand, but it's something like sas*32.dll. If these are not found the extension will not load. You can check phpinfo() to see if it loads. - Frank > Hello Frank, > > The extension is already loaded in

Re: [PHP-WIN] Missing PHP registered Streams: httpsand ftps

2007-01-04 Thread Stelios Sakalis
Hello Frank, The extension is already loaded in the php.ini File. I don't think this is the error. > Loading the OpenSSL extension should help. Just add > extension=php_openssl.dll to your php.ini file and restart the web server. > > - Frank -- PHP Windows Mailing List (http://www.php.net/)