summaryrefslogtreecommitdiff
path: root/ext/pcre
Commit message (Expand)AuthorAgeFilesLines
* add comment to testAnatol Belski2015-10-071-0/+2
* Removed or simplified incorrect SEPARATE_*() macros usage.Dmitry Stogov2015-09-291-2/+0
* Merge branch 'PHP-5.6'Stanislav Malyshev2015-09-022-3/+27
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-012-69/+93
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-09-012-73/+97
| | |\
| | | * Fix bug #70345 (Multiple vulnerabilities related to PCRE functions)Stanislav Malyshev2015-08-282-76/+100
* | | | add some range checks to pcreAnatol Belski2015-08-261-0/+15
* | | | Merge branch 'PHP-5.6'Christoph M. Becker2015-08-132-9/+82
|\ \ \ \ | |/ / /
| * | | Fix #70232: Incorrect bump-along behavior with \K and empty string matchChristoph M. Becker2015-08-132-9/+82
* | | | Merge branch 'pull-request/1439'Christoph M. Becker2015-07-292-1/+19
|\ \ \ \
| * | | | add new error constant PREG_JIT_STACKLIMIT_ERRORChristoph M. Becker2015-07-262-1/+19
* | | | | first stone on using the unified globals accessorAnatol Belski2015-07-291-6/+1
|/ / / /
* | | | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-262-0/+8
|\ \ \ \ | |/ / /
| * | | allow to skip slow testsChristoph M. Becker2015-07-262-0/+8
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-38/+38
* | | | Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-2/+2
* | | | Merge branch 'PHP-5.6'Christoph M. Becker2015-06-233-4/+87
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Christoph M. Becker2015-06-233-4/+87
| |\ \ \ | | |/ /
| | * | Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the st...Christoph M. Becker2015-06-233-4/+87
* | | | Merge branch 'PHP-5.6'Christoph M. Becker2015-06-232-5/+53
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Christoph M. Becker2015-06-232-6/+54
| |\ \ \ | | |/ /
| | * | Fixed bug #69864 (Segfault in preg_replace_callback)Christoph M. Becker2015-06-232-6/+54
* | | | Fixed Bug #69883 (Compilation failed on PCRE)Xinchen Hui2015-06-191-2/+10
* | | | Micro optimizations for pcreXinchen Hui2015-06-191-50/+59
* | | | Merge branch 'PHP-5.6'Lior Kaplan2015-06-181-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2015-06-181-2/+2
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2015-06-181-2/+2
| | |\ \ | | | |/
| | | * Fixed bug #69689 (Align PCRE_MINOR with current version)Lior Kaplan2015-06-181-2/+2
* | | | Use better hash functions (reuse key and avoid hash value recalculation)Dmitry Stogov2015-06-171-2/+5
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-05-301-3/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-05-301-3/+3
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-05-301-3/+3
| | |\ \ | | | |/
| | | * Update PCRE version (bug #69689)Stanislav Malyshev2015-05-301-3/+3
* | | | fix typosolshevskiy872015-05-132-2/+2
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-2925-2128/+2499
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-04-2935-186/+47117
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-04-2935-186/+47117
| | |\ \ | | | |/
| | | * Upgrade to PCRE 8.37 due to various bugfixesStanislav Malyshev2015-04-2935-186/+47117
| * | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-04-281-0/+4
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2015-04-281-0/+4
| | |\ \ | | | |/
| | | * fix VC9 build with PCREAnatol Belski2015-04-281-0/+4
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-272-4/+7
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-04-2765-4343/+5103
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-04-2765-4343/+5103
| | |\ \ | | | |/
| | | * Upgrade PCRE to 8.36, it fixes some crashesStanislav Malyshev2015-04-2753-8792/+16015
* | | | Drop unused num indexXinchen Hui2015-04-281-2/+1
* | | | Keep realpath and PCRE caches in consistency with opcache SHM.Dmitry Stogov2015-04-222-2/+11
* | | | "C" is the default localeDmitry Stogov2015-04-161-1/+7
* | | | Merge branch 'PHP-5.6'Lior Kaplan2015-04-011-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2015-04-011-1/+1
| |\ \ \ | | |/ /