From: Joe Date: Mon, 12 Feb 2018 08:17:56 +0000 (+0100) Subject: Merge branch 'PHP-7.1' into PHP-7.2 X-Git-Tag: php-7.2.3RC1~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c1147b0891ca2c445eb4d8e5aefe8d000c1e7ae;p=php Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fixed bug #68406 calling var_dump on a DateTimeZone object modifies it --- 8c1147b0891ca2c445eb4d8e5aefe8d000c1e7ae diff --cc NEWS index e6e9ba9540,0235d36d52..f070163a72 --- a/NEWS +++ b/NEWS @@@ -13,7 -10,15 +13,9 @@@ PH . Fixed bug #75857 (Timezone gets truncated when formatted). (carusogabriel) . Fixed bug #75928 (Argument 2 for `DateTimeZone::listIdentifiers()` should accept `null`). (Pedro Lacerda) + . Fixed bug #68406 (calling var_dump on a DateTimeZone object modifies it). + (jhdxr) -- PGSQL: - . Fixed #75838 (Memory leak in pg_escape_bytea()). (ard_1 at mail dot ru) - -- ODBC: - . Fixed bug #73725 (Unable to retrieve value of varchar(max) type). (Anatol) - - LDAP: . Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros). (dzuelke)