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
 [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: Tue Apr 23 15:01:32 2024 UTC