History log of /php-src/NEWS (Results 6251 – 6275 of 15456)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 8c5b27e0 14-Jul-2016 Xinchen Hui

Fixed bug #72594 (Calling an earlier instance of an included anonymous class fatals)

# a0e5ffae 13-Jul-2016 Nikita Popov

Merge branch 'PHP-7.0'


# 3cc42655 13-Jul-2016 Nikita Popov

Add NEWS entry

# 57c99836 13-Jul-2016 Nikita Popov

Merge branch 'PHP-5.6' into PHP-7.0

Conflicts:
ext/reflection/php_reflection.c


# afd3e39d 13-Jul-2016 Dmitry Stogov

Fixed bug #29368 (The destructor is called when an exception is thrown from the constructor).

# 3b8cb211 13-Jul-2016 Dmitry Stogov

Fixed bug #72347 (VERIFY_RETURN type casts visible in finally)
Fixed bug #72216 (Return by reference with finally is not memory safe)
Fixed bug #72215 (Wrong return value if var modified in f

Fixed bug #72347 (VERIFY_RETURN type casts visible in finally)
Fixed bug #72216 (Return by reference with finally is not memory safe)
Fixed bug #72215 (Wrong return value if var modified in finally)

show more ...

# fdc1f2e4 13-Jul-2016 Anatol Belski

fix contirbutor name

# 7ed028b1 13-Jul-2016 Keyur

Merge branch 'PHP-7.0' of https://git.php.net/push/php-src into PHP-7.0


# a35512f1 13-Jul-2016 Keyur

Merge branch 'master' of https://git.php.net/push/php-src


# ffa863e8 13-Jul-2016 Keyur

Merge branch 'PHP-7.0'

* PHP-7.0:
Add to NEWS
Fixes #72590: Opcache restart with kill_all_lockers does not work


# 28e2f749 13-Jul-2016 Keyur

Add to NEWS

# 488a6cb3 13-Jul-2016 Xinchen Hui

Update NEWS

# 8129b839 13-Jul-2016 Xinchen Hui

Fixed bug #72588 (Using global var doesn't work while accessing SimpleXML element)

# ff522875 12-Jul-2016 Anatol Belski

missed dot

# be77ce37 12-Jul-2016 Anatol Belski

missed the dot

# 4b1168d8 12-Jul-2016 Anatol Belski

update NEWS

# 3e6e5907 12-Jul-2016 Anatol Belski

update NEWS

# f83b929d 12-Jul-2016 Julien Pauli

Updated NEWS

# 61734881 12-Jul-2016 Julien Pauli

Updated NEWS

# 1896ca4e 12-Jul-2016 Julien Pauli

Updated NEWS

# 0667d608 12-Jul-2016 Christoph M. Becker

Merge branch 'PHP-7.0'

# Resolved conflicts:
# ext/intl/idn/idn.c


# 5fbcc2b9 12-Jul-2016 Christoph M. Becker

Merge branch 'PHP-5.6' into PHP-7.0

# Resolved conflicts:
# ext/intl/idn/idn.c


# 76e249d3 12-Jul-2016 Christoph M. Becker

Partially fix #72506: idn_to_ascii for UTS #46 incorrect for long domain names

We don't actually fix this issue wrt. the empty $info array, because it is
not clear what this array should

Partially fix #72506: idn_to_ascii for UTS #46 incorrect for long domain names

We don't actually fix this issue wrt. the empty $info array, because it is
not clear what this array should contain and we're concerned about the
potential BC break, but at least we fix the inconsistent handling of
resulting domains with 255 bytes (which raise an error), and longer domains
(which just return FALSE), what has to be considered a very minor BC break
if at all.

show more ...

# cf8c12a6 12-Jul-2016 Anatol Belski

update NEWS

# aabca89f 12-Jul-2016 Anatol Belski

update NEWS

1...<<251252253254255256257258259260>>...619