[go: up one dir, main page]

Menu

Tree [a443d0] 1.3.0 / doc / examples / php /
 History

HTTPS access


File Date Author Commit
 Makefile.am 2015-09-17 Christian Ferrari Christian Ferrari [40ec8b] Java examples are now available
 Makefile.in 2016-04-25 Christian Ferrari Christian Ferrari [a443d0] Release 1.3.0 commit
 README.in 2015-09-17 Christian Ferrari Christian Ferrari [40ec8b] Java examples are now available
 advanced.php.in 2016-01-06 Christian Ferrari Christian Ferrari [da799c] Copyright update, first TCP encapsulation in fl...
 basic.php.in 2016-01-06 Christian Ferrari Christian Ferrari [da799c] Copyright update, first TCP encapsulation in fl...

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
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@