mirror of
https://github.com/php/php-src.git
synced 2026-04-13 02:52:48 +02:00
We also apply the still relevant parts of `oniguruma.patch` and update the patch accordingly.
23 lines
427 B
Plaintext
23 lines
427 B
Plaintext
FAQ 2016/04/06
|
|
|
|
1. 最長マッチ
|
|
|
|
onig_new()の中で、ONIG_OPTION_FIND_LONGESTオプション
|
|
を使用すれば最長マッチになる。
|
|
|
|
|
|
2. CR + LF
|
|
|
|
DOSの改行(CR(0x0c) + LF(0x0a)の連続)
|
|
|
|
regenc.hの中の、以下の部分を有効にする。
|
|
|
|
/* #define USE_CRNL_AS_LINE_TERMINATOR */
|
|
|
|
|
|
3. メーリングリスト
|
|
|
|
鬼車に関するメーリングリストは存在しない。
|
|
|
|
//END
|