History log of /PHP-7.2/NEWS (Results 176 – 200 of 10718)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0e836f52 05-Mar-2019 Remi Collet

add NEWS entry


# 3f00c936 04-Mar-2019 Nikita Popov

Fixed bug #77691

We cannot replace an op1_def opcode with an ASSIGN, if it also has
a used res_def. Usually this doesn't happen because the res_def use
can be eliminated first. The e

Fixed bug #77691

We cannot replace an op1_def opcode with an ASSIGN, if it also has
a used res_def. Usually this doesn't happen because the res_def use
can be eliminated first. The example is a case where operand replacement
on the res_def use fails.

show more ...


# 2694953a 04-Mar-2019 Remi Collet

add NEWS entries


# e0f5d62b 04-Mar-2019 Stanislav Malyshev

Fix bug #77586 - phar_tar_writeheaders_int() buffer overflow


# 759e841b 04-Mar-2019 Stanislav Malyshev

Update NEWS


# 637713c1 02-Mar-2019 Peter Kokot

Update NEWS


# c39fb1fc 01-Mar-2019 Peter Kokot

Update NEWS


# 006355c9 18-Feb-2019 Kevin Adler

Fix bug #77677: WCOREDUMP not available on all systems

Add #ifdef WCOREDUMP around all uses.

Also Change core dump message to yes/no/unknown in lsapilib.


# a890c5be 28-Feb-2019 Derick Rethans

Fixed bug #50020 (DateInterval:createDateFromString() silently fails)


# 9ad9cc71 28-Feb-2019 Nikita Popov

Fixed bug #77669


# 1c22ace0 25-Feb-2019 Xinchen Hui

Fixed bug #77660 (Segmentation fault on break 2147483648)


# 4a72dd78 25-Feb-2019 Xinchen Hui

Fixed bug #77664 (Segmentation fault when using undefined constant in custom wrapper)


# 53881438 22-Feb-2019 Nikita Popov

Fixed bug #77652


# 08089b57 21-Feb-2019 Frank Denis

Fix bug #77646


# 934691fa 21-Feb-2019 Nikita Popov

Fixed bug #77597

The same variable was reused in two nested loops... The test doesn't
fail on 7.2, but I'm fixing this here anyway as the code is clearly
wrong, and probably erroneou

Fixed bug #77597

The same variable was reused in two nested loops... The test doesn't
fail on 7.2, but I'm fixing this here anyway as the code is clearly
wrong, and probably erroneous in other situations.

show more ...


# b243f2fe 19-Feb-2019 Remi Collet

bump version to 7.2.17-dev


# de738496 14-Feb-2019 Christoph M. Becker

Fix #77621: Already defined constants are not properly reported

We must not check uninitialized values (i.e. `c.value`), and we have to
use proper types for printf-style formats (i.e. `c

Fix #77621: Already defined constants are not properly reported

We must not check uninitialized values (i.e. `c.value`), and we have to
use proper types for printf-style formats (i.e. `char *` instead of
`zend_string *`).

show more ...


# 07877c46 12-Feb-2019 DanielCiochiu

Fixed bug #75546

By respecting the SILENT flag when checking the visibility of a
class constant.


# 8e34de47 12-Feb-2019 Nikita Popov

Fixed bug #77608

Remove special handling of doubles and escape them as usual instead.


# c4294440 10-Feb-2019 Ben Ramsey

Fixed bug #77564: Memory leak in exif_process_IFD_TAG

The memory leak occurs when more than one UserComment tag is present in
the EXIF data. It's still considered corrupt EXIF data, but

Fixed bug #77564: Memory leak in exif_process_IFD_TAG

The memory leak occurs when more than one UserComment tag is present in
the EXIF data. It's still considered corrupt EXIF data, but this ensures
the memory is freed before trying to set to already allocated memory.

show more ...


# 2eaabf06 11-Feb-2019 Darek Slusarczyk

security fix - by default 'local infile' is disabled:
- set default for mysqli.allow_local_infile=0
- explicitly disable PDO::MYSQL_ATTR_LOCAL_INFILE in case of lack of driver options
- a

security fix - by default 'local infile' is disabled:
- set default for mysqli.allow_local_infile=0
- explicitly disable PDO::MYSQL_ATTR_LOCAL_INFILE in case of lack of driver options
- add getAttribute support for PDO::MYSQL_ATTR_LOCAL_INFILE
- update existing tests where needed
- add new tests [checking default value and setting on] the 'local infile' in ext/mysqli and ext/pdo_mysql

show more ...


# ec28d4c2 29-Jan-2019 Ahmed Abdou

Fix bug #51068 (glob:// do not support current path relative)

Fix DirectoryIterator glob://* current path relative queries


# fe4d7248 01-Feb-2019 johnstevenson

Fix #77552: Uninitialized buffer in stat functions


# 92055ca7 11-Feb-2019 Xinchen Hui

Fixed bug #77589 (Core dump using parse_ini_string with numeric sections)

Section name should not be typed(NULL, FALSE, TRUE etc)


# 1f86dcdd 11-Feb-2019 Christopher Jones

PDO_OCI tracing attribute PR merge


12345678910>>...429