News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

Ken Guest's Blog:
The Date_Holidays package, a pack of splitters and a pear tree
1 comment :: posted Friday May 09, 2008 @ 12:56:39
voice your opinion now!

In a new post to his blog today, Ken Guest talks about the split that's been made in a PEAR package for calculating the dates of holidays (Date_Holidays) for localization reasons.

We decided that this one package should be split into subpackages: one subpackage per region/country. Some advantages of this approach are that each driver / filter / subpackage gets it's own stability and version number - we wouldn't have to keep increasing the version number of Date_Holidays each time a new driver is added or when an existing driver gets a significant number of fixes.

To replace your current version of the package (with all of the regions built in) with a new version that still contains all versions, uninstall the Date_Holidays and grab the "Date_Holidays#all" package. Otherwise, you can check out the PEAR page for the main package and see the subpackage list if you only need one for your area.

tagged with: dateholidays pear package split regional filter driver subpackage


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

Christopher Jones' Blog:
New PHP PECL OCI8 1.3.1 Beta available
0 comments :: posted Wednesday February 20, 2008 @ 07:57:00
voice your opinion now!

Christopher Jones has posted to his Oracle blog today about the release of a new beta for the PECL Oracle (OCI8) drivers for PHP.

I've created a PECL OCI8 1.3.1 Beta bundle of the code with Connection Pooling support that I mentioned in http://blogs.oracle.com/opal/2008/01/31. You can get it from http://pecl.php.net/package/oci8. The README contains the details.

Of course, it's still in beta, so any testing and feedback is more than welcome. This bundle also includes several other "non-DRCP related bug fixes" including an issue that caused constant pinging for persistent connections.

tagged with: pecl oracle driver bundle download beta

Michael Kimsal's Blog:
SQL Server driver for PHP5
0 comments :: posted Tuesday February 12, 2008 @ 08:48:00
voice your opinion now!

In a new blog entry, Michael Kimsal points out a driver that Microsoft has released (during the end of last year) that allows PHP5 applications to connect directly to a SQL Server database.

This isn't replacing freetds any time soon. I guess I'm still wondering what the market for "PHP apps deployed on Windows talking to SQL Server" really is - most of the shared hosting accounts I've seen, even on Windows, offer MySQL or Access as the database.

He also points out a video that was shot of the development team talking about the driver (here's their blog too).

tagged with: sqlserver microsoft driver php5 freetds mysql


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

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