php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33683 Ipv6 connection Data base
Submitted: 2005-07-13 20:30 UTC Modified: 2005-07-21 01:00 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: voss at arnet dot com dot br Assigned:
Status: No Feedback Package: PostgreSQL related
PHP Version: 5.0.4 OS: Windows XP
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2005-07-13 20:30 UTC] voss at arnet dot com dot br
Description:
------------
PHP 5.0.4 has support for connection with the data base using addresses ipv6?

Reproduce code:
---------------
$connection = pg_connect("host=[::1] port=5432 
dbname=db_teste user=postgres password=885700") 

Expected result:
----------------
It connected!

Actual result:
--------------
It did not connect!

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-07-13 20:59 UTC] tony2001@php.net
What's your version of PG ?
 [2005-07-21 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 13:01:28 2024 UTC