summaryrefslogtreecommitdiff
path: root/ext/ereg/php_ereg.h
Commit message (Collapse)AuthorAgeFilesLines
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Make php_reg_replace available from shared extensionsFrank M. Kromann2001-12-031-1/+1
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-11/+1
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-21/+10
| | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* @- added spliti() function. (Thies)Thies C. Arntzen2000-06-231-0/+1
|
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-5/+4
| | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension.
* More php3_ annihilationZeev Suraski1999-12-181-1/+1
|
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-1/+1
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* 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.