ID:               41892
 Updated by:       [EMAIL PROTECTED]
 Reported By:      a dot fokin at new-vision dot com
-Status:           Open
+Status:           Bogus
-Bug Type:         *General Issues
+Bug Type:         cURL related
 Operating System: windows
 PHP Version:      5.2.3
 New Comment:

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.




Previous Comments:
------------------------------------------------------------------------

[2007-07-04 09:04:21] a dot fokin at new-vision dot com

Description:
------------
when i try to http authenticate by url with user name, containing '@',
i got '6' returned.

Reproduce code:
---------------
<?php
$ch = curl_init();
curl_setopt(
  $ch, 
  CURLOPT_URL, 
  "http://[EMAIL PROTECTED]:[EMAIL PROTECTED]"
);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_exec($ch);
$errno = curl_errno($ch);
echo $errno;
?>

Expected result:
----------------
You have reached this web page by typing "example.com", "example.net",
or "example.org" into your web browser.

These domain names are reserved for use in documentation and are not
available for registration. See RFC 2606, Section 3.
/0/

Actual result:
--------------
/6/


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=41892&edit=1

Reply via email to