File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -233,19 +233,19 @@ PHP NEWS
233
233
- PDO SQLite:
234
234
. Fixed bug #38334 (Proper data-type support for PDO_SQLITE). (Nikita)
235
235
236
+ - PgSQL:
237
+ . Fixed bug #81509 (pg_end_copy still expects a resource). (Matteo)
238
+ . Convert resource<pgsql link> to object \PgSql\Connection. (Máté)
239
+ . Convert resource<pgsql result> to object \PgSql\Result. (Máté)
240
+ . Convert resource<pgsql large object> to object \PgSql\Lob. (Máté)
241
+
236
242
- Phar:
237
243
. Use SHA256 by default for signature. (remi)
238
244
. Add support for OpenSSL_SHA256 and OpenSSL_SHA512 signature. (remi)
239
245
240
246
- phpdbg:
241
247
. Fixed bug #81135 (unknown help topic causes assertion failure). (krakjoe)
242
248
243
- - PgSQL:
244
- . Fixed bug #81509 (pg_end_copy still expects a resource). (Matteo)
245
- . Convert resource<pgsql link> to object \PgSql\Connection. (Máté)
246
- . Convert resource<pgsql result> to object \PgSql\Result. (Máté)
247
- . Convert resource<pgsql large object> to object \PgSql\Lob. (Máté)
248
-
249
249
- PSpell:
250
250
. Convert resource<pspell> to object \PSpell\Dictionary. (Sara)
251
251
. Convert resource<pspell config> to object \PSpell\Config. (Sara)
You can’t perform that action at this time.
0 commit comments