#
# $Id: README,v 1.3 2004/03/18 16:07:56 evertonm Exp $
#

PHP binding for RULI.

LINKING RULI AGAINST SOFTWARE DISTRIBUTED UNDER PHP LICENSE

        Additional to those permissions granted by the GNU Public
        License, permission is given to distribute copies of this work
        linked to software licenced under the terms of the PHP
        licence, Version 3.0

Usage:

1) INSTALL RULI

2) GET PHP4

	wget http://downloads.php.net/ilia/php-4.3.5RC3.tar.gz

3) PUT RULI-PHP BINDING UNDER PHP4 SOURCE TREE

	tar xzf php-4.3.5RC3.tar.gz
	cd php-4.3.5RC3
	cp -r $RULI_HOME/php/ruli ext

4) BUILD PHP4

	./buildconf --force
	./configure --with-ruli
	make

5) TEST RULI-PHP BINDING

	# Test 1:
	./sapi/cli/php -f ext/ruli/ruli.php

	# Test 2:
	./sapi/cli/php -f ext/ruli/ruli_sync_query.php

	# Test 3:
	./sapi/cli/php -f ext/ruli/ruli_sync_smtp_query.php

