|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-08-02 00:41 UTC] felipe@php.net
[2010-08-03 01:38 UTC] felipe@php.net
-Status: Open
+Status: Feedback
[2010-10-29 05:07 UTC] bob at garettgroup dot com
[2010-12-02 17:31 UTC] stclaus at tiscalinet dot it
[2013-02-18 00:34 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 14:00:01 2025 UTC |
Description: ------------ Got a fatal error while trying to execute pg_query_params() or pg_execute() php 5.3.3 with libpq 8.4.4 Test script: --------------- <?php $connection = pg_connect('dbname=test'); pg_query_params($connection, 'SELECT * FROM users WHERE id=$1', array(1)); Expected result: ---------------- The function works fine Actual result: -------------- Fatal error: Call to undefined function pg_query_params()