History log of /PHP-7.2/NEWS (Results 226 – 250 of 10718)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a2cb8228 26-Dec-2018 Anatol Belski

Update NEWS [ci skip]


# 7e597f48 24-Dec-2018 Dmitry Stogov

Fixed bug #77339 (__callStatic may get incorrect arguments)


# 3245d1bb 18-Dec-2018 Remi Collet

missing entry for #77020


# 7161fe62 18-Dec-2018 Remi Collet

bump to 7.2.15-dev


# 99f1f3de 09-Dec-2018 Christopher Jones

Add oci_set_call_timeout() and bump version to 2.10.0


# 9b8f2417 08-Dec-2018 Remi Collet

missing entry for #77020


# 8ff6a305 08-Dec-2018 Christopher Jones

Update NEWS


# c26cb383 05-Dec-2018 Ferenc Kovacs

5.6.40 will be next. probably not


# 78bffa72 03-Dec-2018 Stanislav Malyshev

Fix null pointer deref in qprint-encode filter (bug #77231)


# 48f0f73f 12-Nov-2018 Stanislav Malyshev

Fix bug #77143 - add more checks to buffer reads


# 54212674 12-Nov-2018 Stanislav Malyshev

Fix bug #77143 - add more checks to buffer reads


# 7edc639b 11-Nov-2018 Stanislav Malyshev

Fix #77020: null pointer dereference in imap_mail

If an empty $message is passed to imap_mail(), we must not set message
to NULL, since _php_imap_mail() is not supposed to handle NULL po

Fix #77020: null pointer dereference in imap_mail

If an empty $message is passed to imap_mail(), we must not set message
to NULL, since _php_imap_mail() is not supposed to handle NULL pointers
(opposed to pointers to NUL).

show more ...


# 69f5e799 02-Dec-2018 Stanislav Malyshev

Fix bug #77022 - use file mode or umask for new files


# 94ec262f 22-Nov-2018 BohwaZ

Fix #77051: Issue with re-binding on SQLite3

We have to call `sqlite3_reset()` before re-binding the parameters.


# a3f2871b 28-Nov-2018 Derick Rethans

Fixed bug #77097 (DateTime::diff gives wrong diff when the actual diff is less than 1 second) by upgrading to timelib 2017.09


# 17f8b9fb 28-Nov-2018 Nikita Popov

Fixed bug #77215

Remove invalid assertion: A block can have multiple switch frees,
so if we don't do live range block splitting, it is not necessarily
true that the free is located a

Fixed bug #77215

Remove invalid assertion: A block can have multiple switch frees,
so if we don't do live range block splitting, it is not necessarily
true that the free is located at the start of a block.

show more ...


# d6595f27 27-Nov-2018 Nikita Popov

Fixed bug #76046

Place FE_FREE on start line of foreach, instead of whatever random
line number might be in CG(zend_lineno) at the time.


# 9ec519e0 21-Nov-2018 Colin Basnett

Fixed bug #77184

The U in URATIONAL is for unsigned, so the values should be printed
as unsigned.


# e126ca15 07-Nov-2018 Sergei Morozov

Check column number before trying to fetch the value


# a1aaec08 25-Nov-2018 Christoph M. Becker

Fix #77200: imagecropauto(…, GD_CROP_SIDES) crops left but not right

We apply the upstream patch[1].

[1] <https://github.com/libgd/libgd/commit/6613094e5d218dc4d4372757aef5e58c6462a

Fix #77200: imagecropauto(…, GD_CROP_SIDES) crops left but not right

We apply the upstream patch[1].

[1] <https://github.com/libgd/libgd/commit/6613094e5d218dc4d4372757aef5e58c6462a9f7>

show more ...


# b47b8886 25-Nov-2018 Christoph M. Becker

Fix #77198: auto cropping has insufficient precision

We apply the upstream patch[1], and also fix the erroneous bailout at
the end of `gdImageAutoCrop()`, since `crop.x` and `crop.y` may

Fix #77198: auto cropping has insufficient precision

We apply the upstream patch[1], and also fix the erroneous bailout at
the end of `gdImageAutoCrop()`, since `crop.x` and `crop.y` may very
well be zero.

[1] <https://github.com/libgd/libgd/commit/bda85aaeeb1d7467d92c892ba4c30eaa53d7a6d4>

show more ...


# 60a9f7a3 24-Nov-2018 Christoph M. Becker

Fix #77195: Incorrect error handling of imagecreatefromjpeg()

The broken JPEG image triggers a notice, two warnings and outputs a
message to stderr directly. The additional notice is pr

Fix #77195: Incorrect error handling of imagecreatefromjpeg()

The broken JPEG image triggers a notice, two warnings and outputs a
message to stderr directly. The additional notice is pretty useless,
and the direct output to stderr is bad. Therefore, we port the
relevant differences from upstream to our bundled libgd. This leaves
us with two warnings; the first one is triggered by libjpeg and shows
the actual problem, the second one is triggered by our libgd wrapper
whenever an image can't be read, what may not have necessarily
triggered a warning before.

show more ...


# 115ee49b 23-Nov-2018 Christoph M. Becker

Fix #77177: Serializing or unserializing COM objects crashes

Firstly, we avoid returning NULL from the get_property handler, but
instead return an empty HashTable, which already prevents

Fix #77177: Serializing or unserializing COM objects crashes

Firstly, we avoid returning NULL from the get_property handler, but
instead return an empty HashTable, which already prevents the crashes.
Secondly, since (de-)serialization obviously makes no sense for COM,
DOTNET and VARIANT objects (at least with the current implementation),
we prohibit it right away.

show more ...


# 0b3cbd66 21-Nov-2018 Sara Golemon

Prep for 7.1.26


# 11ddf766 20-Nov-2018 Valentin V. Bartenev

Fix bug #71041 dynamic embed SAPI load error

If the library is built with ZEND_SIGNALS defined, it's unusable with an
external SAPI module because the zend_signal_startup() call is manda

Fix bug #71041 dynamic embed SAPI load error

If the library is built with ZEND_SIGNALS defined, it's unusable with an
external SAPI module because the zend_signal_startup() call is mandatory
in this case.

This bug is similar to #74149, but related to dynamic loading of PHP library.

show more ...


12345678910>>...429