News Feed
Jobs Feed
Sections




News Archive
Wez Furlong's Blog:
Undefined Behaviour
April 29, 2006 @ 07:59:43

Spurred on by some comments made in a thread on the php internals mailing list, Wez Furlong has posted this new item on his blog to help clear up some of the confusion around some "undefined behaviour" in the PDO libraries.

In this thread on the php internals list, Kevin is asking why the handling of whitespace in certain PDO DSNs is inconsistent. I go on to point out that the manual doesn't say anything about whitespace in DSNs, and that all the documented examples have no whitespace around the DSN parameters.

This is an example of undefined behaviour. The PHP manual doesn't define what happens when you put whitespace in there. That doesn't tell you anything at all about whether you should or should not do that. It might work now, and it might work next week. In 6 months time, when you application is widely deployed and someone changes an apparently unrelated part of their system, it might NOT work and might result in someone getting paged at 3am trying to figure out what the mysterious problem is.

Wez goes on to mention that there are some issues with this in the Solaris manual pages as well, as based on others running into this same sort of problem. The realy key here, though, is how the documenttion is defined. Developers, in his opinion, show always treat situations that aren't expressly defined by the manual as a "situation is undefined" rather than making their own expectations.

0 comments voice your opinion now!
undefined behaviour pdo library documentation solaris undefined behaviour pdo library documentation solaris


blog comments powered by Disqus

Similar Posts

Ed Finkler's Blog: The MicroPHP Follow-up FAQ

Brian Swan's Blog: CTP 2 of Microsoft Driver for PHP for SQL Server Released!

Greg Murray's Blog: jMaki supports PHP!

GoodPHPTutorials.com: Integrating the Authorize.Net AIM API with PHP

Christopher Kunz's Blog: Building PHP with cURL and libmysqlclient5


Community Events











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


introduction opinion functional release community interview object series example code tool testing podcast development zendframework2 composer database phpunit framework language

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