[PHP-DEV] SQL-relay module From: Adam Kropielnicki (adasz <email protected>)
Date: 06/27/00

Hi

I've just written a dynamic loaded SQL-relay module for PHP4.0.

SQL-relay is a new interface for MySQL, ORACE and some other databases which
for examle supports cached-queries. More info on http://www.firstworks.com

I implemented all API C functions with 2 changes:

1. in functions which send cached queries a name of cache file isn't passed by
reference but returned as return string.
2. there aren't arguments which operate on variables in functions sending
queries by file :-(. but I'll do it

Tthe build procedure i got from PHP source and did some changes.
This is first time that I wrote building program, so for sure it could be
better.

I added README and INSTALL text files to my archive with short description of
using and installing this module.

the static module I wrote too, but before I'll show it I want
to make the code like PHP standards ( white spaces, new lines ... )

I'm attaching archive ready to install and some test scripts.

What do you think about my module ?

-- 
         Adam
--
_/        _/  _/_/_/  -----     Adam Kropielnicki, adasz <email protected>     -----
_/  _/  _/  _/   _/         Wirtualna Polska SA   http://www.wp.pl
_/_/_/_/  _/_/_/
_/  _/  _/         --------==* Moja WP: http://moja.wp.pl *==----------

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>