Subversion Repositories computer_asset_manager_v1

Rev

Rev 9 | Rev 14 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9 Rev 11
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
/*
3
/*
4
 * Requires php-pear and libyaml under Debian Wheezy
4
 * Requires php-pear and libyaml under Debian Wheezy
-
 
5
 *
5
 * apt-get install php-pear php5-dev libyaml0dev
6
 * apt-get install php-pear php5-dev libyaml-dev libyaml-0-2 libyaml-0-2-dbg
6
 * I don't know if you also need libyaml-0-2 libyaml-0-2-dbg
-
 
7
 * pecl install yaml
7
 * pecl install yaml
-
 
8
 * echo 'extension=yaml.so' >> /etc/php5/cli/php.ini
-
 
9
 * echo 'extension=yaml.so' >> /etc/apache2/cli/php.ini
8
 *
10
 *
9
 * V0.9 20160203 RWR
11
 * V0.9 20160203 RWR
10
 * Changed to use yaml for the configuration file. Had to take the
12
 * Changed to use yaml for the configuration file. Had to take the
11
 * anonymous functions which parsed the different file types and convert
13
 * anonymous functions which parsed the different file types and convert
12
 * them to simpl eval() blocks.
14
 * them to simpl eval() blocks.