summaryrefslogtreecommitdiff
path: root/ext/tokenizer/config.m4
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused Git attributes identPeter Kokot2018-07-251-1/+0
| | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore.
* - Use a script to generate tokenizer data from zend_language_parser.hJohannes Schlüter2007-07-311-1/+1
|
* * build tokenizer by defaultStig Bakken2002-04-161-38/+1
|
* Fixed build with multiple concurrent jobs (make -j)Sander Roobol2002-04-041-0/+1
|
* - Fix layoutDerick Rethans2002-04-021-1/+1
|
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-121-1/+1
|
* @Added Andrei's tokenizer extension (Stig)Stig Bakken2002-02-081-0/+48