|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-07-13 20:59 UTC] tony2001@php.net
[2005-07-21 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 06 05:00:02 2025 UTC |
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!