Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Moved the old regex functions to it's own extension: ereg | Jani Taskinen | 2007-07-15 | 1 | -23/+0 |
| | |||||
* | centralize #include "build-defs.h" and drop (sometimes inconsistent) other | Sascha Schumann | 2002-10-24 | 1 | -1/+1 |
| | | | | | instances | ||||
* | Suck in prototypes correctly with applied aliases | Sascha Schumann | 1999-11-13 | 1 | -0/+5 |
| | | | | | (otherwise php_reg* would not be prototyped) | ||||
* | - Make Win32 compile again | Andi Gutmans | 1999-11-13 | 1 | -0/+4 |
| | |||||
* | Improve regex library selection. It lets user specify whether they want | Sascha Schumann | 1999-11-13 | 1 | -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". |