summaryrefslogtreecommitdiff
path: root/ext/ereg/php_ereg.h
Commit message (Collapse)AuthorAgeFilesLines
* A bunch of grunt work updating function entries and declarations.Andrey Hristov1999-07-241-2/+2
|
* * HTTP-auth bugfixZeev Suraski1999-05-131-11/+11
| | | | | * Patch the regex thread safe code to compile in thread safe mode
* - regex cache (needs some work)Sascha Schumann1999-05-121-8/+31
| | | | | - str_replace changes from php3
* First commit of re-structuring phase one. We have started using automake inStig Bakken1999-04-171-0/+48
sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extension (which is quite a mix of everything right now) and the GD extension into their own subdirs in ext/. The configure script now also runs configure in the libzend directory automatically and makes sure php4 and libzend use the same config.cache file. To avoid running configure in libzend, use the --no-recursion option. "make" in php4 also builds libzend now. The Apache module doesn't compile right now, but a fix for that is coming up.