ID:               41770
 Comment by:       paul at cynergydata dot com
 Reported By:      [EMAIL PROTECTED]
 Status:           No Feedback
 Bug Type:         Streams related
 Operating System: Linux
 PHP Version:      5.2.3
 Assigned To:      iliaa
 New Comment:

I'm using PHP 5.1.4 on a Windows XP Laptop running Apache 2.0 and I get
the error when using SoapClient.  Here is my code:

$url =
"https://payments.cynergydata.com/SmartPayments/transact2.asmx?WSDL";;

$client = new SoapClient($url);

-- a pretty simple example going against an IIS server.  I will try
other methods as I need to find a workaround for a client ASAP.


Previous Comments:
------------------------------------------------------------------------

[2007-07-25 13:31:41] johnw at sussex dot ac dot uk

I get this bug too,using fsockopen('ssl://...') followed by fgets()

I'm using PHP 5.2.1 on Solaris 9 using OpenSSL/0.9.7b.

If I call @fgets(...) my application seems to work but it would be 
better if the bug was fixed properly!

The ssl server I'm connecting to is an IIS one.

------------------------------------------------------------------------

[2007-07-13 01:00:00] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

------------------------------------------------------------------------

[2007-07-05 20:36:18] [EMAIL PROTECTED]

I am unable to reproduce the bug with 4 different HTTPS hosts and the 
provided code. Do you have a particular URL/host that can be used to 
reproduce the described issue.

------------------------------------------------------------------------

[2007-07-02 16:50:24] [EMAIL PROTECTED]

iliaa: All you did is make the warning not appear with that commit. You
didn't fix the underlying issue with the connection. It still closes the
connection and now it will just mysteriously start failing rather then
giving a warning about why it's failing.

I would revert your commit and not mark this as fixed.

------------------------------------------------------------------------

[2007-07-02 16:42:17] [EMAIL PROTECTED]

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.



------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/41770

-- 
Edit this bug report at http://bugs.php.net/?id=41770&edit=1

Reply via email to