summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/php.rb
Commit message (Expand)AuthorAgeFilesLines
* fix token nesting in PHP scannerKornelius Kalnbach2013-06-231-4/+18
* close open tokens in PHP scannerKornelius Kalnbach2013-06-231-0/+4
* fix PHP scanner for Ruby 1.8Kornelius Kalnbach2013-02-171-1/+1
* fix #40 (PHP unicode)Kornelius Kalnbach2013-02-171-3/+2
* specify encoding of PHP scanner file (fails when RUBYOPT=-Ku is set)Kornelius Kalnbach2012-03-311-0/+1
* rename CaseIgnoringWordList to WordList::CaseIgnoringKornelius Kalnbach2011-08-191-1/+1
* Major rewrite of encoders to support IO output; fixed some minor scanner bugs...Kornelius Kalnbach2011-08-191-2/+2
* PHP scanner should not scan the whole document for HTML/PHP indicatorsKornelius Kalnbach2011-07-261-2/+2
* minor support fixes for some Ruby engines and versionsmurphy2011-07-081-1/+1
* changed :reserved to :keyword in PHP scanner (issue #43)murphy2011-06-151-3/+3
* new method Scanner#scan_rest (upported from 0.9.8), and Scanner::ScanError is...murphy2011-05-211-1/+1
* renamed pre_* token kinds to predefined_*murphy2011-04-171-3/+3
* PHP scanner should use BINARY regexp matching.murphy2011-03-011-0/+1
* Fixed PHP scanner: strings should always be groups.murphy2010-06-151-1/+1
* Direct Streaming! See #142 and Changes.textile.murphy2010-05-011-129/+104
* Upporting changes from 0.9.2 (vs. 0.9.1).murphy2010-03-311-0/+1
* Cleanups for C, C++, CSS, Delphi, Groovy, Java, PHP, Python, RHTML, XML, and ...murphy2010-03-261-3/+9
* Don't cache the CaseIgnoringWordLists.murphy2009-12-301-1/+1
* Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to t...murphy2009-12-281-54/+143
* Updated PHP scanner (#36)murphy2009-10-201-8/+42
* Made FileType work with Pathname (closes #118).murphy2009-10-201-0/+1
* Updated PHP scanner: added a test, improved HTML/PHP detection, cleanup.murphy2009-10-191-10/+8
* Cleanups and minor fixes to PHP scanner (issue #36).murphy2009-04-221-25/+18
* Lots of improvements for the PHP scanner.murphy2009-04-221-105/+126
* Many improvements to PHP Scanner.murphy2009-04-201-108/+214
* New: *PHP and SQL Scanners*murphy2009-04-201-0/+284