NephtaliProject.com Announcements http://nephtaliproject.com Keep up to date on news related to the Nephtali Web Framework for PHP 5 en-us Wed, 14 May 08 17:23:30 -0500 Nephtali Web Framework adam@envisionic.com adam@envisionic.com Encryption added to security features http://nephtaliproject.com/docs/security.php The most recent release of Nephtali (0.1.8) includes encryption capabilities for ports, and adds methods for setting encrypted sessions and cookies. SANS Institute highlights PHP vulnerability https://www2.sans.org/top20 The SANS Institute 2007 update on the top 20 security risks points specifically to PHP web applications that enable the PHP setting 'allow_url_fopen.' Nephtali now turns that setting off by default (along with 'magic_quotes_gpc.') Data regions make adding headers and footers easy http://nephtaliproject.com/docs/markup.php In pipe regions in your pages, you can now signal which markup is to be repeated by tagging it as a 'data' region. Any content outside of the data region is only rendered once, making it easy to render headers or footers in your markup.