History log of /php-src/NEWS (Results 3426 – 3450 of 15454)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 346be2cf 08-Oct-2019 Christoph M. Becker

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix #78642: Wrong libiconv version displayed


# d6fdc17f 08-Oct-2019 Christoph M. Becker

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix #78642: Wrong libiconv version displayed


# 195c2008 08-Oct-2019 Christoph M. Becker

Fix #78642: Wrong libiconv version displayed

The high byte of `_libiconv_version` specifies the major version; the
low byte the minor version.

# 26f45cb4 08-Oct-2019 Christoph M. Becker

7.3.12 is next

# 05d6878b 08-Oct-2019 Remi Collet

next is 7.2.25

# 88e0d888 08-Oct-2019 Christoph M. Becker

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix #78641: addGlob can modify given remove_path value


# 11654fdf 08-Oct-2019 Christoph M. Becker

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix #78641: addGlob can modify given remove_path value


# fd3118ff 08-Oct-2019 Christoph M. Becker

Fix #78641: addGlob can modify given remove_path value

`remove_path` points to the given string, so we must not modify it.
Instead we use a duplicate, if we need the modification.

Fix #78641: addGlob can modify given remove_path value

`remove_path` points to the given string, so we must not modify it.
Instead we use a duplicate, if we need the modification.

We may want to switch to `zend_string`s in master.

show more ...

# b142e8a4 07-Oct-2019 Christoph M. Becker

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix #78623: Regression caused by "SP call yields additional empty result set"


# 3322c78a 07-Oct-2019 Christoph M. Becker

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix #78623: Regression caused by "SP call yields additional empty result set"


# 114c03b9 07-Oct-2019 Christoph M. Becker

Fix #78623: Regression caused by "SP call yields additional empty result set"

This reverts commit 41a4379cb45419a376043ca5f8c5a2bca82cea7c.

# e40da266 05-Oct-2019 Benjamin Eberlei

Update NEWS

# ca652aaf 04-Oct-2019 Nikita Popov

Fixed bug #78632

I'm going for a very conservative fix here, where the previous
logic is restored for the case where an object is passed to
method_exists(). We might want to check ag

Fixed bug #78632

I'm going for a very conservative fix here, where the previous
logic is restored for the case where an object is passed to
method_exists(). We might want to check against EG(scope) instead,
but this seems like a safer choice.

This means that behavior in PHP 7.4 changes only for
method_exists('C', 'privateMethodNotOnC'), which should be sensible.

show more ...

# 6627f782 04-Oct-2019 Christoph M. Becker

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix #78620: Out of memory error


# 3ded328b 04-Oct-2019 Dmitry Stogov

Fixed bug #78614 (Does not compile with DTRACE anymore)

# cf183a5e 04-Oct-2019 Christoph M. Becker

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix #78620: Out of memory error


# abaf9a76 03-Oct-2019 Christoph M. Becker

Fix #78620: Out of memory error

The integer addition in `ZEND_MM_ALIGNED_SIZE_EX` can overflow, what we
have to catch early.

# 26baf545 04-Oct-2019 Joe Watkins

Merge branch 'PHP-7.4'

* PHP-7.4:
fix #78624: session_gc return value for user defined session handlers


# 74ca3a5c 04-Oct-2019 Joe Watkins

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
fix #78624: session_gc return value for user defined session handlers


# f45eb353 04-Oct-2019 Joe Watkins

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
fix #78624: session_gc return value for user defined session handlers


# a6d21963 02-Oct-2019 Brent Shaffer

fix #78624: session_gc return value for user defined session handlers

# 114060e2 03-Oct-2019 Joe Watkins

Merge branch 'PHP-7.4'

* PHP-7.4:
Fix bug #76809 (SSL settings aren't respected when persistent connection is reused)


# 5a8e7b95 03-Oct-2019 Joe Watkins

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix bug #76809 (SSL settings aren't respected when persistent connection is reused)


# f4d078b1 03-Oct-2019 Joe Watkins

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix bug #76809 (SSL settings aren't respected when persistent connection is reused)


# 9a2b42a5 03-Sep-2018 Fábio Souto

Fix bug #76809 (SSL settings aren't respected when persistent connection is reused)

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