News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

Internet Super Hero:
PDO_MYSQLND 1.0.2-alpha released
0 comments :: posted Friday May 09, 2008 @ 11:19:57
voice your opinion now!

The Internet Super Hero blog has announced the release of the latest alpha version of the mysql native driver for PDO - version 1.0.2-alpha (PDO_MYSQLND):

I am glad to announce the availability of the first alpha version of PDO_MYSQLND. PDO_MYSQLND is a PHP PDO driver for MySQL based on the MySQL native driver. PDO_MYSQLND 1.0.2-alpha is available for download on http://downloads.mysql.com/forge/pdo_mysqlnd_preview.

Updates include fixes for return values, patches for memory leaks, more code coverage and some "very promising results" running on a set of dedicated testing machines.

tagged with: mysqldn nativedriver release alpha pdo download


Rob Allen's Blog:
A review of "Learning PHP Data Objects"
0 comments :: posted Monday May 05, 2008 @ 13:44:10
voice your opinion now!

Rob Allen has posted a review of the Packt Publishing book "Learning PHP Data Objects" over on his blog today:

Packt Publishing recently sent me a couple of books to review. This post is about the second one I received, Learning PHP Data Objects by Dennis Popel. I was excited to receive this book as PDO underlies a lot of the Zend_Db_Adapter objects that I use in my day to day programming. It seemed like a good idea that I should know more about it.

He provides some good detail of what the book covers (chapter by chapter) as well as a summary including his recommendation for who should use the book and how they can best enjoy its contents.

tagged with: learning data objects pdo review book packt

Marco Tabini's Blog:
5 PHP 5 features you can't afford to ignore
0 comments :: posted Tuesday April 29, 2008 @ 17:06:45
voice your opinion now!

Marco Tabini has posted his list of what he considers five features of PHP5 that you "can't afford to ignore" when doing your development work:

Despite the fact that you may not have a choice in the matter, upgrading comes with a number of bonus new features that can help you write better code and gain access to new functionality that required a fair amount of hacking in previous version. Here's a quick list of 5 personal favourites.

The feature to make his list are SimpleXML, JSON/SOAP, PDO, the Standard PHP Library and SQLite. Each has their own bonus feature(s) included too for a little extra incentive to check them out.

tagged with: php5 feature list ignore simplexml json soap pdo spl sqlite

Internet Super Hero Blog:
PDO_MYSQLND for PHP preview released
0 comments :: posted Wednesday April 16, 2008 @ 21:57:12
voice your opinion now!

The Internet Super Hero blog has posted about a preview release of the PDO_MYSQLND and a connector for MySQL to Open Office that have both been announced at this year's MySQL Conference.

The post explains what each of the technologies are for and where they fit in most development. The PDO_MYSQLND functionality is a direct connection for the PDO libraries to connect to MySQL using the native driver.

PDO_MYSQLND inherits all benefits of the MySQL native driver for PHP. In addition to the shared advantages you get the first PDO driver for MySQL developed by Sun/MySQL!
tagged with: pdomysqlnd pdo mysql native driver preview mysqlcon2008

Michael Kimsal's Blog:
Why I think PDO sucks
0 comments :: posted Wednesday April 02, 2008 @ 19:38:10
voice your opinion now!

Michael Kimsal has posted his opinion on why PDO, the database interface layer for PHP, sucks.

Every so often I try to use PDO under PHP5, and every time I run in to basic functionality problems with no ability to find out what's going on under the hood.

He includes a few comments supporting his statement including an issue where a prepare() call didn't work, his frustration with not being able to see what's "under the hood" and the lack of documentation to help with these sorts of issues.

tagged with: pdo opinion issue documentation prepare

Internet Super Hero Blog:
Is PDOFETCH_UNIQUE broken by design?
0 comments :: posted Friday March 07, 2008 @ 10:25:00
voice your opinion now!

On the Internet Super Hero blog, there's a post that looks at how PDO is implemented in PHP and wonders if the PDO::FETCH_UNIQUE constant is broken (as something to fix before even considering the move to PDO2).

I spent quite a lot of time comparing the different behaviours of the various drivers in the hope I could find out how PDO drivers are supposed to work. The PDO documentation and the specification do not cover each and every detail. PDO really needs some love...

He picks out the FETCH_UNIQUE constant as one that needs a little work and tries to track down exactly what it's doing. One issue he found was that it requires combination with other flags to make the unique part of it work correctly (like FETCH_OBJ or FETCH_COLUMN). He works through several examples, both ones that apply the unique call and others that don't, comparing the results.

tagged with: pdo fetchunique unique broken testing results

Stubbles Blog:
Do not trust the reflection API
0 comments :: posted Monday January 28, 2008 @ 13:07:00
voice your opinion now!

On the Stubbles blog, Frank Kleine offers some advice to developers looking to use the Reflection API - "don't trust it".

If you try to get informations about parameters from methods of internal classes - forget that. Examining several internal classes my key findings are: either there is no information about parameters available and the reflection API says the method does not have any parameters, or the information about the parameter is wrong.

He includes code examples along side the output from the script to illustrate his point.

tagged with: reflection api class external internal pdo pdostatement

Community News:
The PDO v2 Proposal
0 comments :: posted Friday January 25, 2008 @ 08:58:00
voice your opinion now!

Wez Furlong posted a request for comments to the php.internals and php.pdo mailing lists yesterday about a new ly proposed update to the current PDO functionality - PDO 2. He just wants to clear up a few things...

It became apparent over the past year or so that PDO has been a good and valuable addition to PHP. [...] We believe that having direct involvement from the data access providers would be most effective, which is why we set out to try and get them on board.

There were three steps they would need to make to push things to version two (documentation, define scope/direction and organize data provider integration methods) and the proposal that has caused a huge stir in the community - the idea of requiring a CLA contributors would need to sign.

Comments to this point from the community include:

tagged with: pdo data abstraction layer version cla require


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

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