sean Fri Feb 2 00:31:05 2007 UTC
Modified files:
/phpdoc/scripts functable.php
Log:
sqlite create statement for db schema
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/functable.php?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/scripts/functable.php
diff -u phpdoc/scripts/functable.php:1.4 phpdoc/scripts/functable.php:1.5
--- phpdoc/scripts/functable.php:1.4 Wed Jan 31 11:53:38 2007
+++ phpdoc/scripts/functable.php Fri Feb 2 00:31:05 2007
@@ -15,7 +15,7 @@
+----------------------------------------------------------------------+
| Authors: Sean Coates <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
-$Id: functable.php,v 1.4 2007/01/31 11:53:38 nlopess Exp $
+$Id: functable.php,v 1.5 2007/02/02 00:31:05 sean Exp $
*/
// direct the output of this fiel into phpdoc/phpbook/phpbook-xsl/version.xml
@@ -25,6 +25,10 @@
// - TEST, please
// - PECL support
+// You'll need to set up an SQLite DB (see PATH_DB, below) with the following:
+// CREATE TABLE func_tag (func_name VARCHAR(50), tag_name VARCHAR(50),
+// has_proto INT, is_alias INT, unicode_safe INT, source VARCHAR(255));
+
// set up config:
// set $_ENV['PATH_TMP'] to change the temporary directory