1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[ci skip] Fix typo

This commit is contained in:
Niels Dossche
2024-09-29 19:33:47 +02:00
parent 1da352c367
commit bca73f1c69

View File

@@ -59,7 +59,7 @@ PHP 8.5 UPGRADE NOTES
6. New Functions
========================================
- PGSQL@
- PGSQL:
. pg_close_stmt offers an alternative way to close a prepared
statement from the DEALLOCATE sql command in that we can reuse
its name afterwards.