History log of /php-src/NEWS (Results 6226 – 6250 of 15458)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 3c3b8c83 20-Jul-2016 Xinchen Hui

Fixed bug #72622 (array_walk + array_replace_recursive create references from nothing)

# 1eb13c52 19-Jul-2016 Anatol Belski

sync NEWS

# 617e9ccd 19-Jul-2016 Christoph M. Becker

Merge branch 'PHP-7.0'


# d42ce593 19-Jul-2016 Christoph M. Becker

Merge branch 'PHP-5.6' into PHP-7.0


# 206d45bc 19-Jul-2016 Christoph M. Becker

Update NEWS

# 2f817074 18-Jul-2016 Christoph M. Becker

Merge branch 'PHP-7.0'


# d565d4bc 18-Jul-2016 Christoph M. Becker

Merge branch 'PHP-5.6' into PHP-7.0

# Resolved conflicts:
# ext/gd/gd.c


# 3c3980ca 18-Jul-2016 Christoph M. Becker

Merge branch 'pull-request/1991' into PHP-5.6


# 2170841e 18-Jul-2016 Anatol Belski

update NEWS and UPGRADING

# 5a124e71 17-Jul-2016 Jakub Zelenka

Bump a minimal OpenSSL version to 1.0.1

# 839dc42f 17-Jul-2016 Jakub Zelenka

Merge branch 'openssl_drop_ssl2'


# a3a64369 17-Jul-2016 Jakub Zelenka

Update NEWS and UPGRADING with info about dropping SSL2

# ab834f47 17-Jul-2016 Leigh

Merge RNG fixes RFC. PR #1986

* rng-fixes:
Fix legacy mode RAND_RANGE and 32/64-bit consistency
Fix crypt salt not being converted to b64
Make mode selection part of mt_sra

Merge RNG fixes RFC. PR #1986

* rng-fixes:
Fix legacy mode RAND_RANGE and 32/64-bit consistency
Fix crypt salt not being converted to b64
Make mode selection part of mt_srand()
Use zend_bitset
Improve array_rand distribution
Fix some insecure usages of php_rand
Alias rand to mt_rand
Fix RAND_RANGE for mt_rand
Fix mt_rand impl. Provide legacy impl. access.
Split rand and mt_rand into separate files

show more ...


# 171c759d 16-Jul-2016 Nikita Popov

Revert "Fixed bug #72286 (Segmentation fault During Garbage Collection)"

This reverts commit 1c84b55adea936b065a20102202bea3d1d243225.

# e6640b99 15-Jul-2016 Christoph M. Becker

Merge branch 'PHP-7.0'


# 190fbb94 15-Jul-2016 Christoph M. Becker

Merge branch 'PHP-5.6' into PHP-7.0


# 3666cfab 15-Jul-2016 Christoph M. Becker

Fix #72604: imagearc() ignores thickness for full arcs

We remove the special casing for full arcs, what conforms to external libgd.

# ef0279b6 14-Jul-2016 Christoph M. Becker

Merge branch 'PHP-7.0'


# b01b093c 14-Jul-2016 Christoph M. Becker

Merge branch 'PHP-5.6' into PHP-7.0


# a4aa4f97 14-Jul-2016 Christoph M. Becker

Fix bug #66502: DOM document dangling reference

When we decrement the refcount of a node's document, we state that we
won't need it anymore. Therefore we can *always* set the pointer to

Fix bug #66502: DOM document dangling reference

When we decrement the refcount of a node's document, we state that we
won't need it anymore. Therefore we can *always* set the pointer to the
document to NULL, what avoids invalid memory accesses for some edge cases
as demonstrated with the PHPT.

Original patch provided by Sean Heelan.

show more ...

# 1c84b55a 14-Jul-2016 Dmitry Stogov

Fixed bug #72286 (Segmentation fault During Garbage Collection)

# 5aaffb79 14-Jul-2016 Christoph M. Becker

Merge branch 'PHP-7.0'


# 58294582 14-Jul-2016 Christoph M. Becker

Merge branch 'PHP-5.6' into PHP-7.0


# 8bb3bd04 14-Jul-2016 Christoph M. Becker

Fix bug #72596: imagetypes function won't advertise WEBP support

We add the constant IMG_WEBP and make sure that WebP support is properly
reported by imagetypes().

# 131117f7 14-Jul-2016 Anatol Belski

update NEWS

1...<<241242243244245246247248249250>>...619