summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.h
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* spread some static keywordsNuno Lopes2008-01-251-8/+0
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* - MFH Clean up (after consulting Andrei)Marcus Boerger2006-07-201-6/+14
| | | | | | | | | . Change the handlers SPL uses to php_pcre_*_impl(pcre_cache_entry*,....) . All refactored funcs (match, split, replace, grep) use the above . Change (zend|php)_error() to php_error_docref() . Move from old to new param parsing api . Fix memleaks in unicode mode
* - MFH: Little bit refactoring: Two new PHPAPI functions:Marcus Boerger2006-07-161-0/+4
| | | | | | . php_pcre_match . php_pcre_split
* - MFH pcre_get_compiled_regex_cache() supportMarcus Boerger2006-05-091-0/+3
|
* MFHAndrei Zmievski2006-05-091-0/+3
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* FR 32275 - fifth parameter to preg_replace() to count number of replacesAndrey Hristov2005-03-121-1/+1
| | | | | | made. #it would be nice if someone of the doc team documents it. thanks!
* - Binary compatibility stuff, for safety.Moriyoshi Koizumi2004-02-011-1/+1
|
* - Fix bug #27103 (preg_split('//u') incorrectly splits UTF-8 strings into ↵Moriyoshi Koizumi2004-01-311-0/+2
| | | | octets).
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ↵Sebastian Bergmann2003-03-251-1/+1
| | | | SAPI/CLI on Win32.
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Changing email address.Andrei Zmievski2002-05-131-1/+1
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Fix a long-standing infelicity that resulted in extra regex informationAndrei Zmievski2002-02-121-1/+1
| | | | | not being passed to PCRE functions.
* Expose pcre_get_compiled_regex as an API function.Andrei Zmievski2002-02-121-2/+2
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* # Butt-ugly looking code here, but I need regular expressions to do this.Rasmus Lerdorf2001-10-201-0/+3
| | | | | | | Re-instated safe-mode realm mangling as it was in php 2 and 3 albeit in a somewhat more robust way. @ Re-instated safe-mode realm mangling (Rasmus)
* Updated to match TSRM changes.Andrei Zmievski2001-07-301-14/+3
|
* @- IMPORTANT: removed /F modifier handling from preg_replace(). InsteadAndrei Zmievski2001-03-131-0/+1
| | | | | @ one should use new preg_replace_callback() function. (Andrei)
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Modified /F handling to allow calling object methods.Andrei Zmievski2001-02-011-5/+0
|
* Z-ify the source.Andrei Zmievski2001-01-221-2/+2
|
* 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 an optional parameter to preg_replace() that can be used toAndrei Zmievski2000-06-281-1/+1
| | | | | @ specify how many replacements to make. (Andrei)
* Update header file.Andrei Zmievski2000-06-011-1/+4
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
|
* Changing the header.Andrei Zmievski2000-02-151-21/+10
|
* @Fix warnings compiling in maintainer mode. (Stig)Stig Bakken1999-12-051-0/+2
| | | | | | | Fix warnings compiling in maintainer mode. Install DB/common.php and DB/mysql.php on "make install". # We still have a warning from http_config.h:97. Rasmus? :-)
* rename.Andrei Zmievski1999-10-011-1/+1
|
* - Updated bundled PCRE library to version 2.08Andrey Hristov1999-09-141-2/+7
| | | | | | | | - Made it possible to specify external location of the PCRE library - Reworked PCRE extension to use updated PCRE library API Hopefully now everything behaves just like Perl..
* Static is good...Andrey Hristov1999-09-031-5/+0
|
* Practice what you preach, I guess.Andrey Hristov1999-09-031-4/+4
|
* Added locale support.Andrey Hristov1999-07-201-0/+7
|
* Correct option cachingAndrey Hristov1999-07-051-0/+1
|
* Added preg_grep() function.Andrey Hristov1999-06-101-0/+1
|
* Added preg_quote() function.Andrey Hristov1999-06-041-0/+1
|
* -Modified PCRE library slightly to do what needs to be doneAndrey Hristov1999-05-281-4/+0
| | | | | | | -Updated preg_replace() code to handle stuff properly -Removed ability to specify external PCRE library source to link against (since our bundled version is patched now)
* Really fix the configuration now so that it's possible to compile bothAndrey Hristov1999-05-271-4/+8
| | | | | | against the bundled PCRE library and the one external to the source tree. Crossing my fingers while Zeev compiles this. :)
* Fix pcre buildZeev Suraski1999-05-271-1/+1
|