php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #80549 seems not to load extension curl
Submitted: 2020-12-24 20:48 UTC Modified: 2020-12-24 20:54 UTC
From: delmar dot delmar at gmail dot com Assigned:
Status: Not a bug Package: PHP options/info functions
PHP Version: 8.0.0 OS: Windows 10 Pro 20H2
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: delmar dot delmar at gmail dot com
New email:
PHP Version: OS:

 

 [2020-12-24 20:48 UTC] delmar dot delmar at gmail dot com
Description:
------------
extension=curl; (is enabled in php.ini)

<?php
	echo '<pre>';
	print_r(get_loaded_extensions());
	echo '</pre>';


Result without curl

Array
(
    [0] => Core
    [1] => bcmath
    [2] => calendar
    [3] => ctype
    [4] => date
    [5] => filter
    [6] => hash
    [7] => iconv
    [8] => json
    [9] => SPL
    [10] => pcre
    [11] => readline
    [12] => Reflection
    [13] => session
    [14] => standard
    [15] => mysqlnd
    [16] => tokenizer
    [17] => zip
    [18] => zlib
    [19] => libxml
    [20] => dom
    [21] => PDO
    [22] => openssl
    [23] => SimpleXML
    [24] => xml
    [25] => xmlreader
    [26] => xmlwriter
    [27] => apache2handler
    [28] => fileinfo
    [29] => gd
    [30] => interbase
    [31] => mbstring
    [32] => exif
    [33] => mysqli
    [34] => Phar
    [35] => PDO_Firebird
    [36] => pdo_mysql
)


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-12-24 20:54 UTC] requinix@php.net
-Status: Open +Status: Not a bug
 [2020-12-24 20:54 UTC] requinix@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 06:01:29 2024 UTC