History log of /php-src/NEWS (Results 4701 – 4725 of 15454)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# f2c22d11 21-Dec-2017 Dmitry Stogov

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Fixed bug #75579 (Interned strings buffer overflow may cause crash)


# 37bf8bdc 21-Dec-2017 Dmitry Stogov

Fixed bug #75579 (Interned strings buffer overflow may cause crash)

# ac4da9a0 19-Dec-2017 Remi Collet

NEWS

# 11eed9f3 17-Dec-2017 Jaromír Doleček

Fixed bug #75616

PDO can be built shared on Darwin nowadays. There used to be issues
relating to symbol references between dynamically loaded shared
objects.

# 200bf9b5 17-Dec-2017 Jaromír Doleček

Fix bug #75615

Remove -I without argument in pdo_mysql config.m4.

# a3b5b93b 17-Dec-2017 Xinchen Hui

Updated NEWS

# 340255a6 16-Dec-2017 Nikita Popov

Fixed bug #75614

Replace non-standard == with = in shell scripts.

# ee45104d 16-Dec-2017 Nikita Popov

Fixed bug #75698

# 19d0c5dc 16-Dec-2017 Nikita Popov

Add test for bug #75681

The issue itself has been fixed by 8a4532319dfae83ff16b2d2bbfeed062924c3c27.

# 43d9f599 16-Dec-2017 Nikita Popov

Fix duplicate NEWS entry

Also add an UPGRADING note while at it, as this is potentially
BC breaking.

[ci skip]

# 84235344 10-Oct-2017 Michael Moravec

Fixed bug #75355: preg_quote() does not quote # control character

# a20c9bd3 16-Dec-2017 Xinchen Hui

Fixed bug #75687 (var 8 (TMP) has array key type but not value type)

# eb77c2c2 15-Dec-2017 Nikita Popov

Merge branch 'PHP-7.1' into PHP-7.2


# 8a179fa0 08-Dec-2017 Jelle van der Waa

Fix bug #69727: Support SOURCE_DATE_EPOCH for Build Date

When checking for reproducible builds php is build twice, once with the
current date and once with a date in the future. To keep

Fix bug #69727: Support SOURCE_DATE_EPOCH for Build Date

When checking for reproducible builds php is build twice, once with the
current date and once with a date in the future. To keep the build date
supported and reproducible builds possible, SOURCE_DATE_EPOCH is
introduced which can be set to the same epoch value for both builds.

show more ...

# 72ec23d8 13-Dec-2017 Li-Wen Hsu

Fix bug #75677: Drop fastcall attribute on variadic function

Fastcall generally doesn't make sense on variadic functions. For
clang in particular this eliminates a "fastcall calling conv

Fix bug #75677: Drop fastcall attribute on variadic function

Fastcall generally doesn't make sense on variadic functions. For
clang in particular this eliminates a "fastcall calling convention
ignored on variadic function" warning.

show more ...

# d9a110a2 15-Dec-2017 Anatol Belski

[ci skip] update NEWS

# f14f3ed7 15-Dec-2017 Anatol Belski

[ci skip] update NEWS

# 90cccffe 14-Dec-2017 Anatol Belski

[ci skip] update NEWS

# fd81881e 14-Dec-2017 Anatol Belski

[ci skip] update NEWS

# 4cbc1f7e 12-Dec-2017 Sara Golemon

Prep NEWS for PHP 7.2.2

# fc80114a 09-Dec-2017 Nikita Popov

Add gmp_kronecker()

Exposes the mpz_kronecker(), mpz_si_kronecker() and
mpz_kronecher_si() for computing the Kronecker symbol.

# 10a336d3 09-Dec-2017 Nikita Popov

Add gmp_perfect_power()

Exposes the mpz_perfect_power_p() function.

We already had the more specific gmp_perfect_square() function.

# a1d36a11 09-Dec-2017 Nikita Popov

Add gmp_lcm()

Exposes mpz_lcm() and mpz_lcm_ui() for calculating the least
common multiple.

We already expose the somewhat complementary gmp_gcd() function.

# 7fea7967 09-Dec-2017 Nikita Popov

Add gmp_binomial()

Adds PHP bindings for mpz_bin_ui and mpz_bin_uiui, for calculating
binomial coefficients.

# 6d4de4cf 06-Oct-2017 David Walker

Implement list() reference assignments

Support list() reference assignments of the form:

list(&$a, list(&$b, $c)) = $d;

RFC: https://wiki.php.net/rfc/list_reference_ass

Implement list() reference assignments

Support list() reference assignments of the form:

list(&$a, list(&$b, $c)) = $d;

RFC: https://wiki.php.net/rfc/list_reference_assignment

show more ...

1...<<181182183184185186187188189190>>...619