php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #46085 XMLReader cannot read urls with https prefix.
Submitted: 2008-09-15 18:26 UTC Modified: 2008-09-15 18:31 UTC
From: crungmungus at gmail dot com Assigned:
Status: Not a bug Package: XML Reader
PHP Version: 5.2.6 OS: Windows XP Pro
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: crungmungus at gmail dot com
New email:
PHP Version: OS:

 

 [2008-09-15 18:26 UTC] crungmungus at gmail dot com
Description:
------------
XMLReader does not load in data from https urls.

Reproduce code:
---------------
$url = 'https://www.example-url.com';
            
$xmlReader = new XMLReader();
$xmlReader->open($url);

var_dump($xmlReader);




Expected result:
----------------
bool(true) 

Actual result:
--------------
Warning: XMLReader::open() [xmlreader.open]: Unable to open source data

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-09-15 18:31 UTC] crungmungus at gmail dot com
php_openssl.dll was not enabled. Sorry guys.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 02:01:30 2024 UTC