php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #68056 Creating SoapClient with port 80 dies
Submitted: 2014-09-19 17:40 UTC Modified: 2014-11-05 07:53 UTC
From: tom dot saul at icxtg dot com Assigned:
Status: No Feedback Package: SOAP related
PHP Version: 5.6.0 OS: Windows
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: tom dot saul at icxtg dot com
New email:
PHP Version: OS:

 

 [2014-09-19 17:40 UTC] tom dot saul at icxtg dot com
Description:
------------
If you create a SoapClient with WSDL, and the URL contains ":80" the call dies (reset in browser).  Any other valid value (or none) works.

ie http://foo.bar:80/... fails, but http://foo.bar/... works



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-09-25 19:19 UTC] ab@php.net
-Status: Open +Status: Feedback
 [2014-09-25 19:19 UTC] ab@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc. If the script requires a 
database to demonstrate the issue, please make sure it creates 
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.


 [2014-11-05 07:53 UTC] ab@php.net
-Status: Feedback +Status: No Feedback
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 13:01:31 2024 UTC