History log of /php-src/NEWS (Results 3376 – 3400 of 15454)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 0055f1e3 30-Oct-2019 Christoph M. Becker

Fix #78761: Zend memory heap corruption with preload and casting

We have to reset `FFI_G(persistent)` back to zero when preloading has
finished.

# 1e2d3d58 30-Oct-2019 Christoph M. Becker

Fix #78762: Failing FFI::cast() may leak memory

We have to release objects when we're done with them.

# 33dd25d2 29-Oct-2019 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fixed bug #78689


# f9895b4b 29-Oct-2019 Nikita Popov

Fixed bug #78689

# 365a4521 29-Oct-2019 Derick Rethans

Update NEWS for 7.4.0RC6

# 6d8168f1 29-Oct-2019 Derick Rethans

Update NEWS for PHP 7.4.0RC5

# bedbecf5 14-Oct-2019 Christoph M. Becker

Implement #78270: Support __vectorcall convention with FFI

To work around the limitation of the current rudimentary vectorcall
support in our patched libffi, we forbid yet unsupported de

Implement #78270: Support __vectorcall convention with FFI

To work around the limitation of the current rudimentary vectorcall
support in our patched libffi, we forbid yet unsupported declarations,
i.e. float/double parameters at certain positions (SIMD vector types
and HVA types are not supported anyway).

show more ...

# 3fb42a38 25-Oct-2019 Simonov Denis

Add support for Interbase 1 dialect

# 9e4c5db7 28-Oct-2019 Christoph M. Becker

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix #78751: Serialising DatePeriod converts DateTimeImmutable


# 736cd93e 28-Oct-2019 Christoph M. Becker

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix #78751: Serialising DatePeriod converts DateTimeImmutable


# 89c327f8 25-Oct-2019 Christoph M. Becker

Fix #78751: Serialising DatePeriod converts DateTimeImmutable

When getting the properties of a DatePeriod instance we have to retain
the proper classes, and when restoring a DatePeriod i

Fix #78751: Serialising DatePeriod converts DateTimeImmutable

When getting the properties of a DatePeriod instance we have to retain
the proper classes, and when restoring a DatePeriod instance we have to
cater to DateTimeImmutable instances as well.

show more ...

# b61b60d1 28-Oct-2019 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix bug #78752


# 16c49108 28-Oct-2019 Nikita Popov

Fix bug #78752

NULL out the execute_data before destroying it, otherwise GC may
trigger while the execute_data is partially destroyed, resulting
in double-frees.

The handlin

Fix bug #78752

NULL out the execute_data before destroying it, otherwise GC may
trigger while the execute_data is partially destroyed, resulting
in double-frees.

The handling of call stack unfreezing is a bit awkward because it's
a ZEND_API function, so we can't change the signature.

show more ...

# f1848a4b 24-Oct-2019 Nikita Popov

Fix bug #78226: Don't call __set() on uninitialized typed properties

Assigning to an uninitialized typed property will no longer trigger
a call to __set(). However, calls to __set() are

Fix bug #78226: Don't call __set() on uninitialized typed properties

Assigning to an uninitialized typed property will no longer trigger
a call to __set(). However, calls to __set() are still triggered if
the property is explicitly unset().

This gives us both the behavior people generally expect, and still
allows ORMs to do lazy initialization by unsetting properties.

For PHP 8, we should fine a way to forbid unsetting of declared
properties entirely, and provide a different way to achieve lazy
initialization.

show more ...

# 74699533 25-Oct-2019 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fixed bug #78747


# 52499938 25-Oct-2019 Nikita Popov

Fixed bug #78747

# 1c9bfcb6 22-Oct-2019 Christoph M. Becker

Fix #78716: Function name mangling is wrong for some parameter types

We have to cater to function parameter alignment when calculating the
parameter size.

# c9df44ca 22-Oct-2019 Christoph M. Becker

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Update NEWS


# 36943dff 22-Oct-2019 Christoph M. Becker

Update NEWS

# 2213bd36 22-Oct-2019 Remi Collet

add NEWS entry

# 05c5e5df 21-Oct-2019 Dmitry Stogov

Fixed bug #78512 (Cannot make preload work)

# 174ab25f 21-Oct-2019 Joe Watkins

Merge branch 'PHP-7.4'

* PHP-7.4:
Fix bug #78697: inaccurate error message


# 1ac961be 21-Oct-2019 Joe Watkins

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix bug #78697: inaccurate error message


# 1c9b62fb 21-Oct-2019 Joe Watkins

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix bug #78697: inaccurate error message


# bea2ff88 19-Oct-2019 Fabien Villepinte

Fix bug #78697: inaccurate error message

1...<<131132133134135136137138139140>>...619