summaryrefslogtreecommitdiff
path: root/ext/pcre
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-8.0'Nikita Popov2021-03-182-1/+19
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-03-182-1/+19
| |\
| | * Fix locale switch back to C in pcreNikita Popov2021-03-182-1/+19
* | | Merge branch 'PHP-8.0'Nikita Popov2021-03-152-0/+16
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-03-152-0/+16
| |\ \ | | |/
| | * Fix bug #80866Dharman2021-03-152-0/+16
* | | Improve class entry generationMáté Kocsis2021-02-161-1/+0
* | | Generate class entries from stubs for oci8, odbc, openssl, pcntl, pdo, pgsqlMáté Kocsis2021-02-142-2/+3
* | | Replace zend_bool uses with boolNikita Popov2021-01-152-10/+10
* | | 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-028-26/+26
* | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-212-8/+38
|\ \ | |/
| * Fix #80118: Erroneous whitespace match with JIT onlyChristoph M. Becker2020-09-212-8/+38
| * Fix bundled libpcre2 build regarding the `-fcf-protection` gcc flagChristoph M. Becker2020-09-171-3/+21
* | Run tidyNikita Popov2020-09-1817-22/+22
* | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-171-0/+11
|\ \ | |/
| * Update to PCRE2 10.35Christoph M. Becker2020-09-1741-3271/+4633
* | Fix preg_replace_callback_array() with array subjectNikita Popov2020-09-155-29/+59
* | Consolidate new union type ZPP macro namesMáté Kocsis2020-09-111-5/+5
* | Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-091-1/+1
* | Allocate temporary PCRE match data using ZMMNikita Popov2020-09-073-11/+49
* | Use the canonical order of types in array|string ZPP error messagesMáté Kocsis2020-09-042-2/+2
* | Promote warnings to exceptions in ext/pcreMáté Kocsis2020-08-253-9/+10
* | Add all the missing parameter types to stubsMáté Kocsis2020-08-132-2/+10
* | Add many missing closing PHP tags to testsMáté Kocsis2020-08-091-0/+1
* | Implement named parametersNikita Popov2020-07-311-0/+1
* | Fix #79846: 8c67c166996 broke simple regexpChristoph M. Becker2020-07-162-12/+29
* | Use ZPP string|array union check in PCRE extensionGeorge Peter Banyard2020-07-096-146/+135
* | 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
* | Update to PCRE2 10.35Christoph M. Becker2020-07-0240-3264/+4616
* | Revert "Update to PCRE2 10.35"Nikita Popov2020-06-3039-4595/+3261
* | Update to PCRE2 10.35Christoph M. Becker2020-06-3039-3261/+4595
* | Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-2424-60/+4
* | Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* | Use ZPP callable check for preg_replace_callback() $callback argumentGeorge Peter Banyard2020-06-224-32/+24
* | Add helper APIs for maybe-interned string creationtwosee2020-06-081-7/+1
* | Constify char * arguments of APIstwosee2020-06-082-13/+13
* | Clean up calls to extension_loaded('json') in testsTyson Andre2020-05-281-2/+0
* | Improve type error messages when an object is givenMáté Kocsis2020-05-265-5/+5
* | Fix [-Wundef] warning in PCRE extensionGeorge Peter Banyard2020-05-202-3/+3
* | Ensure ctype_string is NULL for C localeNikita Popov2020-05-071-2/+1
* | Rename locale_string to ctype_stringNikita Popov2020-05-071-5/+5
* | Use EXPECT instead of EXPECTF when possible EXPECTF logic in run tests is co...Gabriel Caruso2020-04-272-2/+2
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-04-221-0/+35
|\ \ | |/
| * Add additional preg_match test caseGraham Campbell2020-04-221-0/+35
| * Upgrade to PCRE2 10.34Christoph M. Becker2020-04-2238-4628/+7351
* | Add zend_string_concat2 APINikita Popov2020-04-141-3/+3