News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

Eirik Hoem's Blog:
Dying with grace - PHP's register_shutdown_function
0 comments :: posted Monday March 17, 2008 @ 12:02:00
voice your opinion now!

Eirik Hoem has posted a new look at a function that can be amazingly helpful when you have a script with issues that needs a little extra help cleaning up after itself - register_shutdown_function.

Scripts tend to die, and that's not usually nice. We do not want to show the user a fatal error nor a blank page (display errors off) . PHP has a function called register_shutdown_function which lets us set up a function which is called at execution shutdown. What this means is that our function will be executed when our script is done executing / dying and PHP execution is about to shut down.

He suggests various things that can be done with the functionality, including checking for successful script execution (via a false variable that can be checked for success).

tagged with: registershutdownfunction shutdown function register die success


Community News:
GoPHP5 Project Wraps Up
0 comments :: posted Friday February 08, 2008 @ 12:02:00
voice your opinion now!

The highly controversial GoPHP5 project has come to his finishing mark (actually February 5th) and has been claimed a success by Robert Douglass, one of the creators of the project:

Congratulations are in order. Since the launch of GoPHP5.org, over 100 software projects and over 200 web hosts have come on board to support the adoption of PHP 5.2. As opposed to just a few months ago, it is now easy to find a hosting solution that supports PHP 5, and software developers can turn to the attractive new features that PHP 5 offers without the need to worry that they are leaving their end users without options.

He gives credits to Larry Garfield and Marc Delisle for their hard work towards making the project a success and notes that the project can stand as a successful effort that the community pulled together on to make development and the platforms we build on that much better. Be sure and check out the long list of projects and hosting companies that made the move to PHP5.

tagged with: gophp5 project finish success application hosting

Ben Ramsey's Blog:
Congrats Costa Rica PHP!
0 comments :: posted Friday February 01, 2008 @ 11:09:00
voice your opinion now!

Ben Ramsey says congratulations to the Costa Rica PHP group on having their first meeting with 37 developers in attendance.

It sounds like they have a very active and vibrant PHP developer community in Costa Rica, and they've found two very supportive universities that have offered to host their meetings and events. I wish that every PHP user group could find sponsors willing to provide computer labs and even bring in outside speakers!

According to the Costa Rica PHP website they had a wonderful response from local developers and found them all eager to contribute however they could. They even have the support of two local universities where they can meet/do work in their labs (even bring in speakers from other countries).

tagged with: costarics user group meeting university success

Lukas Smith's Blog:
LAMP's success is spellings its own doom?
0 comments :: posted Thursday January 31, 2008 @ 09:33:00
voice your opinion now!

Lukas Smith has posted some ominous thoughts about the future of the LAMP stack in the online development world - specifically asking if the popularity of the grouping could be what might ultimately cause its downfall.

The issue is that there is simply not enough top qualified talent that knows LAMP well enough to hire. Or maybe its just too hard to find them? It seems all the good guys are already hired. As a result companies end up looking for other technology, not because they actually believe that these technologies are any better or worth the license fees that these usually require to be paid up...

He suggests two things that could be possible lead-ins to the "demise" of LAMP - the fact that LAMP just isn't taught along side other languages in school and that, since PHP is only just now getting into the offices of the "major players", there hasn't been enough time to prove to them that PHP has worth in their business.

Be sure to check out some of the great comments on this one.

tagged with: lamp linux apache mysql doom success


conference developer ajax framework cakephp PEAR application PHP5 zendframework package mysql database pecl zend release code releases job security book

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework