Date: 06/27/00
- Next message: marco <email protected>: "[PHP-DEV] PHP 4.0 Bug #5242: wrong variable value in recoursive functions declared as object method"
- Previous message: Stanislav Malyshev: "Re: [PHP-DEV] PHP 4.0 Bug #5167 Updated: include() function works incorrectly with directories - symbolic links"
- Next in thread: clayton collie: "Re: [PHP-DEV] SQL-relay module"
- Reply: clayton collie: "Re: [PHP-DEV] SQL-relay module"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 *==----------
- application/x-gzip attachment: mod_php_sql_relay.tar.gz
- text/plain attachment: testdl.php
- text/plain attachment: test2.php
- text/plain attachment: test3.php
- text/plain attachment: test4.php
- text/plain attachment: test5.php
- text/plain attachment: test6.php
-- 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>
- Next message: marco <email protected>: "[PHP-DEV] PHP 4.0 Bug #5242: wrong variable value in recoursive functions declared as object method"
- Previous message: Stanislav Malyshev: "Re: [PHP-DEV] PHP 4.0 Bug #5167 Updated: include() function works incorrectly with directories - symbolic links"
- Next in thread: clayton collie: "Re: [PHP-DEV] SQL-relay module"
- Reply: clayton collie: "Re: [PHP-DEV] SQL-relay module"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

