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