Closed ndm2 closed 10 years ago
Good catch! Thanks for helping to clean up the code!
Yet another segfault... if this keeps happening it might be something worth to investigate.
Re-ran and it was successful this time. Does make me wonder why this seems to be a recurring event with this project, but there doesn't seem to be much consistency with when it fails.
Yep, pretty hard to tell, though in the end it's most probably a bug (outside of this projects code) or faulty RAM. The next PR is on its way, we'll see if this keeps happening.
This patch removes the workarounds for PHP versions < 5.2.0 where
PATHINFO_FILENAME
support is missing. The CakePHP core already requires PHP 5.2.8 as a minimum, not to mention that this functionality is used in theGeneratorBehaviour
class since ages, so these workarounds should be be safe to drop.