History log of /php-src/Zend/zend_gc.c (Results 51 – 75 of 237)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 1ae0b684 13-Aug-2019 Nikita Popov

Merge branch 'PHP-7.4'


# 72b7d99d 13-Aug-2019 Nikita Popov

Remove removed nested data from GC count

# f0f3fe0b 13-Aug-2019 Nikita Popov

Don't include non-refcounted structures in GC count

# 9af705e7 13-Aug-2019 Nikita Popov

Merge branch 'PHP-7.4'


# 7bd2b9d2 13-Aug-2019 Nikita Popov

Generalize delref assertion

The refcount should never become negative, not just during GC.

# 172c7198 09-Aug-2019 Dmitry Stogov

Merge branch 'PHP-7.4'

* PHP-7.4:
Fixed handling of references in nested data of objects with destructor


# 4ebf5271 09-Aug-2019 Dmitry Stogov

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fixed handling of references in nested data of objects with destructor


# 722a44d5 09-Aug-2019 Dmitry Stogov

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fixed handling of references in nested data of objects with destructor


# 9b43e29d 09-Aug-2019 Dmitry Stogov

Fixed handling of references in nested data of objects with destructor

# a037a5bd 09-Aug-2019 Dmitry Stogov

Merge branch 'PHP-7.4'

* PHP-7.4:
Fixed second part of the bug #78379 (Cast to object confuses GC, causes crash)


# 1456467c 09-Aug-2019 Dmitry Stogov

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fixed second part of the bug #78379 (Cast to object confuses GC, causes crash)


# 22d23e08 09-Aug-2019 Dmitry Stogov

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fixed second part of the bug #78379 (Cast to object confuses GC, causes crash)


# 6b1cc125 09-Aug-2019 Dmitry Stogov

Fixed second part of the bug #78379 (Cast to object confuses GC, causes crash)

# 9b973550 09-Aug-2019 Dmitry Stogov

Merge branch 'PHP-7.4'

* PHP-7.4:
Added asserts to catch GC errors when refcount goes below zero.


# b2044cd9 09-Aug-2019 Dmitry Stogov

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Added asserts to catch GC errors when refcount goes below zero.


# 21a0a28f 09-Aug-2019 Dmitry Stogov

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Added asserts to catch GC errors when refcount goes below zero.


# 2e2cd65d 09-Aug-2019 Dmitry Stogov

Added asserts to catch GC errors when refcount goes below zero.

# e22633c4 08-Aug-2019 Nikita Popov

Merge branch 'PHP-7.4'


# d9dc9420 08-Aug-2019 Nikita Popov

Merge branch 'PHP-7.3' into PHP-7.4


# 38f10ff5 08-Aug-2019 Nikita Popov

Fix GC tracing

Due to the GC changes in 7.3 we stopped tracing most of the
interesting coloring changes...

# 4d9e5ddf 06-Aug-2019 Dmitry Stogov

Merge branch 'PHP-7.4'

* PHP-7.4:
Don't set GC_HAS_DESTRUCTORS flag if destructors were already called
Update NEWS for 7.4.0beta3
Update NEWS for PHP 7.4.0beta2


# 170a3f87 06-Aug-2019 Dmitry Stogov

Don't set GC_HAS_DESTRUCTORS flag if destructors were already called

Revision tags: php-7.1.31, php-7.2.21, php-7.3.8, php-7.4.0beta1, php-7.2.21RC1, php-7.3.8RC1
# 25985fed 15-Jul-2019 Nikita Popov

Merge branch 'PHP-7.4'


# d60d16bd 15-Jul-2019 Nikita Popov

Merge branch 'PHP-7.3' into PHP-7.4


# 193f28c7 15-Jul-2019 Nikita Popov

Fixed bug #78010

Prevent the gc_info from becoming all zero for a registered root
by setting the top bit to one for compressed root addresses.

12345678910