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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
36 - 23 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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 Apr 20 03:01:28 2024 UTC