History log of /PHP-8.2/ext/standard/var_unserializer.re (Results 101 – 125 of 316)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# d02f953f 25-Jun-2017 Nikita Popov

Fixed bug #74101 and bug #74614

# 10dc9249 29-Jun-2017 Dmitry Stogov

Use inlined version of zval_ptr_dytor() in var_destroy() loop

# a08723d3 18-May-2017 Dmitry Stogov

Use interned empty and "one char" strings.

Revision tags: php-7.1.4, php-7.0.18, php-7.1.4RC1, php-7.0.18RC1
# 8522e289 23-Mar-2017 Nikita Popov

Make sure lengths and refs are unsigned in unserialize()

# 6a1d4cd4 23-Mar-2017 xKhorasan

Fixed bug #74300

Revision tags: php-7.1.3, php-7.0.17, php-7.1.3RC1, php-7.0.17RC1, php-7.1.2, php-7.0.16, php-7.0.16RC1, php-7.1.2RC1, php-5.6.30, php-7.0.15, php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1, php-7.1.1, php-5.6.29, php-7.0.14, php-7.1.0, php-5.6.29RC1, php-7.0.14RC1, php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1, php-7.1.0RC4, php-5.6.27, php-7.0.12, php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26, php-7.1.0RC2, php-7.0.11, php-5.6.26RC1, php-7.1.0RC1, php-7.0.11RC1, php-7.1.0beta3, php-5.6.25, php-7.0.10, php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1, php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38, php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1, php-7.1.0alpha2, php-7.0.8, php-5.6.23, php-5.5.37, php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1
# fd402506 05-May-2016 Nikita Popov

Enable HT RC assertions with escape-hatch

HT functions that modify the array now assert that rc=1. As we don't
respect this COW constraint everywhere, either for a good reason or
bec

Enable HT RC assertions with escape-hatch

HT functions that modify the array now assert that rc=1. As we don't
respect this COW constraint everywhere, either for a good reason or
because fixing it would take more work, we provide an escape hatch
in the form of HT_ALLOW_COW_VIOLATION(ht). If this macro is called
assertions on this ht are disabled. The macro is a no-op in release
mode.

show more ...

# fc89c5d7 04-Jan-2017 Nikita Popov

Merge branch 'PHP-7.1'


# 49d90dcc 04-Jan-2017 Nikita Popov

Add Z_EXTRA macro

For use with u2 values which don't deserve a custom macro...

# 2a128950 04-Jan-2017 Nikita Popov

Merge branch 'PHP-7.1'


# 8d8e9493 04-Jan-2017 Nikita Popov

Merge branch 'PHP-7.0' into PHP-7.1


# b47c49d7 04-Jan-2017 Nikita Popov

Merge branch 'PHP-5.6' into PHP-7.0


# 0426b916 04-Jan-2017 Nikita Popov

Implement delayed __wakeup

# dac6c639 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017

# 478f119a 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017

# 1e362429 03-Jan-2017 Sammy Kaye Powers

Resolve conflict


# f909b256 03-Jan-2017 Stanislav Malyshev

Merge branch 'PHP-7.1'

* PHP-7.1:
Use correct string release function


# b9837dc1 03-Jan-2017 Stanislav Malyshev

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Use correct string release function


# 68ac602b 03-Jan-2017 Stanislav Malyshev

Use correct string release function

# 84544cd3 03-Jan-2017 Stanislav Malyshev

Merge branch 'PHP-7.1'

* PHP-7.1:
Fix error reporting


# 0f0406a1 03-Jan-2017 Stanislav Malyshev

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Fix error reporting


# ea6e54af 03-Jan-2017 Stanislav Malyshev

Fix error reporting

# 0de25147 03-Jan-2017 Stanislav Malyshev

Merge branch 'PHP-7.1'

* PHP-7.1:
Fix bug #73737 FPE when parsing a tag format
Fix bug #73773 - Seg fault when loading hostile phar
Fix bug #73825 - Heap out of bounds read

Merge branch 'PHP-7.1'

* PHP-7.1:
Fix bug #73737 FPE when parsing a tag format
Fix bug #73773 - Seg fault when loading hostile phar
Fix bug #73825 - Heap out of bounds read on unserialize in finish_nested_data()
Fix bug #73768 - Memory corruption when loading hostile phar
Fix int overflows in phar (bug #73764)

show more ...


# 2075fb2b 03-Jan-2017 Stanislav Malyshev

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Fix bug #73737 FPE when parsing a tag format
Fix bug #73773 - Seg fault when loading hostile phar
Fix bug #73825 - Heap out o

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Fix bug #73737 FPE when parsing a tag format
Fix bug #73773 - Seg fault when loading hostile phar
Fix bug #73825 - Heap out of bounds read on unserialize in finish_nested_data()
Fix bug #73768 - Memory corruption when loading hostile phar
Fix int overflows in phar (bug #73764)

show more ...


# 7f0de1a1 03-Jan-2017 Stanislav Malyshev

Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
Fix bug #73737 FPE when parsing a tag format
Fix bug #73773 - Seg fault when loading hostile phar
Fix bug #73825 - Heap out o

Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
Fix bug #73737 FPE when parsing a tag format
Fix bug #73773 - Seg fault when loading hostile phar
Fix bug #73825 - Heap out of bounds read on unserialize in finish_nested_data()
Fix bug #73768 - Memory corruption when loading hostile phar
Fix int overflows in phar (bug #73764)

show more ...


# fa2125df 03-Jan-2017 Stanislav Malyshev

Merge branch 'PHP-5.6.30' into PHP-5.6

* PHP-5.6.30:
Fix bug #73737 FPE when parsing a tag format
Fix bug #73773 - Seg fault when loading hostile phar
Fix bug #73825 - Heap

Merge branch 'PHP-5.6.30' into PHP-5.6

* PHP-5.6.30:
Fix bug #73737 FPE when parsing a tag format
Fix bug #73773 - Seg fault when loading hostile phar
Fix bug #73825 - Heap out of bounds read on unserialize in finish_nested_data()
Fix bug #73768 - Memory corruption when loading hostile phar
Fix int overflows in phar (bug #73764)

show more ...


12345678910>>...13