 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Matthew Turland's Blog: Stop Asking, Start Helping
by Chris Cornutt January 30, 2009 @ 08:49:16
Matthew Turland has posted a call to action for all of those PHP developers out there content to sit back and just request features for the language - get up and get involved!
A question that seems to be popping up more and more these days is, "When will PHP 6 be released?" It's especially annoying because the people that enjoy an exercise in futility ask this question are the same people that simply refuse to take WIR [When it's ready] for an answer. Or maybe they just read into the hype generated by trigger-happy publishers who want to preempt a stable release, I don't really know.
He points out some of the current stats - PHP 5.3's beta release date as coming to the original date, that PHP 6 code hasn't even been moved outside of CVS and the amount of work left to be done on it before its even close to being ready. This is where you come in - the internals folks contribute their time (off-hours usually) to developing the language and can only do so much:
So respect them and their time and stop asking when it's going to be ready, because they don't really know much better [about PHP6] than you do.
He also suggests two other things that you can do to keep up with the current state of development - keep your version updated and track the RFCs to see what features are being added and any bugs that might still be open for pre-release. You have to be proactive about keeping up with the current status - otherwise, you have no room to ask, over and over, "when will it be done?"
voice your opinion now!
asking helping php5 php5 release beta proactive latest version rfc bugs
Lukas Smith's Blog: PHP 5.3 alpha1 release imminent
by Chris Cornutt July 28, 2008 @ 09:31:36
As was previously mentioned by Christopher Jones, the PHP 5.3 branch is now under a feature freeze. Lukas Smith has posted a few more details about the upcoming release.
Last thursday was the begin of the feature freeze phase. Well its not really a hard feature freeze in the sense that we still have plans for a few new features and tweaks, but it means the end of the "maintainers freedom" that usually rules PHP development more or less.
New features will have to go through either him or Johannes to be included and they are doing their best to get the alpha 1 release of this new version out by July 31st.
Lukas is also trying a more unconventional approach to bug fixes to try to get the major ones knocked out first - posting them as a comment to this blog post. So far, no comments on bugs have been added, but there are a good number to get through. To help narrow it down he's also put out a plea to developers out there to help validate current bugs to potentially knock off a few of the ones that can be marked bogus.
voice your opinion now!
php5 release alpha1 freeze feature bugs test
Lukas Smith's Blog: The top 5 of PEAR bugs
by Chris Cornutt April 17, 2006 @ 06:49:59
PEAR, the large repository of useful PHP libraries, is steadily growing even more in popularity. The PEAR server packages introduced have made it even easier for people to share their own libraries with the world. Unfortunately, all of this useful code doesn't come without a few issues, and in this new blog post, Lukas Smith mentions the top five packages with the most number of bug reports.
The 5 packages with the most bug reports are all pretty popular although the quality of the code varies. They are all also fairly complex and/or large. I have gone through the bugs of most of them now and then to see if I spot an obvious bogus report.
As of the time of this post, the top five are:
- Spreadsheet_Excel_Writer
- SOAP
- HTML_QuickForm
- Mail_Mime
- PhpDocumentor
Lukas also puts out a call for help, hoping that there are users out there that would like to help conquer these bugs, to help out with making the packages a cleaner place. All it takes is a little time, some inititave, and a glance at the bug reports for the packages to get started.
voice your opinion now!
top five pear bugs soap html_quickform mail_mime phpdocumentor top five pear bugs soap html_quickform mail_mime phpdocumentor
Rudd-o.com: 5 minutes to finding issues in production PHP Web applications
by Chris Cornutt March 13, 2006 @ 07:51:51
In this post on Bitacle.org, they look at a 5 minute approach to finding some of the more common issues with PHP web applications.
Detecting and correcting problems with applications at early stages is an important role of the server manager. Unfortunately, not all errors are detected at the testing stages. Even more unfortunate is the fact that most errors go undetected because they are usually triggered when a certain set of criteria is met.
Since all you have is 5 minutes (which is one of the tenets of this Server management series, and quite possibly the only simple truth in your case), in this installment, we'll unlock the secret of server log foraging.
They mainly make use of grep, a very handly unix command-line tool, to parse through the server logs for answers. Combine that with upping the error reporting level inside of PHP itself, and you should be able to track down most of the problems you'd have. They also include a sample situation or two to watch out for specifically.
voice your opinion now!
five minutes issues bugs web applications five minutes issues bugs web applications
Joshua Eichorn's Blog: Cleaning up bugs
by Chris Cornutt February 28, 2006 @ 06:41:09
With Greg Beaver helping out Joshua Eichorn on the "bug squashing" in the phpDocumentor project, there have been several bug-related emails that have come their way - and not all of them good. So, in this latest post on Joshua's blog, he offers some suggestions that would make the emails easier on them.
phpDocumentor Bug submission guide:
- phpDocumentor Version
- PHP Version
- OS Version
- How your running phpDocumentor, CLI, CLI+ini file, Web interface
- Instructions on howto reproduce the error
- A simplified set of code to parse that produces the error
- How you have phpDocumentor configured, an ini file being the prefered way rather then a mile of command line parameters
He also notes, of course, that patches are always welcome (as built off of version 1.3.x in the PEAR cvs).
voice your opinion now!
phpdocumentor bugs emails submission guide phpdocumentor bugs emails submission guide
|
Community Events
Don't see your event here? Let us know!
|