Deutsch

News

Show archived news

  07th August 2010 20:09 | New release: SQLite class 0.20

This is a wrapper class for SQLite databases running under PHP 5. The API for this class is almost identical to my own MySQL and Oracle Database classes.

Please note that this class won't work under PHP 4, PHP 5 is required.

Download as usual in the download section.

  07th August 2010 15:33 | New release: Oracle Class 1.00

This update fixes some bugs and adds some getter / setter methods to have always both the Get* and Set* methods available.

Also this update introduces now two class files, one class is written for PHP 4 and the other is meant for PHP 5 or newer.

The PHP 4 version won't be enhanced anymore, as PHP 4 is no longer actively supported by the PHP team.

The PHP 5 version uses already some of the new functions provided by PHP 5.3.2 while maintaining backward compatibility until PHP 5.1.2. The PHP 5 is now the only actively supported version.

IMPORTANT: The PHP 5 class is written in a way that you can simply overwrite your old version with the new one, however there are some necessary changes made to the class code, so please read FIRST (!) the supplied PHP4_PHP5_changes.txt document before updating your installation!!!

Versionnumbers of both classes:

PHP4: 0.78 (no longer enhanced)
PHP5: 1.00 (active development)

Download as usual in the download section.

  07th August 2010 10:25 | New release: MySQL class 0.39

This update is a maintenance release covering a major bugfix, no new methods are added.

Download as usual in the download section.

  23rd January 2010 11:57 | New release: MySQL class 0.38

New methods added to this release:

- NumRows() determines the number of rows returned by SELECT etc. queries

- PerformNewInsert() allows to add multiple values with INSERT or REPLACE by combining the values in New-Style Syntax queries.

- Support for New Link establishing when connecting to the same system using the same credentials.

Download as usual in the download section.

  22nd September 2009 22:34 | New Release: OIS 1.37 final

Some warnings with Oracle 8i where fixed, also the last remaining PHP shorttags are removed.

This is the last version of OIS 1.x .
The codebase makes it really hard to further extend this software. This was the reason to cancel further development and start with a completly new codebase written from scratch, which uses a plugin architecture and many other enhancements compared to the current OIS versions.

Hopefully I'm able to release this new software until the end of the year 2009.

  11th July 2009 20:24 | New release: MySQL Class V0.37

This release fixes some minor bugs and introduces two new methods:

- checkSock() - Internal function to test if a connection to MySQL exists

- DescTable() - Returned the fieldlist of a given table including fieldtype and -size and the field flags.

Download as usual on the download page.

Show archived news
Top