diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2015-12-17 07:27:34 +0900 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2015-12-17 07:31:19 +0900 |
commit | 57d9da879043a2f5fc5f29cb469de8bbbf23f26f (patch) | |
tree | a94908903ff9e278ed8927b4e100e9b45d2b5ffa /UPGRADING | |
parent | 817ed01320cd0c6ce3d36b06d760d91a748f1a56 (diff) | |
download | php-git-57d9da879043a2f5fc5f29cb469de8bbbf23f26f.tar.gz |
Implemented FR #31021 (pg_result_notice() is needed to get all notice messages).
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |