Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Added some UEXPECTs | Felipe Pena | 2008-03-22 | 1 | -0/+9 | |
| | | | | | - Fixed some tests | |||||
* | Added UEXPECT | Felipe Pena | 2008-03-19 | 2 | -0/+22 | |
| | ||||||
* | MFB: fix #44214 | Nuno Lopes | 2008-03-08 | 3 | -2/+58 | |
| | ||||||
* | MFB | Nuno Lopes | 2008-03-08 | 1 | -3/+18 | |
| | ||||||
* | add new tests | Nuno Lopes | 2008-03-08 | 2 | -0/+94 | |
| | ||||||
* | New macro for check void parameters | Felipe Pena | 2008-02-28 | 1 | -1/+1 | |
| | ||||||
* | Fixed test | Dmitry Stogov | 2008-02-22 | 1 | -1/+4 | |
| | ||||||
* | fix test | Antony Dovgal | 2008-02-21 | 1 | -3/+1 | |
| | ||||||
* | MFB: Fixed Bug #44191 (preg_grep messes up array index) | Felipe Pena | 2008-02-20 | 1 | -1/+1 | |
| | ||||||
* | New test | Felipe Pena | 2008-02-20 | 1 | -0/+14 | |
| | ||||||
* | Fix tests | Felipe Pena | 2008-02-15 | 1 | -0/+33 | |
| | ||||||
* | upgrade to pcre 7.6 | Nuno Lopes | 2008-01-29 | 35 | -788/+1048 | |
| | ||||||
* | spread some static keywords | Nuno Lopes | 2008-01-25 | 2 | -17/+9 | |
| | ||||||
* | MFB5.2: fix script for files with short names | Nuno Lopes | 2008-01-14 | 1 | -3/+3 | |
| | ||||||
* | MFB: fix bug #42945 | Nuno Lopes | 2008-01-13 | 2 | -1/+165 | |
| | ||||||
* | upgrade to PCRE 7.5 | Nuno Lopes | 2008-01-13 | 46 | -2658/+2526 | |
| | ||||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 | |
| | ||||||
* | - Fixed bug #43365 (Several enums have trailing commas) | Jani Taskinen | 2007-11-26 | 1 | -1/+1 | |
| | ||||||
* | Add some more pcre tests | Robert Nicholson | 2007-11-21 | 27 | -0/+1771 | |
| | ||||||
* | add test for bug #42737. | Nuno Lopes | 2007-10-07 | 1 | -0/+19 | |
| | | | | | HEAD didnt have this bug, as it uses a smarter way to iterate over utf-8 chars | |||||
* | MFB: fix ZTS build | Nuno Lopes | 2007-10-07 | 1 | -3/+3 | |
| | ||||||
* | MFB | Nuno Lopes | 2007-10-07 | 1 | -3/+4 | |
| | ||||||
* | MFB: fix #37911 | Nuno Lopes | 2007-10-07 | 2 | -49/+136 | |
| | ||||||
* | Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -3/+3 | |
| | ||||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 | |
| | ||||||
* | if one of regular expressions in the array fails, return NULL right away | Antony Dovgal | 2007-09-20 | 2 | -1/+32 | |
| | | | | | this fixes "String is not zero-terminated" error and makes the behaviour consistent with regexps passed as strings | |||||
* | MFB: remove HAVE_CONFIG_H | Nuno Lopes | 2007-09-11 | 25 | -50/+21 | |
| | ||||||
* | MFB: upgrade to PCRE 7.3 | Nuno Lopes | 2007-09-01 | 55 | -1656/+3920 | |
| | ||||||
* | fix segfault on shutdown due to UG(utf8_conv) being destroyed twice | Antony Dovgal | 2007-08-24 | 1 | -0/+1 | |
| | ||||||
* | fix test name | Antony Dovgal | 2007-08-24 | 1 | -1/+1 | |
| | ||||||
* | add PCRE_VERSION constant to ext/pcre | Antony Dovgal | 2007-07-24 | 1 | -1/+2 | |
| | ||||||
* | Fixed compilation warnings | Dmitry Stogov | 2007-07-10 | 1 | -3/+3 | |
| | ||||||
* | Fixed preg_replace_callback() with callback defined by array | Dmitry Stogov | 2007-07-10 | 2 | -1/+16 | |
| | ||||||
* | PCRE unicode/binary support | Dmitry Stogov | 2007-07-06 | 5 | -68/+162 | |
| | ||||||
* | - Fix some configure --help texts | foobar | 2007-07-03 | 1 | -4/+2 | |
| | ||||||
* | new test | Nuno Lopes | 2007-06-19 | 1 | -0/+38 | |
| | ||||||
* | final PCRE 7.2 release | Nuno Lopes | 2007-06-19 | 10 | -16/+51 | |
| | ||||||
* | MFB: new tests | Nuno Lopes | 2007-06-15 | 3 | -0/+158 | |
| | | | | | #they pass here, but segfault on php 5.2/pcre 7.0 | |||||
* | upgrade to PCRE 7.2 RC3 | Nuno Lopes | 2007-06-14 | 23 | -897/+3299 | |
| | | | | | add script to automate upgrade of the bundled PCRE lib | |||||
* | Display PCRE ini entries as part of module info | Scott MacVicar | 2007-06-12 | 1 | -0/+2 | |
| | ||||||
* | fix test names | Antony Dovgal | 2007-05-07 | 3 | -3/+3 | |
| | ||||||
* | fix test title | Nuno Lopes | 2007-05-07 | 1 | -1/+1 | |
| | ||||||
* | update bundled PCRE to version 7.2 RC1. if everything goes right, this will ↵ | Nuno Lopes | 2007-05-07 | 71 | -10206/+5840 | |
| | | | | be merged later to php 5.x | |||||
* | fix folding | Antony Dovgal | 2007-04-23 | 1 | -4/+12 | |
| | ||||||
* | - Need to install headers | Marcus Boerger | 2007-03-25 | 1 | -0/+1 | |
| | ||||||
* | don't emit any warnings in addition to an exception | Antony Dovgal | 2007-03-14 | 2 | -3/+3 | |
| | ||||||
* | fix win build | Rob Richards | 2007-02-26 | 1 | -1/+1 | |
| | ||||||
* | - avoid sprintf | Marcus Boerger | 2007-02-24 | 2 | -10/+9 | |
| | ||||||
* | add SKIPIF sections to check if PCRE has the functionality tested/used | Antony Dovgal | 2007-02-12 | 6 | -0/+36 | |
| | ||||||
* | upgrade PCRE to version 7.0 | Nuno Lopes | 2007-02-09 | 64 | -4635/+10262 | |
| |