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: httpsandftps

2007-01-04 Thread user
Frank M. Kromann wrote: 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

Re: [PHP-WIN] php5

2007-01-04 Thread Armando
I ran into this problem a lot as well, then just decided to never use short tags and have since had no problems. The other thing I found helpful is to setup my development environment on my local system to be the same (or as close to as possible) as what's on my host's server. It took me some

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] php5

2007-01-04 Thread trystano
Hi Stefan, thats probably it :) Will give it a try when I get home. Tryst -Original Message- From: [EMAIL PROTECTED] To: php-windows@lists.php.net Sent: Thu, 4 Jan 2007 2.30PM Subject: Re: [PHP-WIN] php5 Hi Trystan! > Recently I had to perform a fix, so got the fil

Re: [PHP-WIN] php5

2007-01-04 Thread Stefan Wahl
Hi Trystan! Recently I had to perform a fix, so got the files off the server, and then loaded them up on my local PC (running 5.0). I had quite a few problems. For example, using didn't work, I had to change them to (is there something I can change in the PHP.ini file so that PHP 5.* can us

Re: [PHP-WIN] php5

2007-01-04 Thread trystano
I have the scenario where on my local PC I have PHP 5.0, but on the web hosting server where my clients sites are held they have PHP 4.3.* (its version 4.*.*, I know that for sure). Recently I had to perform a fix, so got the files off the server, and then loaded them up on my local PC (run

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/)