Skip to content

Commit 4e3192d

Browse files
Fixed misplaced PgSQL NEWS entry
1 parent 22756f5 commit 4e3192d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

NEWS

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -233,19 +233,19 @@ PHP NEWS
233233
- PDO SQLite:
234234
. Fixed bug #38334 (Proper data-type support for PDO_SQLITE). (Nikita)
235235

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+
236242
- Phar:
237243
. Use SHA256 by default for signature. (remi)
238244
. Add support for OpenSSL_SHA256 and OpenSSL_SHA512 signature. (remi)
239245

240246
- phpdbg:
241247
. Fixed bug #81135 (unknown help topic causes assertion failure). (krakjoe)
242248

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-
249249
- PSpell:
250250
. Convert resource<pspell> to object \PSpell\Dictionary. (Sara)
251251
. Convert resource<pspell config> to object \PSpell\Config. (Sara)

0 commit comments

Comments
 (0)