summaryrefslogtreecommitdiff
path: root/regex/regex_extra.h
Commit message (Collapse)AuthorAgeFilesLines
* - Moved the old regex functions to it's own extension: eregJani Taskinen2007-07-151-23/+0
|
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-1/+1
| | | | | instances
* Suck in prototypes correctly with applied aliasesSascha Schumann1999-11-131-0/+5
| | | | | (otherwise php_reg* would not be prototyped)
* - Make Win32 compile againAndi Gutmans1999-11-131-0/+4
|
* Improve regex library selection. It lets user specify whether they wantSascha Schumann1999-11-131-0/+14
system, apache, or php's regex library by using the --with-regex option. "php" is the default; if you use --with-apache in combination with Apache 1.3.x, the default is "apache".