[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/spl/spl_directory.c trunk/ext/spl/spl_directory.c

2011-03-08 Thread Felipe Pena
felipe Tue, 08 Mar 2011 19:56:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309035 Log: - Fixed bug #49608 (Using CachingIterator on DirectoryIterator instance segfaults) Bug: http://bugs.php.net/49608 (Assigned) Using CachingIterator on

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/spl/spl_directory.c trunk/ext/spl/spl_directory.c

2011-02-20 Thread Felipe Pena
felipe Sun, 20 Feb 2011 16:33:53 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308504 Log: - Fixed memory leak in DirectoryIterator::getExtension() and SplFileInfo::getExtension() Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/spl/spl_directory.c trunk/ext/spl/spl_directory.c

2010-09-10 Thread Pierre Joye
pajoye Fri, 10 Sep 2010 14:17:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=303258 Log: - Implement bug #51804, splFileInfo::getLinkTarget() on Windows Bug: http://bugs.php.net/51804 (Assigned) SplFileInfo::getLinkTarget() Fails.