Skip to content

Commit

Permalink
No longer include .htm and .html as PHP files
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Jan 19, 2007
1 parent b42c6e7 commit 367c2ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Ack.pm
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ BEGIN {
ocaml => [qw( ml mli )],
parrot => [qw( pir pasm pmc ops pod pg tg )],
perl => [qw( pl pm pod tt ttml t )],
php => [qw( php phpt htm html )],
php => [qw( php phpt )],
python => [qw( py )],
ruby => [qw( rb rhtml rjs )],
scheme => [qw( scm )],
Expand Down
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Changelog for ack

NEXT

[THINGS THAT MAY BREAK YOUR CODE]
The PHP list of extensions no longer includes .htm and .html.

[FIXES]
Directories with a file named "0" would stop ack's searching.

Expand Down

0 comments on commit 367c2ee

Please sign in to comment.