History log of /php-src/ext/spl/spl_iterators.c (Results 251 – 275 of 504)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 2a8cef80 15-Mar-2014 Xinchen Hui

Fixed typo

# a49781f2 15-Mar-2014 Xinchen Hui

Fixed refcounted

# 9d4dca08 15-Mar-2014 Xinchen Hui

Refactor Spl_Directory to fixed bug after default_properties changed

# 19045f0d 15-Mar-2014 Xinchen Hui

Fixed refcount asseration

# cc79496b 15-Mar-2014 Xinchen Hui

Refactor Spl_Iterators to fixed default_properties change

# 19670c2b 04-Mar-2014 Dmitry Stogov

Fixied calling object closures from internal functions

# 990c923e 28-Feb-2014 Xinchen Hui

Refactored spl_filesystem_iterator

# 7dcb14eb 28-Feb-2014 Xinchen Hui

We need to stash the object_ptr in fci

# 1265850f 28-Feb-2014 Xinchen Hui

Add zend_iterator_dtor

# 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)

# 495551aa 26-Feb-2014 Dmitry Stogov

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

# 43b03c74 18-Feb-2014 Xinchen Hui

Refacting smart_str

# 6306918e 12-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)

# 7a9348f4 12-Feb-2014 Dmitry Stogov

Reverted zval_clear() and zval_release() back to zval_ptr_dtor()

# d3954f16 12-Feb-2014 Xinchen Hui

Use better data structures (incomplete) -- stash for today work

Revision tags: php-5.6.0alpha2
# 3f4c877b 11-Feb-2014 Xinchen Hui

Use better data structures (incomplete)

Revision tags: php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24
# 0f53e374 03-Jan-2014 Xinchen Hui

Merge branch 'PHP-5.6'


# c081ce62 03-Jan-2014 Xinchen Hui

Bump year

# 47c90277 03-Jan-2014 Xinchen Hui

Bump year

# c0d060f5 03-Jan-2014 Xinchen Hui

Bump year

# 65fd18fd 26-Dec-2013 Dmitry Stogov

Merge branch 'PHP-5.6'

* PHP-5.6:
Improved empty string handling. Now ZE uses an interned string instead of allocation new empty string each time. (Some extensions might need to be fix

Merge branch 'PHP-5.6'

* PHP-5.6:
Improved empty string handling. Now ZE uses an interned string instead of allocation new empty string each time. (Some extensions might need to be fixed using str_efree() instead of efree() to support interned strings).

Conflicts:
NEWS
Zend/zend_extensions.h
Zend/zend_modules.h

show more ...


1...<<1112131415161718192021