mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
Add Pdo\Pgsql::setNoticeCallback() (#14299)
This moves the new method from magically being added to the PDO class from the driver to just be available on the dedicated subclass. Drive-by fixes to NEWS and UPGRADING
This commit is contained in:
parent
25579a8616
commit
a9259c0496
16 changed files with 221 additions and 51 deletions
|
@ -108,6 +108,8 @@ enum pdo_pgsql_specific_constants {
|
|||
php_stream *pdo_pgsql_create_lob_stream(zval *pdh, int lfd, Oid oid);
|
||||
extern const php_stream_ops pdo_pgsql_lob_stream_ops;
|
||||
|
||||
void pdo_pgsql_cleanup_notice_callback(pdo_pgsql_db_handle *H);
|
||||
|
||||
void pdo_libpq_version(char *buf, size_t len);
|
||||
void pdo_pgsql_close_lob_streams(pdo_dbh_t *dbh);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue