File: README

package info (click to toggle)
php-doc 20061001-1
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 45,764 kB
  • ctags: 1,611
  • sloc: xml: 502,485; php: 7,645; cpp: 500; makefile: 297; perl: 161; sh: 141; 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.