History log of /PHP-7.3/NEWS (Results 476 – 500 of 11258)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 53881438 22-Feb-2019 Nikita Popov

Fixed bug #77652


# 08089b57 21-Feb-2019 Frank Denis

Fix bug #77646


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


# 2ec59b3e 19-Feb-2019 Christoph M. Becker

Prepare main branch for PHP 7.3.4


# b243f2fe 19-Feb-2019 Remi Collet

bump version to 7.2.17-dev


# 767fa3dc 15-Feb-2019 Christoph M. Becker

Fix #77626: Persistence confusion in php_com_import_typelib()

We apply only the most minimal fix here, and will cater to the
unnecessary re-allocation for PHP-7.4.

We don't need

Fix #77626: Persistence confusion in php_com_import_typelib()

We apply only the most minimal fix here, and will cater to the
unnecessary re-allocation for PHP-7.4.

We don't need to add a regression test, since bug39606.phpt and
bug77621.phpt already show the misbehavior.

show more ...


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


# eb063c8a 14-Feb-2019 Nikita Popov

Fixed bug #77612

Port php_setcookie() to use the smart_str API to ensure that there
can be no string truncation issues.


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


# b6e58dcd 12-Feb-2019 Dmitry Stogov

Fixed bug #77599 (Unbuffered queries; native prepared statements memory leak)


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


# bdce2954 11-Feb-2019 Christopher Jones

Merge PDO_OCI PR


# 1f86dcdd 11-Feb-2019 Christopher Jones

PDO_OCI tracing attribute PR merge


# b2907527 05-Feb-2019 Christoph M. Becker

Fix NEWS

Bug #77287 is already fixed in PHP 7.3.2.


# c0228f74 03-Feb-2019 Christoph M. Becker

[ci skip] Add missing notes regarding gc_status()


# 203a2da3 01-Feb-2019 Dmitry Stogov

Fixed bug #77329 (Buffer Overflow via overly long Error Messages)


Revision tags: php-7.1.22RC1, php-7.3.0beta3, php-7.2.10RC1, php-7.1.21, php-7.2.9, php-7.3.0beta2, php-7.1.21RC1, php-7.3.0beta1, php-7.2.9RC1, php-5.6.37, php-7.1.20, php-7.3.0alpha4, php-7.0.31, php-7.2.8
# 3890c8bc 09-Jul-2018 Kevin Abel

Fix bug 76596: phpdbg supports display_errors=stderr


# f27f9022 30-Jan-2019 Guillaume Degoulet

Fix #77546 iptcembed broken function


# cbc5a141 30-Jan-2019 Christoph M. Becker

Prepare main branch for PHP 7.2.16


1...<<11121314151617181920>>...451