History log of /PHP-5.5/ext/spl/spl_directory.c (Results 176 – 200 of 257)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 69dbaaac 06-Nov-2006 Hannes Magnusson

MFH: arginfo fixes


# c32408e6 06-Nov-2006 Hannes Magnusson

MFH: fix segfault & improve test


Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5
# 281536e8 29-Sep-2006 Hannes Magnusson

fix protos


# 30b18b7b 29-Sep-2006 Hannes Magnusson

fix arginfo


# 7df7d2b4 29-Sep-2006 Antony Dovgal

MFH


Revision tags: php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1
# 444f1f2d 06-Aug-2006 Marcus Boerger

- MFH Fix cvs access through SplFileObject


Revision tags: php-4.4.3, php-5.2.0RC1
# 9c30e20b 15-Jul-2006 Marcus Boerger

- MFH Implement todo: SplFileObject: ability to set the CSV separator per object


# bb3c7021 15-Jul-2006 Marcus Boerger

- MFH Fix issue with SplFileObject and directories


# fbd3ef09 10-Jul-2006 Dmitry Stogov

Fixed memory leaks in ext/spl/tests/fileobject_003.phpt


Revision tags: php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1
# 3a3e310e 10-May-2006 Marcus Boerger

- MFH: SplFileObject improvements
. FILE_OBJECT_READ_AHEAD: allow to read ahead
. FILE_OBJECT_SKIP_EMPTY: allow to skip empty lines (includes read ahead)
. FILE_OBJECT_READ_CSV: a

- MFH: SplFileObject improvements
. FILE_OBJECT_READ_AHEAD: allow to read ahead
. FILE_OBJECT_SKIP_EMPTY: allow to skip empty lines (includes read ahead)
. FILE_OBJECT_READ_CSV: allow to read as csv

show more ...


Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3
# ad7768ee 06-Apr-2006 Antony Dovgal

fix #36981 (SplFileObject->fgets() ignores max_length)


Revision tags: php-5.1.3RC2
# 59b8592c 29-Mar-2006 Antony Dovgal

fix bug #36898 (__set() leaks in classes extending internal ones)

Added:
ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC)
ZEND_API void zend_ob

fix bug #36898 (__set() leaks in classes extending internal ones)

Added:
ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC)
ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC)

to initialize and destroy zend_object structs

show more ...


# afd781a0 20-Mar-2006 Antony Dovgal

MFH: initialize retval


Revision tags: php-5.1.3RC1
# 4a5dd302 08-Mar-2006 Marcus Boerger

- MFH Allow pecl/phar and alike too hook into spl_filesystem_object's


# e795f8f4 06-Mar-2006 Marcus Boerger

- MFH Proto fixes


# 7dc32275 05-Mar-2006 Marcus Boerger

- Fix issues with not/double calling of constructors of SPL iterators
- Fix issues with info-class/file-class in SPL directory handling classes
- Add SimpleXMLElement::count()
- Drop erro

- Fix issues with not/double calling of constructors of SPL iterators
- Fix issues with info-class/file-class in SPL directory handling classes
- Add SimpleXMLElement::count()
- Drop erroneous RecursiveDirectoryIterator::getSubPathInfo()
- Drop dead code
- Add tests
- Update docu

show more ...


Revision tags: RELEASE_1_2
# 728493ca 28-Feb-2006 Marcus Boerger

- MFH Fix issues withhandling of derived info classes as entries


# 08c4c9c2 10-Feb-2006 Antony Dovgal

MFH: fix #36359 (splFileObject::fwrite() doesn't write when no data length specified)


# aa920b8e 05-Feb-2006 Antony Dovgal

MFH: fix #36295 (typo in SplFileObject::flock() parameter name)


# 39d71e37 05-Feb-2006 Marcus Boerger

- MFH Fix bug #36287


# a266261e 02-Feb-2006 Marcus Boerger

- Fix oversight


# 0c972edc 02-Feb-2006 Ilia Alshanetsky

Only use win32 directory separators on win32 or netware.


# ff30daae 02-Feb-2006 Antony Dovgal

MFH: add missing folding tags
nuke unnecessary semicolons


# 0506d1a9 02-Feb-2006 Antony Dovgal

fix #36258 (SplFileObject::getPath() may lead to segfault)


# 9cbc3ae2 23-Jan-2006 Ilia Alshanetsky

Fixed bug #36134 (DirectoryIterator constructor failed to detect empty
directory names).


1234567891011