History log of /php-src/NEWS (Results 5001 – 5025 of 15454)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# d9d13aba 17-Apr-2017 Michael Moravec

Added method DateTime::createFromImmutable()

# 3ef89649 25-Aug-2017 Nikita Popov

Merge branch 'PHP-7.1' into PHP-7.2


# 52e854f0 25-Aug-2017 Nikita Popov

Merge branch 'PHP-7.0' into PHP-7.1


# be9edd83 23-Aug-2017 Thomas Punt

Fixed bug #75090

# df7f2a5d 25-Aug-2017 Remi Collet

NEWS

# 5cd348c1 24-Aug-2017 Christoph M. Becker

Fixed bug #75111 (Memory disclosure or DoS via crafted .bmp image)

Crafted BMP images can cause dynamicSeek() to be called with a negative
position which must not be allowed, since dynam

Fixed bug #75111 (Memory disclosure or DoS via crafted .bmp image)

Crafted BMP images can cause dynamicSeek() to be called with a negative
position which must not be allowed, since dynamicSeek() works like
fseek() in SEEK_SET mode. We solve this by bailing out if `pos` is
negative, and let the image reading fail gracefully.

show more ...

# f0f6ac6b 22-Aug-2017 Tianfang Yang

Update NEWS

# 708349ee 22-Aug-2017 Tianfang Yang

Update NEWS

# 1b8a71e7 22-Aug-2017 Tianfang Yang

Update NEWS

# 079bc324 22-May-2017 Ingmar Runge

Fixed bug #74631 (PDO_PCO with PHP-FPM: OCI environment initialized before PHP-FPM sets it up)

# 799b52e8 19-Aug-2017 Andrea Faulds

Retroactively correct NEWS omission

# ccb09d2c 19-Aug-2017 Andrea Faulds

Merge branch 'PHP-7.1' into PHP-7.2


# 158b06cf 19-Aug-2017 Andrea Faulds

Merge branch 'PHP-7.0' into PHP-7.1


# 61538eba 19-Aug-2017 Andrea Faulds

Fixed bug #75097 (gethostname fails if your host name is 64 chars long)

PHP contained two different off-by-one errors, which are fixed here. First,
it created a buffer of size HOST_NAME_

Fixed bug #75097 (gethostname fails if your host name is 64 chars long)

PHP contained two different off-by-one errors, which are fixed here. First,
it created a buffer of size HOST_NAME_MAX, not adding space for a null
terminator. Second, it subtracted 1 from the size of that buffer when passing
its size to gethostname(), despite gethostname() expecting it to be a buffer
size including space for a terminating null byte, not a string length.

show more ...

# 6f55fe05 19-Aug-2017 Anatol Belski

[ci skip] update NEWS

# 95ef8e96 19-Aug-2017 Anatol Belski

[ci skip] update NEWS

# 3cad07b8 19-Aug-2017 Anatol Belski

[ci skip] update NEWS

# 07e8cb42 18-Aug-2017 Anatol Belski

[ci skip] update NEWS

# debbaba9 18-Aug-2017 Remi Collet

NEWS

# de0b816b 18-Aug-2017 Remi Collet

NEWS

# b28912b0 18-Aug-2017 Remi Collet

NEWS

# ef90e37b 18-Aug-2017 Dmitry Stogov

Fixed bug #75089 (preg_grep() is not reporting PREG_BAD_UTF8_ERROR after first input string)

# 1d9b46f3 17-Aug-2017 Kalle Sommer Nielsen

Implemented FR #74781 (Add the latest PG_DIAG_* const)

# 5b02d105 16-Aug-2017 Joe Watkins

bump versions

# 3e66ae67 15-Aug-2017 Remi Collet

Update NEWS for 7.2.0RC1

1...<<201202203204205206207208209210>>...619