summaryrefslogtreecommitdiff
path: root/ext/pcre
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-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
* | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-18/+18
* | Generate function entries for another batch of extensionsMáté Kocsis2020-04-053-27/+43
* | Improve error messages of various extensionsMáté Kocsis2020-03-233-3/+3
* | Merge branch 'PHP-7.4'Remi Collet2020-03-031-0/+2
|\ \ | |/
| * this test needs jsonRemi Collet2020-03-031-0/+2
* | Change argument error message formatMáté Kocsis2020-02-266-11/+11
* | Add preg_last_error_msg() functionNicolas Oelgart2020-02-2510-12/+149
* | Make type error messages more consistentMáté Kocsis2020-02-176-13/+13
* | Revert "Replace @param annotations with type declarations"Christoph M. Becker2020-02-172-10/+24
* | Replace @param annotations with type declarationsChristoph M. Becker2020-02-162-24/+10