History log of /php-src/ext/spl/spl_fixedarray.c (Results 126 – 150 of 208)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1
# c1965f58 05-Jun-2014 Dmitry Stogov

Use reference counting instead of zval duplication

Revision tags: php-5.6.0beta4, php-5.4.29, php-5.5.13
# 82a48974 19-May-2014 Xinchen Hui

Use new iterator macros

Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1
# 7fcd4064 13-May-2014 Dmitry Stogov

Merge branch 'master' into phpng

* master: (41 commits)
fix test - output can be chunked
fix test
fix test
Fixed test for commit 997be125eb0228c5b1b6dd278f617791e7119

Merge branch 'master' into phpng

* master: (41 commits)
fix test - output can be chunked
fix test
fix test
Fixed test for commit 997be125eb0228c5b1b6dd278f617791e71192c6
Add bug fix to NEWS
Update UPGRADING according to bug fix
fix test
improve CURL tests to allow testing without separate server
improve CURL tests to allow testing without separate server
Fixed bug #67199 mb_regex_encoding mishmash
Fix bug #67248 (imageaffinematrixget missing check of parameters)
Fix bug #67247 spl_fixedarray_resize integer overflow
fix news
add tests stuff to README
Updated NEWS
Fix Linux specific fail in error traces (cherry-picked and fix for bug #67245) Linux apparently does not like memcpy in overlapping regions...
- Fixed off-by-one in phar_build (patch by crrodriguez at opensuse dot org)
- Move checking
- Fixed missing NULL check in SimpleXMLElement::xpath()
- Fixed missing NULL check
...

Conflicts:
ext/bz2/bz2.c
ext/gd/gd.c
ext/mbstring/php_mbregex.c
ext/session/tests/031.phpt
ext/simplexml/simplexml.c
ext/spl/spl_fixedarray.c

show more ...


# eaa39c93 12-May-2014 Stanislav Malyshev

Merge branch 'PHP-5.6'

* PHP-5.6:
Fix bug #67248 (imageaffinematrixget missing check of parameters)
Fix bug #67247 spl_fixedarray_resize integer overflow
fix news

Merge branch 'PHP-5.6'

* PHP-5.6:
Fix bug #67248 (imageaffinematrixget missing check of parameters)
Fix bug #67247 spl_fixedarray_resize integer overflow
fix news
add tests stuff to README
Updated NEWS
Fix Linux specific fail in error traces (cherry-picked and fix for bug #67245) Linux apparently does not like memcpy in overlapping regions...

show more ...


# f2fdeba1 12-May-2014 Stanislav Malyshev

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Fix bug #67248 (imageaffinematrixget missing check of parameters)
Fix bug #67247 spl_fixedarray_resize integer overflow

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Fix bug #67248 (imageaffinematrixget missing check of parameters)
Fix bug #67247 spl_fixedarray_resize integer overflow
fix news
add tests stuff to README
Updated NEWS
Fix Linux specific fail in error traces (cherry-picked and fix for bug #67245) Linux apparently does not like memcpy in overlapping regions...

show more ...


# af5cc61c 12-May-2014 Stanislav Malyshev

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Fix bug #67247 spl_fixedarray_resize integer overflow
fix news


# 2b475eeb 12-May-2014 Stanislav Malyshev

Fix bug #67247 spl_fixedarray_resize integer overflow

# d8651fbe 03-May-2014 Xinchen Hui

Make they are in the same style of Z_ISREF

Revision tags: php-5.6.0beta2, php-5.5.12, php-5.4.28, php-5.4.28RC1, php-5.5.12RC1, php-5.6.0beta1
# 7402af38 08-Apr-2014 Dmitry Stogov

Fixed destruction of objects and iterators on unclean request shutdown and GC (few cases are still unfixed).
Now we destroy objects it two steps. At first - object properties of all objects and o

Fixed destruction of objects and iterators on unclean request shutdown and GC (few cases are still unfixed).
Now we destroy objects it two steps. At first - object properties of all objects and only then the objects their selves.

show more ...

# 76cc99fe 03-Apr-2014 Dmitry Stogov

Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), candidate for GC, etc)

Revision tags: php-5.4.27, php-5.5.11
# b7938ab1 19-Mar-2014 Dmitry Stogov

Refactored GC (incomplete)

Revision tags: php-5.5.11RC1, php-5.4.27RC1
# d0bbc227 15-Mar-2014 Xinchen Hui

IS_UNDEF should never goes to user script land

# bfe1f224 15-Mar-2014 Xinchen Hui

Fixed fixed_array returning initializing

# 28e0a580 15-Mar-2014 Xinchen Hui

Fixed fixedarray iterator fetching

# b2432872 15-Mar-2014 Xinchen Hui

Fixed fixed_array fetching

# 35026062 08-Mar-2014 Xinchen Hui

Fixing SplFixedArray (this probably will be revert, just show what the problem is)

Revision tags: php-5.5.10, php-5.4.26
# 0680cdb4 28-Feb-2014 Xinchen Hui

Fixed refcount handling

# 0def3884 28-Feb-2014 Xinchen Hui

Fixed Z_ADDREF

# a5ce7d52 28-Feb-2014 Xinchen Hui

Revert "Move zend_objects_store_put out of zend_object_std_init"

This reverts commit 8ced4f0ac906fd9a28b968801487630326c45bc8.

# 8ced4f0a 28-Feb-2014 Xinchen Hui

Move zend_objects_store_put out of zend_object_std_init

# 0817cee1 27-Feb-2014 Xinchen Hui

Fixed object creating (std_init calls store_put now)

# 3696e038 27-Feb-2014 Dmitry Stogov

Various fixes related to read_property(), read_dimension() and iterators refactoring

# 382b0dfd 27-Feb-2014 Xinchen Hui

Refactoring zend_iterator (incompleted)

Revision tags: php-5.6.0alpha3
# 495551aa 26-Feb-2014 Dmitry Stogov

Fixed iterators API. zend_iterator_init() has to be used in each get_iterator() callback.

Revision tags: php-5.4.26RC1, php-5.5.10RC1
# ad1838d2 16-Feb-2014 Xinchen Hui

Use better data structures (incomplete)

123456789