News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
feed this:

Artur Ejsmont's Blog:
A few words on bugs and software quality
February 08, 2012 @ 13:50:40

In this new post to his blog Artur Ejsmont shares some of his thoughts on bugs and how they can effect the quality of your software. He touches on topics like handling bug reports, how random code changes effect them and how effective a code review can be.

From time to time I see bugs in the code and I start thinking "really? is it possible that no one noticed that bug before? am i the first person to see this code?". I thought it might be worth writing a little post on what helps me to deal with bugs and software quality in general and what are the common pitfalls in developer's thought process. Although it is not a very extensive post i hope it may inspire some developers to try new approaches.

Other topics he offers for consideration involve the fact that bugs will never fix themselves (they might disappear in a refactor though), that the bug is almost never in the language/data source's code and how automated (unit) testing can help to find new bugs before they're released to the users.

0 comments voice your opinion now!
software quality bugs opinion suggestion testing



Community News:
Pearhub.org Needs Your Help
September 13, 2011 @ 10:55:25

Christian Weiske has a quick post about a handy PEAR-related project that might be in risk of fading away - a plea for help with pearhub.org.

Troels Knak-Nielsen, father of pearhub, wrote to the pear-dev mailing list: "Unfortunately I have absolutely no time at hand for this project and probably won't for a foreseeable time. I still think it fills a need, so I'd be happy to hand over the keys to anyone who will take it upon them to move the project forward. I'll try to assist as best as I can, but probably won't have much time to spare. But the project is fairly simple anyway, so it should be relatively easy to get the main idea."

If you're interested in hosting or helping out with the project, let Troels know. Pearhub lets any project with a publicly facing repository be installed via a PEAR channel quickly and easily. For more information, see the project's FAQ.

0 comments voice your opinion now!
pearhub project server bugs request


Lukas Smith's Blog:
Symfony2, what I think is still left to do
April 19, 2011 @ 09:05:11

Lukas Smith has posted some of the things he thinks the Symfony2 framework still has left to do before it can be released in a stable form.

The goal of this blog post is to number one serve me as a todo list of stuff that I personally think needs to be fixed before Symfony2 can be released. Hopefully it will also entice some people to help out with these tasks. I am focusing on the medium to large tasks. There are of course still a fair number of smaller fixes that need to be applied.

Items on the list include:

  • switch Security/Validation components to using message key's rather than full sentences
  • Assetic documentation
  • Adding a DIC aware Serializer
  • Better support for SSL'ed urls and assets
  • ttempt to automatically determine service scopes
0 comments voice your opinion now!
symfony2 todo list framework bugs tasks


Matthew Turland's Blog:
Stop Asking, Start Helping
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?"

0 comments 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
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.

0 comments voice your opinion now!
php5 release alpha1 freeze feature bugs test


Andrew Johnstone's Blog:
Zend Studio for Eclipse Neon
January 14, 2008 @ 11:11:00

Andrew Johnstone has posted some of his experience he's had developing with one of Zend's latest offerings - Zend Neon. Neon is the Zend project to bring robust PHP development functionality to the community on top of the Eclipse platform.

I've been using Zend Studio for Eclipse (beta) for several weeks in a rewrite of a framework and numerous sites at work and overall I really like the IDE. Its got some great features and being based on the eclipse project makes it really extensible and customizable.

He happy overall with the IDE but has come across some bugs in his time developing in it (nine of them) with issues ranging from the SVN functionality and samba out to small syntax sorts of things (like the auto-formatting).

1 comment voice your opinion now!
zend studio neon eclipse review bugs zend studio neon eclipse review bugs


Derick Rethans' Blog:
Xdebug 2.0.0RC3 (Release)
January 31, 2007 @ 19:26:00

Derick Rethans has announced today (briefly) the release of the Release Candidate version of his PHP debugging package - XDebug 2.0.0RC3.

I just released Xdebug 2.0.0RC3 through the web site and also through PECL. This hopefully last release candidate of Xdebug 2.0.0 addresses a number of segfaults and other small bugs that crept in in Xdebug 2.0.0RC2.

The Xdebug extension helps you debugging your script by providing a lot of valuable debug information. The debug information that Xdebug can provide includes the following: stack and function traces in error messages, memory allocation, protection for infinite recursions.

0 comments voice your opinion now!
xdebug release candidate debugger pecl package bugs xdebug release candidate debugger pecl package bugs


PHP Security Blog:
Month of PHP bugs
November 13, 2006 @ 08:34:00

In part of an effort to work out some of the 'kinks' in PHP (as far as the security of the language itself), Stefan Esser has proposed a "Month of Bugs" for PHP. The idea is to release security issues found, one for each day - the month's hasn't been specified yet - with complete vulnerability information.

While it is true that many PHP applications are written by people with no clue about security it is absolutely not true that PHP is a secure programming language. I think it is necessary to make ALL people aware of this.

No word yet on when this month will start, but we will keep you posted as soon as it's out. If you'd like to check out the community's response to this effort, check out some of the comments already posted to this announcement on the PHP Security Blog.

0 comments voice your opinion now!
month bugs daily vulnerability security issue programming language month bugs daily vulnerability security issue programming language


O'Reilly:
Using Google Code Search to Find Security Bugs
October 13, 2006 @ 10:24:00

On the O'Reilly OnLamp.com site, there's a bit more in-depth look at using the (now infamous) Google Code Search to locate issues with scripts that have been collected over time.

I've written about using Google to find security flaws in the past. However, thanks to Google Code Search, it is now easier to scan publicly available source code for potential security issues. The idea is query Google Code Search using techniques previously reserved for local static code analysis.

The examples he gives include a search for SQL injection in a Java application, a SQL injection in a PHP application, and a cross-site scripting problem in a PHP app blindly echoing out the user's input.

He also includes a few links to some code analysis tools that can be used to help prevent some of these issues - Flawfinder, RATS, and SWAAT

1 comment voice your opinion now!
google search find security bugs analysis tool google search find security bugs analysis tool


Scott Mattocks' Blog:
PHP-GTK 2 Alpha Released
July 18, 2006 @ 05:56:24

First Andrei posted a note about it and now Scott Mattocks has made his own comments on the release of the PHP-GTK 2 Alpha version .

This is the first release of PHP-GTK 2. PHP-GTK 2 is a PHP extension that combines the power and flexibility of both PHP 5 and GTK+ 2 to allow developers to create stand-alone desktop GUI applications using PHP.

Scott reminds all potential users of this release out there that this is most definitely aplha and shouldn't be used in production due to some bugs and feature changes that will need to be resolved.

If you're still interested, you can grab the download from the PHP-GTK site and check out the new manual or subscribe to the mailing list for a little help.

1 comment voice your opinion now!
php-gtk2 alpha release bugs feature issues development php-gtk2 alpha release bugs feature issues development



Community Events





Don't see your event here?
Let us know!


introduction series custom development opinion framework manifesto application unittest symfony2 phpunit release podcast language api conference security test community interview

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