php7backport icon indicating copy to clipboard operation
php7backport copied to clipboard

Fix a bug in DirectoryBackporter, and refactor it.

Open Ronmi opened this issue 9 years ago • 2 comments

  • Remove CallbackFilterIterator, which does not affect program logic but cause performance penalty.
  • Move the codes which process directories. The iterator does not return in order when useing php 5.6. And according to original program logic, it is not necessary to create directories without php codes.

Ronmi avatar Nov 25 '15 00:11 Ronmi

hi @Ronmi could you resolve the conflict ? so that @ondrejbouda can merge this

pitpit avatar Sep 09 '20 15:09 pitpit

will fix https://github.com/ondrejbouda/php7backport/issues/7

pitpit avatar Sep 09 '20 16:09 pitpit