ID: 24769 Updated by: [EMAIL PROTECTED] Reported By: martin at bugs dot unl dot edu dot ar -Status: Assigned +Status: Closed Bug Type: Feature/Change Request PHP Version: Irrelevant -Assigned To: helly +Assigned To: chriskl New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. - Added several new functions to support the PostgreSQL v3 protocol introduced in PostgreSQL 7.4. (Christopher) . pg_transaction_status() - in-transaction status of a database connection. . pg_query_params() - execution of parameterized queries. . pg_prepare() - prepare named queries. . pg_execute() - execution of named prepared queries. . pg_send_query_params() - async equivalent of pg_query_params(). . pg_send_prepare() - async equivalent of pg_prepare(). . pg_send_execute() - async equivalent of pg_execute(). . pg_result_error_field() - highly detailed error information, most importantly the SQLSTATE error code. Previous Comments: ------------------------------------------------------------------------ [2003-07-23 10:19:30] martin at bugs dot unl dot edu dot ar Description: ------------ I would like to see pg_prepare, pg_execute functions in the pgsql extension of PHP (any version). Is it posible to have these functions? ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=24769&edit=1