FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for PHPCtags.class.php - vim-php/phpctags · GitHub
vim-php
/
phpctags
Public
Notifications
You must be signed in to change notification settings
Fork
48
Star
265
Code
Issues
2
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
phpctags
PHPCtags.class.php
on
master
User selector
Datepicker
Commit history
Commits on Mar 11, 2025
updated php-parser to 5.4.0
InFog
committed
5ed731e
View commit details
Copy full SHA for 5ed731e
View code at this point
Browse repository at this point
Commits on Jan 16, 2022
updated php-parser to version 4.13.
Show description for 152d997
InFog
committed
152d997
View commit details
Copy full SHA for 152d997
View code at this point
Browse repository at this point
Commits on Jan 3, 2021
WIP for version 0.9.1. Updated dependencies to work with php 8.0.
InFog
committed
649c64b
View commit details
Copy full SHA for 649c64b
View code at this point
Browse repository at this point
Commits on Jan 2, 2021
Removed usage of each() (unavailable in php8).
Show description for a3a3063
InFog
committed
a3a3063
View commit details
Copy full SHA for a3a3063
View code at this point
Browse repository at this point
Updated new version number.
InFog
committed
6483123
View commit details
Copy full SHA for 6483123
View code at this point
Browse repository at this point
Commits on Jul 2, 2020
fixed version number.
InFog
committed
d527aca
View commit details
Copy full SHA for d527aca
View code at this point
Browse repository at this point
Commits on Aug 15, 2018
Update to the last version of PHP-Parser (4.0)
No-OBu
committed
3d3acc0
View commit details
Copy full SHA for 3d3acc0
View code at this point
Browse repository at this point
Commits on Dec 16, 2017
migrate to php-parser v3.x
吕海涛
committed
6a9e8fa
View commit details
Copy full SHA for 6a9e8fa
View code at this point
Browse repository at this point
Commits on Mar 17, 2017
Merge pull request #70 from artfulrobot/master
Show description for 19b59d6
gianarb
authored
19b59d6
View commit details
Copy full SHA for 19b59d6
View code at this point
Browse repository at this point
Merge pull request #60 from lukepass/multiple-exclude-options
Show description for f0e1dbe
gianarb
authored
f0e1dbe
View commit details
Copy full SHA for f0e1dbe
View code at this point
Browse repository at this point
Commits on Nov 2, 2016
Fix #69. Recursively follow symlinks.
Rich Lott
committed
9ddc0ef
View commit details
Copy full SHA for 9ddc0ef
View code at this point
Browse repository at this point
Commits on Feb 28, 2016
Add support to specify new file formats, or to ignore, defaults
David Walker
committed
de6dff6
View commit details
Copy full SHA for de6dff6
View code at this point
Browse repository at this point
Commits on Sep 3, 2015
Added fix to allow multiple --exclude options
lukepass
committed
09ab80d
View commit details
Copy full SHA for 09ab80d
View code at this point
Browse repository at this point
Commits on Jun 23, 2015
fix glocal 5348key in function
xcwen
authored and
Gianluca Arbezzano
committed
7fd0030
View commit details
Copy full SHA for 7fd0030
View code at this point
Browse repository at this point
Merge pull request #55 from sergeyz/patch-1
Show description for 18239d0
Gianluca Arbezzano
committed
18239d0
View commit details
Copy full SHA for 18239d0
View code at this point
Browse repository at this point
Commits on Jun 3, 2015
Updating version constant to match the version tag
Rican7
committed
0a98587
View commit details
Copy full SHA for 0a98587
View code at this point
Browse repository at this point
Commits on May 23, 2015
Fix debug
dxops
committed
b7f474c
View commit details
Copy full SHA for b7f474c
View code at this point
Browse repository at this point
Fix verbosity and notices
dxops
committed
c2706b4
View commit details
Copy full SHA for c2706b4
View code at this point
Browse repository at this point
Commits on May 11, 2015
Merge pull request #49 from mr-russ/performance
Show description for abc8c4c
Gianluca Arbezzano
committed
abc8c4c
View commit details
Copy full SHA for abc8c4c
View code at this point
Browse repository at this point
Commits on Apr 13, 2015
Merge pull request #51 from tomphp/issue/31
Show description for f150c52
Gianluca Arbezzano
committed
f150c52
View commit details
Copy full SHA for f150c52
View code at this point
Browse repository at this point
Commits on Apr 11, 2015
Merge branch 'master' of github.com:rtwo/phpctags into issue/31
tomphp
committed
e9e44d3
View commit details
Copy full SHA for e9e44d3
View code at this point
Browse repository at this point
Remove error ouptut from stdout
tomphp
committed
18b0982
View commit details
Copy full SHA for 18b0982
View code at this point
Browse repository at this point
Merge remote-tracking branch 'markwu/ignore-unreadable-directories' into feature/29
tomphp
committed
82f133e
View commit details
Copy full SHA for 82f133e
View code at this point
Browse repository at this point
Further \n replacements with PHP_EOL.
mr-russ
committed
22c6fda
View commit details
Copy full SHA for 22c6fda
View code at this point
Browse repository at this point
Fixed another error. It should be $file here, instead of $filename
Show description for 604d977
markwu
authored and
mr-russ
committed
604d977
View commit details
Copy full SHA for 604d977
View code at this point
Browse repository at this point
Added missed EOL when merge mLines
markwu
authored and
mr-russ
committed
0394c9a
View commit details
Copy full SHA for 0394c9a
View code at this point
Browse repository at this point
Fixed issues based on @mr-russ's PR.
Show description for d4ebfa2
markwu
authored and
mr-russ
committed
d4ebfa2
View commit details
Copy full SHA for d4ebfa2
View code at this point
Browse repository at this point
Add cache file to enable faster generation of output.
Show description for 5bd29e3
mr-russ
committed
5bd29e3
View commit details
Copy full SHA for 5bd29e3
View code at this point
Browse repository at this point
Improve Performance, reduce memory footprint
Show description for f32ebcb
Russell Smith
authored and
mr-russ
committed
f32ebcb
View commit details
Copy full SHA for f32ebcb
View code at this point
Browse repository at this point
Commits on Mar 24, 2015
Remove trait tests for PHP 5.3
tomphp
authored and
Gianluca Arbezzano
committed
b30cedf
View commit details
Copy full SHA for b30cedf
View code at this point
Browse repository at this point
Commits on Dec 14, 2013
Merge remote-tracking branch 'github/master'
Martin Hoch hoch@fidion.de
committed
ecd9701
View commit details
Copy full SHA for ecd9701
View code at this point
Browse repository at this point
Added --kinds option.
Show description for f50914f
Martin Hoch hoch@fidion.de
committed
f50914f
View commit details
Copy full SHA for f50914f
View code at this point
Browse repository at this point
Commits on Dec 4, 2013
Ignore unreadable directories when traverse directory structure
markwu
committed
7005860
View commit details
Copy full SHA for 7005860
View code at this point
Browse repository at this point
Commits on Jun 24, 2013
Bump to v0.5.1
weynhamz
committed
84017be
View commit details
Copy full SHA for 84017be
View code at this point
Browse repository at this point
Bump to v0.5
weynhamz
committed
605c9ab
View commit details
Copy full SHA for 605c9ab
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL