News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

Michael Kimsal's Blog:
PHP Continuous Integration with phpUnderControl
0 comments :: posted Monday April 28, 2008 @ 11:18:20
voice your opinion now!

Michael Kimsal has put together a small page to help you get started using the phpUnderControl continuous integration system:

If you're not using phpUnderControl, you owe it to yourself to check it out, as I think 'continuous integration' will likely change the way you think of development. I've used CruiseControl in the past for PHP, but the PHP-specifics phpUnderControl brings to the project are too much to pass up.

The page mentions some of the common issues you might have in getting started - installation problem, the use of the PHP Code Sniffer and the Project Mess Detector from PHPUnit.

tagged with: phpundercontrol integration continuous introduction common problem


PEAR Blog:
First PEAR bug triage over!
0 comments :: posted Thursday April 03, 2008 @ 10:26:34
voice your opinion now!

According to this post on the PEAR blog, the first PEAR bug triage is now over:

PEAR's bug tracker hit the 600+ open bugs mark a month ago. [...] So with 600+ open bugs (not including the feature requests), we had to do something. [...] The logical step was to hold our own bug smashing event and see how it works for PEAR.

Back on March 22nd and 23rd (Easter weekend) they hunted for bugs. Several developers showed to help out and many bugs were fixed and they managed to bring the number of open bugs for PEAR down to 547 with the two days of work. There were some milestones reached too:

Thanks to the triage, we are close to reaching two important milestones: Closing bug reports with lower bug ID than 1000 (1 bug left!) and 2000 (5 left).
tagged with: pear bug triage close problem issue feature event

Alan Knowles' Blog:
Another 7 deadly sins for PHP
0 comments :: posted Tuesday March 25, 2008 @ 11:19:29
voice your opinion now!

In some thoughts related to the just-passed religious holiday, Alan Knowles decided to come up with another series of 7 deadly sins one could commit in their PHP (CMS) development.

Among those on the list are things like:

  • Defines for configuration
  • Filenaming
  • If your code is public, you should try not to ridicule yourself.
  • Mixing PHP and HTML

Check out the rest of the post and some of the interesting comments that follow.

tagged with: deadly sin content management system problem

Eirik Hoem's Blog:
Array problems with SOAP and PHP - Updated
0 comments :: posted Thursday March 13, 2008 @ 10:22:19
voice your opinion now!

Eirik Hoem has posted an update on a previous problem he was having when working with SOAP in PHP and its handling of arrays.

The scenario was that when an array with only one object was returned over SOAP the array was discarded and pointed straight to the single object.

Come to find out, this behavior wasn't a bug, it was a feature - the fix is to add another parameter to the initialization of the SoapClient to add the SOAP_SINGLE_ELEMENT_ARRAYS feature.

tagged with: soap gotcha array problem soapsingleelementarrays feature bug

Cal Evans' Blog:
I called Zend_Jsonencode(), so WTH are all my properties?
0 comments :: posted Friday February 22, 2008 @ 12:10:00
voice your opinion now!

In dealing with a little JSON encoding and objects in a project of his recently, Cal Evans bumped against a problem when he was encoding an object and moving it back and forth between the back and front ends.

The problem is simple, JSON encode a PHP object and send it back to the front end. Sounds simple and the last 100 times I wrote this code it was simple. This time, I was too smart for my own good. Here's the scenario.

He illustrates his problem - the "dropping" of properties somewhere along the way - with a sample class that encodes the object and sends it along. He missed one key bit of information, though. His protected array of properties wasn't getting passed back out correctly and we're in the resulting JSON message. A quick hack of a getProperties() function call made this problem a thing of the past.

tagged with: zendframework json encode property getproperties problem

Tim Bray's Blog:
2008 Prediction 4 PHP Problems
0 comments :: posted Wednesday February 20, 2008 @ 14:37:00
voice your opinion now!

As Cal Evans and others in the PHP community have pointed out, there's a post on Tim Bray's blog (of Sun Microsystems) with his prediction for PHP for the upcoming year:

The short version: PHP will remain popular but its growth will slow, as people get nervous about its maintainability and security stories.

He does mention the two different stances of this statement - the good side (with low entry level, good applications and speed) and the stance he seems to believe in more - that there are just things about PHP and how its handled that could cause major issues down the line.

Be sure to check out the comments for community views on both sides of the story too.

tagged with: problem prediction issue language oragnization good bad

Tony Bibbs' Blog:
The Problem with PHP is PHP Itself
0 comments :: posted Thursday January 31, 2008 @ 10:24:00
voice your opinion now!

According to Tony Bibbs, PHP's real problem is itself.:

So what do I mean when I say PHP's problem is PHP itself? [...] One word. Sustainability.

He suggests that, while PHP has made a big splash in the areas it's hit, it is still tripping over its own feet. PHP, the language, can meet the needs of just about any sort of web development that might come down the line, but when good PHP developers are so hard to find, why should any organization bother with working it into their technology stack?

Comments on the article responds to the "chicken and egg situation" Tony has presented and how things like user groups can help stoke the fires of PHP's presence in not only the budding web developers but also in the professionals looking to expand their horizons.

tagged with: problem language sustainability job development market

Tony Bibbs' Blog:
Oh So Familiar Problem with Zend Studio Neon (Eclipse-based)
0 comments :: posted Wednesday October 31, 2007 @ 07:58:00
voice your opinion now!

In a new blog post Tony Bibbs talks about an issue that he's been having (an "oh so familiar problem") when trying to install the Zend Studio Neon IDE - the same as last time, an issue with a locked resource.

The fix this time was a bit more cumbersome because the unpacking of files happens during the install not when you explicitly uncompress the tarball. However the Internet proved to be a valuable resource again as I found the fix from a blog by someone overseas.

The solution involved breaking the installer (pushing it to the background for a bit) at a certain point, executing a command to replace the variable name and resuming the install process to complete a correct software installation.

tagged with: zendstudio neon beta eclipse installation problem zendstudio neon beta eclipse installation problem


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

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