ini doc settings updater
========================

Note: PHP 5.0.2 and sqlite are required


Running the first time:
 1. get all PHP sources using './update-all' (takes a while..)
     Note: if you have run functable, you can symlink its source dir

 2. create the DB with 'php make_db.php'

 3. fill the DB: 'php insert_db.php'

 4. update phpdoc sources: 'php ini-update.php'


Following runs:
 1. update tags in *.tags files (if needed)

 2. update sources: './update-all'

 3. update the DB: 'php update_db.php'

 4. update the phpdoc sources: 'php ini-update.php'


Note: you can also run the generate_changelog.php alone to debug it.
