summaryrefslogtreecommitdiff
path: root/ext/pcre
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'PHP-7.4'Nikita Popov2020-02-112-5/+235
|\ \ | |/
| * Fixed bug #79257Nikita Popov2020-02-112-5/+235
* | Merge branch 'PHP-7.4'Nikita Popov2020-02-072-4/+56
|\ \ | |/
| * PCRE: Only remember valid UTF-8 if start offset zeroNikita Popov2020-02-072-4/+18
| * PCRE: Check whether start offset is on char boundaryNikita Popov2020-02-072-1/+39
* | Make ASSIGN, ASSIGN_OP, INC and DEC opcodes to return IS_TMP_VAR instead of I...Dmitry Stogov2020-02-071-1/+6
* | Merge branch 'PHP-7.4'Nikita Popov2020-02-052-18/+29
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-02-052-18/+29
| |\
| | * Fixed bug #79188Nikita Popov2020-02-052-18/+29
* | | Reindent phpt filesNikita Popov2020-02-0324-96/+96
* | | inline by hand to avoid uninitialized variable warningSebastian Pop2020-01-311-6/+28
* | | Fix bundled PCRE2 compilation on ARM64Anatol Belski2020-01-251-1/+1
* | | Upgrade bundled PCRE2 to 10.34Anatol Belski2020-01-2539-4637/+7338