Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -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.h | Johannes Schlüter | 2007-07-31 | 1 | -1/+1 |
| | |||||
* | * build tokenizer by default | Stig Bakken | 2002-04-16 | 1 | -38/+1 |
| | |||||
* | Fixed build with multiple concurrent jobs (make -j) | Sander Roobol | 2002-04-04 | 1 | -0/+1 |
| | |||||
* | - Fix layout | Derick Rethans | 2002-04-02 | 1 | -1/+1 |
| | |||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 1 | -1/+1 |
| | |||||
* | @Added Andrei's tokenizer extension (Stig) | Stig Bakken | 2002-02-08 | 1 | -0/+48 |