New issue report by auroraeosrose:
What steps will reproduce the problem?
1. create any phpt test with dos (/r/n) line endings
2. run the test
3. sections are not detected
What is the expected output? What do you see instead?
Fatal Error: class phpt_section_ cannot be found
Changing all the line endings in the test to unix style (\n only) fixes the
issue, but this will REALLY blow up on macs, should be line ending
independent (use PHP_EOL)
Issue attributes:
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 by tswicegood:
This is related to PHP bug 43474 - http://bugs.php.net/bug.php?id=43474.
Issue attribute updates:
Status: Started
Owner: tswicegood
Comment #2 by tswicegood:
Fixed in r575
Issue attribute updates:
Status: Fixed