summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / /
| * | | Mark PCRE locale key as local persistentNikita Popov2019-08-131-0/+1
* | | | Use TypeError for preg_replace type checkNikita Popov2019-08-111-2/+2
* | | | Add stubs for PCRE extensionStephen Reay2019-08-111-64/+1
* | | | Ref #77388: Don't pass BAD_ESCAPE_IS_LITERALSjon Hortensius2019-07-181-21/+1
|/ / /
* | | Split destructorDmitry Stogov2019-07-041-2/+11