 | News Feed |
Sections
Community Events
|
| feed this: |  |
Jordi Boggiano's Blog: Who let the Dwoo out ?
posted Thursday May 15, 2008 @ 12:58:46
voice your opinion now!
BY CHRIS CORNUTT
Jordi Boggiano has blogged about a new PHP5 templating engine called Dwoo that's just been released for download.
Early this year I wanted to rebuild my template engine to have something stronger to work with, so I started thinking about it and then asked myself why I didn't use one of the available engines out there. The fact is that - and I guess I will lose many of my few readers here - I am not fond of using php itself as a template engine (with Savant or similar).
Features of the templating engine include a striking similarity to Smarty's methods, the fact that its code is scope aware, it has template inheritance and comes with a plugin system that can be extended as you see fit.
You can get complete information about the engine from the Dwoo homepage.
tagged with: dwoo template framework engine smarty release
Chris Hartjes' Blog: New CakePHP 1.2 Release Coming
posted Thursday May 15, 2008 @ 11:15:44
voice your opinion now!
BY CHRIS CORNUTT
Chris Hartjes has blogged about the new CakePHP release that's on the horizon - version 1.2:
I'm certainly not the only person who has been blogging about this, but I thought I'd mention that a feature freeze is coming up for the next CakePHP 1.2 release, codenamed 'DV'. My very modest contribution this time around is a patch to fix a problem with running 'cake bake' on Windows, where it was mangling the app path that a user would enter. Ticket 4495 if anyone is interested.
He makes a few recommendations about how to get involved in the project, but also mentions some of the "trouble in paradise" that's been happening on the mailing list (not friendly for beginners?) and about the direction of the project.
tagged with: cakephp framework release beta mailinglist direction project
Debuggable Blog: CakePHP 1.2 Stable! Come and help
posted Wednesday May 14, 2008 @ 08:48:06
voice your opinion now!
BY CHRIS CORNUTT
Felix Geisendorfer has posted an announcement to the Debuggable blog about the upcoming stable release of the next major version of the CakePHP framework, version 1.2.
The CakePHP team is gearing up to finally push out a stable 1.2 release! If you are following the trac timeline you can see that everybody is putting in huge amounts of work to fix bugs and get everything stable.
He suggests a few ways to get involved in helping to push this release out the door like writing test cases, showing how to replicate bugs and help out the documentation team with their efforts to keep the manual up to date.
tagged with: cakephp framework release stable version
Zend Developer Zone: SourceForge Uses Zend Framework to Implement OpenID
posted Wednesday May 14, 2008 @ 07:51:31
voice your opinion now!
BY CHRIS CORNUTT
The Zend Developer Zone has come across an interesting face about the SourceForge website - it uses the Zend Framework to add OpenID functionality to its pages.
According to the press release from SF about their OpenID support:
OpenID is getting tremendous traction and we're happy to be jumping into it. it's bringing us back in touch with fresh web (2.0) technology. [...] We've spent the past couple weeks on it - integrating the Zend Framework OpenID component into our site code. we like the framework as a whole and I personally hope to use more of it in the future.
There might be a few kinks in the process, so if you're seeing issues with your OpenID working on their site, check out the FAQ they've posted to help.
tagged with: sourceforge zendframework openid support release component
PHP.net: PHP 5.2.6 Released
posted Friday May 02, 2008 @ 07:51:13
voice your opinion now!
BY CHRIS CORNUTT
The PHP development team has released the latest version in the PHP 5.2.x series today - version 5.2.6:
This release focuses on improving the stability ofthe PHP 5.2.x branch with over 120 bug fixes, several of which are security related.All users of PHP are encouraged to upgrade to this release. Further details about the PHP 5.2.6 release can be found in the release announcement for 5.2.6, the full list of changes is available in the ChangeLog for PHP 5.
Security updates include prevention of a buffer overflow in FastCGI mode, an integer overflow in printf, correction for a safe_mode bypass method in cURL and the bundling of PCRE 7.6 to update the regular expression functionality of the language.
You can grab this latest release from the downloads page on PHP.net (or your favorite mirror) - both the source and the Windows binaries.
tagged with: release php5 series security overflow pcre safemode download
|