summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2015-12-17 07:27:34 +0900
committerYasuo Ohgaki <yohgaki@php.net>2015-12-17 07:31:19 +0900
commit57d9da879043a2f5fc5f29cb469de8bbbf23f26f (patch)
treea94908903ff9e278ed8927b4e100e9b45d2b5ffa /UPGRADING
parent817ed01320cd0c6ce3d36b06d760d91a748f1a56 (diff)
downloadphp-git-57d9da879043a2f5fc5f29cb469de8bbbf23f26f.tar.gz
Implemented FR #31021 (pg_result_notice() is needed to get all notice messages).
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING5
1 files changed, 4 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 5c069f14f2..340859a030 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -45,7 +45,10 @@ PHP 7.1 UPGRADE NOTES
- The first $varname argument for getenv() is no longer mandatory, the
current environment variables will be returned as an associative array
when omitted.
-- long2ip accepts integer as parameter now
+- long2ip() accepts integer as parameter now
+- pg_last_notice() accepts optional 2nd bool parameter to get all notices and
+ returns empty string or array on successful calls. It returned FALSE for
+ empty notice previously.
========================================
6. New Functions