[geany/geany] a1e920: Update PHP source repo for tags and tags file

John Long git-noreply at xxxxx
Thu Aug 15 20:09:35 UTC 2013


Branch:      refs/heads/master
Author:      John Long <a at 88k.us>
Committer:   Matthew Brush <matt at geany.org>
Date:        Thu, 15 Aug 2013 20:09:35 UTC
Commit:      a1e920527086984ebfe2643e3daa6c6fa22bf7d0
             https://github.com/geany/geany/commit/a1e920527086984ebfe2643e3daa6c6fa22bf7d0

Log Message:
-----------
Update PHP source repo for tags and tags file

The new tags file seems to have lots of new symbols. It needs testing
by PHP programmers.

Closes #137


Modified Paths:
--------------
    data/php.tags
    scripts/create_php_tags.php

Modified: data/php.tags
6551 files changed, 4295 insertions(+), 2256 deletions(-)
===================================================================
No diff available, check online


Modified: scripts/create_php_tags.php
4 files changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -5,11 +5,11 @@
 // License:	GPL V2 or later
 
 // Script to generate a new php.tags file from a downloaded PHP function summary list from
-// http://cvs.php.net/viewvc.cgi/phpdoc/funcsummary.txt?view=co
+// http://svn.php.net/viewvc/phpdoc/doc-base/trunk/funcsummary.txt?view=co
 // The script expects a file funcsummary.txt in /tmp and will write the parsed tags into
 // data/php.tags.
 //
-// wget -O funcsummary.txt "http://cvs.php.net/viewvc.cgi/phpdoc/funcsummary.txt?view=co"
+// wget -O funcsummary.txt "http://svn.php.net/viewvc/phpdoc/doc-base/trunk/funcsummary.txt?view=co"
 //
 // (the script should be run in the top source directory)
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list