php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #78491 LDAP query in cUrl not working
Submitted: 2019-09-04 12:59 UTC Modified: 2020-08-02 04:22 UTC
Votes:7
Avg. Score:5.0 ± 0.0
Reproduced:6 of 6 (100.0%)
Same Version:4 (66.7%)
Same OS:4 (66.7%)
From: stanislav dot ktak dot smirnov at gmail dot com Assigned: cmb (profile)
Status: No Feedback Package: cURL related
PHP Version: 7.3.9 OS: Windows
Private report: No CVE-ID: None
 [2019-09-04 12:59 UTC] stanislav dot ktak dot smirnov at gmail dot com
Description:
------------
ldap-query with curl produces error "No Memory"

Test script:
---------------
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "ldap://<some-ldap-host>:389");
$head = curl_exec($ch);
echo curl_error($ch);
curl_close($ch); 


Expected result:
----------------
When no problem the script should be done silently.

Actual result:
--------------
LDAP local: No Memory

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-07-20 16:09 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2020-07-20 16:09 UTC] cmb@php.net
Do you still get this error message with PHP 7.3.20?  It may have
been fixed in libcurl[1] in the meantime.

[1] <https://github.com/curl/curl/issues/4261>
 [2020-08-02 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 15:01:29 2024 UTC