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
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: 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

Pull Requests

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: Fri Dec 27 12:01:29 2024 UTC