[PHP-DEV] [PATCH] Allow preg_split to capture offsets

2002-05-22 Thread David Brown
Hi: Enclosed is a patch to allow PCRE's preg_split to return an array of (match, offset) pairs, if PREG_SPLIT_OFFSET_CAPTURE is or'd into the flags parameter. Submitted for inclusion, rejection, extensive flaming, or suggestions. :) A bit of background: I'm currently working on a cross-referen

[PHP-DEV] [PATCH] Allow preg_split to capture offsets

2002-05-22 Thread David Brown
Hi: Enclosed is a patch to allow PCRE's preg_split to return an array of (match, offset) pairs, if PREG_SPLIT_OFFSET_CAPTURE is or'd into the flags parameter. Submitted for inclusion, rejection, extensive flaming, or suggestions. :) This is a re-send of a previous patch; the last one didn't seem