History log of /PHP-7.0/NEWS (Results 501 – 525 of 9487)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 14d67444 30-Jul-2016 Nikita Popov

Fixed bug #71219


# 029f8e87 30-Jul-2016 Nikita Popov

Fix incorrect merge

Forgot to amend the merge fixes...


# e87ac688 30-Jul-2016 Nikita Popov

Fixed bug #72142


# 1d32b809 30-Jul-2016 ju1ius

fixes bad address given to onig_error_code_to_str

Closes bug #72710

(cherry picked from commit 0fb7eb6723bcc6fd98053911543e801edb5ab763)


# f67ccd4a 28-Jul-2016 Christoph M. Becker

Fix #71894: AddressSanitizer: global-buffer-overflow in zif_cal_from_jd

Julian days < 347998 denote invalid Jewish calendar dates, so
cal_from_jd($jd, CAL_JEWISH) and jdmonthname($jd, CA

Fix #71894: AddressSanitizer: global-buffer-overflow in zif_cal_from_jd

Julian days < 347998 denote invalid Jewish calendar dates, so
cal_from_jd($jd, CAL_JEWISH) and jdmonthname($jd, CAL_MONTH_JEWISH) should
actually fail. For BC we don't yet let them though, but we fix the OOB read
that happens in this case, and we also adjust cal_from_jd()'s return value
to have empty strings for "abbrevdayname" and "dayname" instead of "Sun"/
"Sunday" and NULL for "dow" instead of 0, which doesn't make any sense.

show more ...


# 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 ...


# 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


# 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 ...


# 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.


# 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.


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

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


# 30a5ed3a 28-Jul-2016 Pierrick Charron

Fixed bug #71929 (CURLINFO_CERTINFO data parsing error).


# ed16f2fe 27-Jul-2016 Pierrick Charron

Update NEWS


# e0294b39 27-Jul-2016 Anatol Belski

update NEWS


# c5232270 27-Jul-2016 Anatol Belski

Fixed bug #72683 getmxrr broken


# 6e8b2d21 27-Jul-2016 Anatol Belski

update NEWS


# 315c0536 27-Jul-2016 Christoph M. Becker

Fix #72688: preg_match missing group names in matches

We have to multiply with 0x100 to properly scale the high byte.


# 5513f00a 27-Jul-2016 Bob Weinand

Fixed a potential segfault in zend_objects_store_free_object_storage()

Under the special circumstance where a garbage collected objects bucket slot was not reused until the end of the script

Fixed a potential segfault in zend_objects_store_free_object_storage()

Under the special circumstance where a garbage collected objects bucket slot was not reused until the end of the script, we get access into freed memory...
No test added as it usually is valgrind-only, and only sometimes when the memory happens to have changed (i.e. (GC_FLAGS(obj) & IS_OBJ_FREE_CALLED) == 0), it actually *may* segfault

show more ...


# cc125f27 27-Jul-2016 Christoph M. Becker

Implement #72653: SQLite should allow opening with empty filename

From the [sqlite3_open](https://www.sqlite.org/c3ref/open.html) docs:

| If the filename is an empty string, then a

Implement #72653: SQLite should allow opening with empty filename

From the [sqlite3_open](https://www.sqlite.org/c3ref/open.html) docs:

| If the filename is an empty string, then a private, temporary on-disk
| database will be created. This private database will be automatically
| deleted as soon as the database connection is closed.

We make that facility available to userland.

While we're at it, we also do some minor optimizations, remove the
unnecessary check for NUL characters in filename, which is already catered
to by ZPP(p), and add a missing `return` in case db_obj isn't initialized.

show more ...


# cce457c6 25-Jul-2016 Ville Hukkamäki

Fix bug #72667

Open data stream after receiving PASV reply, before sending the
main request.

Included test cases for opendir() with ftp:// and ftps:// wrappers.
Test cases r

Fix bug #72667

Open data stream after receiving PASV reply, before sending the
main request.

Included test cases for opendir() with ftp:// and ftps:// wrappers.
Test cases re-use ext/ftp/tests/server.inc

Conflicts:
ext/standard/ftp_fopen_wrapper.c

show more ...


# f5e56cf9 25-Jul-2016 Xinchen Hui

Fixed bug #72668 (Spurious warning when exception is thrown in user defined function)


# 0c34d515 25-Jul-2016 Anatol Belski

update NEWS


# 27dd8048 25-Jul-2016 Anatol Belski

update NEWS


# ad96a052 24-Jul-2016 Xinchen Hui

Fixed bug #72660 (NULL Pointer dereference in zend_virtual_cwd)


1...<<21222324252627282930>>...380