summaryrefslogtreecommitdiff
path: root/ext/pcre
Commit message (Expand)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-012-2/+2
* Merge branch 'PHP-5.4'Adam Harvey2012-11-121-1/+1
|\
| * Update arginfo for preg_match_all() to reflect reality.Adam Harvey2012-11-121-1/+1
* | Merge branch 'PHP-5.4'Dmitry Stogov2012-10-261-0/+18
|\ \ | |/
| * Fixed bug #63180 (Corruption of hash tables)Dmitry Stogov2012-10-261-0/+18
* | Merge branch 'PHP-5.4'Anatoliy Belsky2012-10-1959-28459/+39657
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-10-1959-28459/+39657
| |\
| | * Fixed bug #63284 PCRE upgrade to 8.31Anatoliy Belsky2012-10-1959-28459/+39657
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-181-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-181-1/+1
| |\ \ | | |/
| | * indentXinchen Hui2012-10-181-1/+1
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-181-2/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-181-2/+1
| |\ \ | | |/
| | * better fix for #63055Xinchen Hui2012-10-181-2/+1
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-182-1/+25
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-182-1/+25
| |\ \ | | |/
| | * Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite)Xinchen Hui2012-10-182-1/+25
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-102-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-102-0/+0
| |\ \ | | |/
| | * Remove executable permission on phptXinchen Hui2012-10-102-0/+0
| | * Safer way to call pcre_fullinfo - bug 60986Rasmus Lerdorf2012-02-061-1/+2
| | * Fix for bug 60986Rasmus Lerdorf2012-02-062-3/+2
| | * - Year++Felipe Pena2012-01-012-2/+2
| | * - revert incorrect fix introduced in r316528Pierre Joye2011-09-121-1/+0
| | * Ensure we are working with strings hereHannes Magnusson2011-09-121-0/+1
| | * These regexes don't fail under the new backtrack limit, so lower it just for ...Ferenc Kovacs2011-09-041-0/+2
| | * efree match_sets on an error here - found by CoverityRasmus Lerdorf2011-08-051-0/+1
| | * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| | * Increase the overly conservative pcre backtrack limit from 100000 to 1000000Rasmus Lerdorf2011-05-211-1/+1
| | * Fix Windows build, this really should be in a patch file / README.Scott MacVicar2011-05-131-1/+3
| | * Update bundled PCRE to 8.12Scott MacVicar2011-05-1322-71/+755
| | * - Year++Felipe Pena2011-01-012-2/+2
| | * - Fix PCRE build on Windows; closes bug #53606.Gustavo André dos Santos Lopes2010-12-241-1/+3
| | * Upgraded\ bundled\ PCRE\ to\ version\ 8.11.Ilia Alshanetsky2010-12-2414-1449/+2075
| | * - add phpize support for windows, need a nmake install for now (nmake devel-p...Pierre Joye2010-12-131-0/+1
| | * - Coding standardsFelipe Pena2010-11-061-3/+2
| | * - Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it retu...Felipe Pena2010-11-065-4/+23
| | * - Fixed bug #52971 (PCRE-Meta-Characters not working with utf-8)Felipe Pena2010-10-032-1/+51
| | * Win32 build fixesIlia Alshanetsky2010-08-142-1/+13
| | * MFH: Upgraded bundled PCRE to version 8.10.Ilia Alshanetsky2010-08-1426-1259/+4211
| | * Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fix...Kalle Sommer Nielsen2010-08-111-1/+1
| | * - fix buildPierre Joye2010-07-291-1/+4
| | * - Fixed bug #52436 (Compile error in pcre if systems do not have stdint.h)Sriram Natarajan2010-07-271-0/+7
| | * - fix buildPierre Joye2010-04-011-2/+3
| | * Upgraded bundled PCRE to version 8.02.Ilia Alshanetsky2010-03-2918-3000/+3566
* | | Merge branch 'PHP-5.4'Stanislav Malyshev2012-08-282-12/+62
|\ \ \ | |/ /
| * | fix bug #55856: preg_replace should fail on trailing garbageStanislav Malyshev2012-08-282-12/+62
| * | Safer way to call pcre_fullinfo - bug 60986Rasmus Lerdorf2012-02-061-1/+2
| * | Fix for bug 60986Rasmus Lerdorf2012-02-062-3/+2
| * | - Year++Felipe Pena2012-01-012-2/+2