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:
Guillaume Outters 2024-06-09 04:04:51 +02:00 committed by GitHub
parent 25579a8616
commit a9259c0496
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 221 additions and 51 deletions

View file

@ -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);