summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-8.0'Nikita Popov2021-03-151-0/+4
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-03-151-0/+4
| |\
| | * Fix bug #80866Dharman2021-03-151-0/+4
* | | Replace zend_bool uses with boolNikita Popov2021-01-151-8/+8
* | | Remove Z_PARAM separate params where they don't make senseNikita Popov2021-01-141-1/+1
|/ /
* | Don't leak pcre error_code across requestsNikita Popov2020-10-221-0/+1
* | Review parameter names in ext/pcreMáté Kocsis2020-10-021-1/+1
* | Fix preg_replace_callback_array() with array subjectNikita Popov2020-09-151-19/+44
* | Consolidate new union type ZPP macro namesMáté Kocsis2020-09-111-5/+5
* | Allocate temporary PCRE match data using ZMMNikita Popov2020-09-071-11/+29
* | Promote warnings to exceptions in ext/pcreMáté Kocsis2020-08-251-5/+3
* | Implement named parametersNikita Popov2020-07-311-0/+1
* | Use ZPP string|array union check in PCRE extensionGeorge Peter Banyard2020-07-091-114/+113
* | Remove no_separation flagNikita Popov2020-07-071-1/+0
* | Disallow separation in a number of callbacksNikita Popov2020-07-071-1/+1
* | Remove proto comments from C filesMax Semenik2020-07-061-50/+25
* | Use ZPP callable check for preg_replace_callback() $callback argumentGeorge Peter Banyard2020-06-221-14/+2
* | Add helper APIs for maybe-interned string creationtwosee2020-06-081-7/+1
* | Constify char * arguments of APIstwosee2020-06-081-11/+11
* | Ensure ctype_string is NULL for C localeNikita Popov2020-05-071-2/+1
* | Rename locale_string to ctype_stringNikita Popov2020-05-071-5/+5
* | Add zend_string_concat2 APINikita Popov2020-04-141-3/+3
* | Generate function entries for another batch of extensionsMáté Kocsis2020-04-051-27/+12
* | Improve error messages of various extensionsMáté Kocsis2020-03-231-1/+1
* | Add preg_last_error_msg() functionNicolas Oelgart2020-02-251-11/+38
* | Merge branch 'PHP-7.4'Nikita Popov2020-02-111-5/+17
|\ \ | |/
| * Fixed bug #79257Nikita Popov2020-02-111-5/+17
* | Merge branch 'PHP-7.4'Nikita Popov2020-02-071-4/+23
|\ \ | |/
| * PCRE: Only remember valid UTF-8 if start offset zeroNikita Popov2020-02-071-4/+7
| * PCRE: Check whether start offset is on char boundaryNikita Popov2020-02-071-1/+17
* | Merge branch 'PHP-7.4'Nikita Popov2020-02-051-18/+16
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-02-051-18/+16
| |\
| | * Fixed bug #79188Nikita Popov2020-02-051-18/+16
* | | Use RETURN_THROWS() after zend_type_error()Máté Kocsis2020-01-011-1/+1
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-11-221-1/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-11-221-1/+5
| |\ \ | | |/
| | * Fix #78853: preg_match() may return integer > 1Christoph M. Becker2019-11-221-1/+5
* | | Merge branch 'PHP-7.4'Nikita Popov2019-11-071-2/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-11-071-2/+4
| |\ \ | | |/
| | * Fix php_pcre_mutex_free()Nikita Popov2019-11-071-2/+4
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-081-2/+10
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-081-2/+10
| |\ \ | | |/
| | * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-081-2/+10
| | |\
| | | * Add pcre_get_compiled_regex_cache_ex() with local_aware flagSergei Turchanov2019-10-081-2/+10
* | | | Remove most uses of ZEND_PARSE_PARAMETERS_END_EX()Nikita Popov2019-10-071-2/+2
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-10-041-0/+6
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-041-0/+6
| |\ \ \ | | |/ /
| | * | Improve diagnostic on PCRE JIT mmap failureNikita Popov2019-10-041-0/+6
* | | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-08-131-0/+1
|\ \ \ \ | |/ / /