Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP The php.ini File

Sam Gord
Sam Gord
14,084 Points

html errors is turned off by default!

at 4:17 she says by default html_errors is turned on! but it shows ( and when i do the same it shows that for me too ) that html_errors is turned off! did anybody notice that?

Matthew McAnelly
Matthew McAnelly
8,634 Points

The semicolon prefixing it turns that line into a comment, effectively removing it and thereby using the default of on. To turn it off all you have to do is remove the semicolon at which point the php processor will read the line and turn it off.