History log of /PHP-7.3/ext/spl/spl_directory.c (Results 101 – 125 of 386)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# cb25136f 16-Aug-2014 Anatol Belski

fix macros in the 5 basic extensions


# 90a0d58a 27-Jul-2014 Stanislav Malyshev

Fix SPL objects initialization checks


# b5051ff9 01-Jun-2014 Xinchen Hui

Fixed bug #67359 (Segfault in recursiveDirectoryIterator)


# 38be99b7 01-Jun-2014 Xinchen Hui

Fixed bug #67359 (Segfault in recursiveDirectoryIterator)


# 9eb89ddd 23-May-2014 Dmitry Stogov

Use optimized zend_array_dup() function. convert zend_hash_num_elements() and zend_hash_next_free_element() into macros.


# 9f9ee018 12-May-2014 Nikita Popov

Fix memory error in spl_directory.c


# 8904f72d 12-May-2014 Nikita Popov

Fix spl_directory cast_object, reenable error


# d8651fbe 03-May-2014 Xinchen Hui

Make they are in the same style of Z_ISREF


Revision tags: php-5.6.0beta2
# 17d027ed 30-Apr-2014 Dmitry Stogov

Split IS_BOOL into IS_FALSE and IS_TRUE


Revision tags: php-5.5.12, php-5.4.28
# e96073b1 17-Apr-2014 Dmitry Stogov

Moved zend_literal->cache_slot right into zval.
It should be accessed using Z_CACHE_SLOT() macro.
zend_literal structure is removed.
API functions that accepted pointer to zend_literal no

Moved zend_literal->cache_slot right into zval.
It should be accessed using Z_CACHE_SLOT() macro.
zend_literal structure is removed.
API functions that accepted pointer to zend_literal now accept pointer to zval or cache_slot directly.
Calls of such functiond that now accept cache_slot need to be changed to pass -1 instead of NULL.

show more ...


Revision tags: php-5.4.28RC1, php-5.5.12RC1
# 050d7e38 15-Apr-2014 Dmitry Stogov

Cleanup (1-st round)


Revision tags: php-5.6.0beta1
# 20f2e598 09-Apr-2014 Nikita Popov

Fix ZTS build

This only makes it compile, it doesn't actually work, presumably
because interned strings are assumed in some places.


# 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
# ea85451b 27-Mar-2014 Dmitry Stogov

Refactored data structures to keep zend_object* instead of a whole zval in some places


# b7938ab1 19-Mar-2014 Dmitry Stogov

Refactored GC (incomplete)


Revision tags: php-5.5.11RC1, php-5.4.27RC1
# b78bbe93 16-Mar-2014 Xinchen Hui

Fixed segfault (invalid free handling)


# b264e964 15-Mar-2014 Xinchen Hui

Fixed bug codes in SplFileInfo::getExtension


# 9d4dca08 15-Mar-2014 Xinchen Hui

Refactor Spl_Directory to fixed bug after default_properties changed


# 972935cd 07-Mar-2014 Tjerk Meesters

Fixed null termination


Revision tags: php-5.5.10, php-5.4.26, php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1, php-5.6.0alpha2
# 3c673fed 12-Feb-2014 datibbaw

Add fread(length) method

Fixed off-by-one write bug

Added test


# 19670c2b 04-Mar-2014 Dmitry Stogov

Fixied calling object closures from internal functions


# 237dbd97 28-Feb-2014 Xinchen Hui

Fixed uninilized intern


# 2a826609 28-Feb-2014 Xinchen Hui

Temporary fix zcontext


# 990c923e 28-Feb-2014 Xinchen Hui

Refactored spl_filesystem_iterator


12345678910>>...16