News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

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 code search find security bugs code analysis tool google code search find security bugs code 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


Lukas Smith's Blog:
The top 5 of PEAR bugs
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.

  • 0 comments voice your opinion now!
    php top five pear bugs soap html_quickform mail_mime phpdocumentor php top five pear bugs soap html_quickform mail_mime phpdocumentor


    Rudd-o.com:
    5 minutes to finding issues in production PHP Web applications
    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.

    2 comments voice your opinion now!
    php five minutes issues bugs web applications php five minutes issues bugs web applications


    Joshua Eichorn's Blog:
    Cleaning up bugs
    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).

    0 comments voice your opinion now!
    php phpdocumentor bugs emails submission guide php phpdocumentor bugs emails submission guide


    Marco Tabini's Blog:
    Security-related bugs are good. No, really!
    February 03, 2006 @ 06:36:09

    In his latest entry, Marco Tabini talks about some of the security issues surrounding PHP that have been going around lately, and his take on the situation.

    If you happen to keep a tab on the various posts in the community, you have undoubtedly noted a variety of opinions on the subject-I think that security doesn't belong in the language, Chris has made his point clear and Harry sort-of responded to both of us.

    As a community, we are all tasked with ensuring that PHP becomes a better product. And by "community" I really mean everyone-individuals, OSS groups and commercial entities. I think that finally, after so many false starts, we are beginning to do a good job of it, too.

    The post continues on, talking more about the ever-growing trend towards PHP5 and a push forward towards applications written with it with better security and less issues overall...

    0 comments voice your opinion now!
    php security bugs PHP5 PHP4 Chris Shiflett Harry Fuecks php security bugs PHP5 PHP4 Chris Shiflett Harry Fuecks



    Community Events







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


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

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