summaryrefslogtreecommitdiff
path: root/ext/ereg/regex/utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Removing ext/ereg and dependencies""Tjerk Meesters2014-09-111-23/+0
| | | | This reverts commit 1981dd9c73ada7ea893b4636b84211f68838ba23.
* Revert "Removing ext/ereg and dependencies"Dmitry Stogov2014-09-111-0/+23
| | | | This reverts commit 86de7963fe69638431c0aa8f413d25e01bf99d68.
* Removing ext/ereg and dependenciesTjerk Meesters2014-09-111-23/+0
| | | | | | | | | | | | Affected extensions: - opcache (use pcre) - mbstring (removed ereg functions overloading) - pgsql (use pcre) - reflection (test cases using 'ereg') SAPI: - apache (header only) - apache_hooks (header only)
* - Cleanup and simplifyJani Taskinen2007-07-161-2/+0
|
* Improve regex library selection. It lets user specify whether they wantSascha Schumann1999-11-131-0/+3
| | | | | | | 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".
* upgrade regex library to alpha3.8Sascha Schumann1999-11-121-4/+4
| | | | | @- Upgraded regex library to alpha3.8 (Sascha)
* PHP 4.0Zeev Suraski1999-04-071-0/+22