History log of /php-src/NEWS (Results 6151 – 6175 of 15456)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 7ab39e2f 28-Jul-2016 Christoph M. Becker

Fix #67976: cal_days_month() fails for final month of the French calendar

The French calendar ends on 0014-13-05, so trying to calculate the Julian
day of 0015-01-01 fails. We cater to t

Fix #67976: cal_days_month() fails for final month of the French calendar

The French calendar ends on 0014-13-05, so trying to calculate the Julian
day of 0015-01-01 fails. We cater to that by returning the hard-coded value.

show more ...

# 1693eb9d 28-Jul-2016 Christoph M. Becker

Merge branch 'PHP-5.6' into PHP-7.0


# ced2a80e 28-Jul-2016 Christoph M. Becker

Bug #69975 had already been fixed as of PHP 5.6.12

Also CVE-2015-8879 had been assigned.

# 81c25abd 28-Jul-2016 Christoph M. Becker

Update to SQLite3 3.13.0

# de755310 28-Jul-2016 Christoph M. Becker

Merge branch 'PHP-7.0' into PHP-7.1

# Resolved conflicts:
# ext/mbstring/php_mbregex.c


# 805dc0ea 28-Jul-2016 Christoph M. Becker

Merge branch 'PHP-5.6' into PHP-7.0

# Resolved conflicts:
# ext/mbstring/php_mbregex.c


# ee6900c3 28-Jul-2016 Christoph M. Becker

Fix #72694: mb_ereg_search_setpos does not accept a string's last position

Setting the search position immediately behind the last character should be
allowed, so we fix this off-by-one

Fix #72694: mb_ereg_search_setpos does not accept a string's last position

Setting the search position immediately behind the last character should be
allowed, so we fix this off-by-one error.

show more ...

# 6aaef1ed 28-Jul-2016 Christoph M. Becker

Merge branch 'PHP-7.0' into PHP-7.1


# a6210231 28-Jul-2016 Christoph M. Becker

Merge branch 'PHP-5.6' into PHP-7.0


# 56cdaecb 28-Jul-2016 Christoph M. Becker

Fix #72693: mb_ereg_search increments search position when a match zero-width

That's caused by an off-by-one error, which we fix.

# db69ea32 28-Jul-2016 Christoph M. Becker

Merge branch 'PHP-7.0' into PHP-7.1


# 18a37eee 28-Jul-2016 Christoph M. Becker

Merge branch 'PHP-5.6' into PHP-7.0

# Resolved conflicts:
# ext/mbstring/php_mbregex.c


# d276e6a8 28-Jul-2016 Christoph M. Becker

Fix #72691: mb_ereg_search raises a warning if a match zero-width

That warning doesn't make sense (PCRE doesn't throw such a warning either),
so we remove it.

# c7a4e37d 28-Jul-2016 Christoph M. Becker

Merge branch 'PHP-5.6' into PHP-7.0


# 0ae8c337 28-Jul-2016 Christoph M. Becker

Bug #6836 has already been fixed in PHP 5.6.24 and 7.0.9

# 8d449429 28-Jul-2016 Pierrick Charron

Merge branch 'PHP-7.0' into PHP-7.1


# bf37b97d 28-Jul-2016 Pierrick Charron

Merge branch 'PHP-5.6' into PHP-7.0

Conflicts:
ext/curl/interface.c


# 30a5ed3a 28-Jul-2016 Pierrick Charron

Fixed bug #71929 (CURLINFO_CERTINFO data parsing error).

# 206f9f13 27-Jul-2016 Pierrick Charron

Merge branch 'PHP-7.0' into PHP-7.1


# 1b681880 27-Jul-2016 Pierrick Charron

Merge branch 'PHP-5.6' into PHP-7.0


# ed16f2fe 27-Jul-2016 Pierrick Charron

Update NEWS

# b2875856 27-Jul-2016 Anatol Belski

update NEWS

# e0294b39 27-Jul-2016 Anatol Belski

update NEWS

# 1d0dc760 27-Jul-2016 Anatol Belski

update NEWS

# c5232270 27-Jul-2016 Anatol Belski

Fixed bug #72683 getmxrr broken

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