Am I dreaming or do carriage returns prevent PHP versions from seeing a code line?

Solution:
Macs use CR. Linux uses LF. Windows uses CR-LF, so it would be very odd for the Windows operating system to not insert an LF after the CR. Maybe I am missing something here.
Edited on Windows -> Viewed on Linux = OK
Edited on Windows -> Viewed on Mac = OK
So I'm guessing it could be your FTP client. Make sure to upload plain text files as ASCII, not binary.
Answer
Solution:
In Notepad++, you should be able to do an EOL conversion to Windows Format, as reported in this SuperUser.com answer.
Share solution ↓
Additional Information:
Link To Answer People are also looking for solutions of the problem: you must enable the openssl extension in your php.ini to load information from https://repo.packagist.org
Didn't find the answer?
Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.
Similar questions
Find the answer in similar questions on our website.
Write quick answer
Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.