[go: up one dir, main page]

Menu

Tree [d23328] 1.3.3 / doc / examples / php /
 History

HTTPS access


File Date Author Commit
 Makefile.am 2016-05-10 Christian Ferrari Christian Ferrari [270734] API completed for unlock_rollback
 Makefile.in 2016-05-10 Christian Ferrari Christian Ferrari [270734] API completed for unlock_rollback
 README.in 2016-05-10 Christian Ferrari Christian Ferrari [270734] API completed for unlock_rollback
 advanced.php.in 2016-05-07 Christian Ferrari Christian Ferrari [5214df] Examples for flom_handle_unlock_rollback and un...
 basic.php.in 2016-05-07 Christian Ferrari Christian Ferrari [5214df] Examples for flom_handle_unlock_rollback and un...
 transactional.php.in 2016-05-10 Christian Ferrari Christian Ferrari [270734] API completed for unlock_rollback

Read Me

This directory contains the PHP examples.

After a complete installation procedure:
./configure
make
sudo make install
check the PHP modules have been built and installed:
ls -la @libdir@/flom-php-module.*

Read the comments inside
	basic.php
	advanced.php
	transactional.php
to understand how these PHP programs can be executed.

It may be you have to add @libdir@ directory to your LD_LIBRARY_PATH
environment variable, for example:
	export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:@libdir@