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

Keith Doyle
Keith Doyle
25,973 Points

Automatically patching PHP on server

I'm working on a site and one of the requirements that came back from the Info Security team is to look into automating patching of PHP. Does anyone know of any products that can do this? I found one, but this is a new area for me and I'd love to hear some input.

What I found... http://www.dbpatch-project.com/

1 Answer

If you don't find one, this might be possible yourself. Could you create a weekly cron job that would pole the php site, checking for the latest version.. if it's available download and update?

Probably simpler to say than do!