File: README

package info (click to toggle)
phpdoc 20050512-1
  • links: PTS
  • area: non-free
  • in suites: sarge
  • size: 36,592 kB
  • ctags: 1,501
  • sloc: xml: 376,768; php: 6,708; cpp: 500; makefile: 293; perl: 161; sh: 151; awk: 28
file content (28 lines) | stat: -rwxr-xr-x 640 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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.