php-windows Digest 4 Jan 2007 06:39:52 -0000 Issue 3101
Topics (messages 27341 through 27341):
Re: Missing PHP registered Streams: https and ftps
27341 by: Frank M. Kromann
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
Loading the OpenSSL extension should help. Just add
extension=php_openssl.dll to your php.ini file and restart the web server.
- Frank
> Hello Guy's,
> we have a problem. Our customer is running an Internet Shop with
osCommerce.
> We have installed for him an Contribution for making Credit Card
payments.
> But when the connection to the credit card company must establish the
page
> shows us an error:
>
>
> quote:
>
------------------------------------------------------------------------------
> Notice: file(): Unable to find the wrapper "https" - did you forget to
> enable it when you configured PHP? in
> C:\Inetpub\vhosts\xxxxxxxxxxxxxx.eu\httpdocs\test_file2.php on line 10
>
> Warning: file(https://www.saferpay.com/hosting/CreatePayInit.asp):
failed
> to open stream: Invalid argument in
> C:\Inetpub\vhosts\xxxxxxxxxxxxxx.eu\httpdocs\test_file2.php on line 10
>
> Notice: file(): Unable to find the wrapper "https" - did you forget to
> enable it when you configured PHP? in
> C:\Inetpub\vhosts\xxxxxxxxxxxxxx.eu\httpdocs\test_file2.php on line 13
>
> Warning: file(https://www.saferpay.com/hosting/CreatePayInit.asp):
failed
> to open stream: Invalid argument in
> C:\Inetpub\vhosts\xxxxxxxxxxxxxx.eu\httpdocs\test_file2.php on line 13
>
> Warning: join(): Bad arguments. in
> C:\Inetpub\vhosts\xxxxxxxxxxxxxx.eu\httpdocs\test_file2.php on line 13
>
------------------------------------------------------------------------------
>
>
> Our php-info file shows us this:
>
> quote:
>
------------------------------------------------------------------------------
> Registered PHP Streams php, http, ftp, compress.zlib
>
------------------------------------------------------------------------------
>
>
> We think thats the fault. How can we get "https" and "ftps" into
"Registered
> PHP Streams"?
>
> We hope for your help.
> Thanks in advance.
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--- End Message ---