Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | after rereading the documentation about preg_grep(), lets match the behavior ↵ | Nuno Lopes | 2008-08-14 | 2 | -37/+25 |
| | | | | | | | in HEAD (return the original array elements instead of the new string). tune the test accordingly | ||||
* | Fixed bug #44925 (preg_grep() modifies input array) | Nuno Lopes | 2008-08-14 | 2 | -10/+137 |
| | |||||
* | - MFH: Added parameter TSRMLS_DC in zend_is_callable() | Felipe Pena | 2008-08-02 | 1 | -1/+1 |
| | |||||
* | Added support for lambda functions and closures | Dmitry Stogov | 2008-07-14 | 1 | -1/+1 |
| | |||||
* | fix CVE-2008-2371. patch by Tavis Ormandy | Nuno Lopes | 2008-07-06 | 1 | -1/+1 |
| | | | | | # currently there's no release of PCRE with this fix. PCRE's author recommended applying this patch in the meantime | ||||
* | upgrade to PCRE 7.7 | Nuno Lopes | 2008-07-06 | 21 | -1106/+2024 |
| | |||||
* | - New parameter parsing API (to preg_replace*) | Felipe Pena | 2008-06-30 | 4 | -20/+18 |
| | | | | | - Fixed related tests | ||||
* | - zend_arg_defs.c is unnecessary now | Felipe Pena | 2008-06-30 | 1 | -3/+0 |
| | |||||
* | - set PHP_[EXTNAME] to yes for spl, pcre and reflection (always on), this ↵ | Pierre Joye | 2008-06-23 | 1 | -4/+5 |
| | | | | variable is required by ADD_EXTENSION_DEP | ||||
* | MFH: simplify, readability | Jani Taskinen | 2008-06-02 | 1 | -7/+11 |
| | |||||
* | Add arginfo & fix protos | Hannes Magnusson | 2008-06-01 | 1 | -12/+75 |
| | |||||
* | MFH: use bundled PCRE library when both yes & no passed as argument, | Antony Dovgal | 2008-05-23 | 1 | -8/+14 |
| | | | | | look for headers and the lib otherwise | ||||
* | Fix reflection (always static, never shared) and disable turning off pcre ↵ | Elizabeth Marie Smith | 2008-05-02 | 1 | -5/+1 |
| | | | | and spl (also always static, never shared) | ||||
* | - MFH No longer allow to disable pcre | Marcus Boerger | 2008-04-10 | 1 | -5/+3 |
| | |||||
* | fix bug #44214: crash with preg_replace_callback and global variables | Nuno Lopes | 2008-03-08 | 3 | -2/+58 |
| | |||||
* | implement #44336: optimize utf8 string matching | Nuno Lopes | 2008-03-08 | 1 | -6/+20 |
| | | | | | add PREG_BAD_UTF8_OFFSET_ERROR constant | ||||
* | add new tests | Nuno Lopes | 2008-03-08 | 2 | -0/+94 |
| | |||||
* | Removed unnecassary strlen() | Dmitry Stogov | 2008-03-03 | 1 | -1/+0 |
| | |||||
* | Fix test | Felipe Pena | 2008-02-21 | 1 | -1/+5 |
| | |||||
* | 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 |
| | |||||
* | upgrade to PCRE 7.6. | Nuno Lopes | 2008-01-29 | 35 | -788/+1048 |
| | | | | | #changes to code are minimal. this fixes a security bug | ||||
* | 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 |
| | |||||
* | Fixed bug #42945 (preg_split() swallows part of the string) | Nuno Lopes | 2008-01-13 | 2 | -1/+91 |
| | |||||
* | upgrade PCRE to version 7.5 | Nuno Lopes | 2008-01-13 | 24 | -2253/+1065 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
| | |||||
* | MFH:- 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 | 30 | -0/+1459 |
| | |||||
* | Fixed bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines) | Nuno Lopes | 2007-10-07 | 2 | -1/+20 |
| | |||||
* | now fix the thread-safe build.. | Nuno Lopes | 2007-10-07 | 1 | -3/+3 |
| | | | | | #sorry for the noise, but I didnt commit patches to PHP for a long time.. | ||||
* | fix the previous patch: the rc var doesnt need to be passed to the ↵ | Nuno Lopes | 2007-10-07 | 1 | -3/+4 |
| | | | | make_subpats_table() | ||||
* | fix bug #37911: preg_replace_callback ignores named groups | Nuno Lopes | 2007-10-07 | 2 | -48/+115 |
| | |||||
* | upgrade pcre to version 7.4 | Nuno Lopes | 2007-10-07 | 39 | -418/+1474 |
| | |||||
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -2/+2 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | MFH | Antony Dovgal | 2007-09-20 | 2 | -1/+26 |
| | |||||
* | remove the -DHAVE_CONFIG_H switch again to fix things on windows | Nuno Lopes | 2007-09-11 | 25 | -50/+21 |
| | | | | | this means that the upgrade script strips the #ifdef automatically | ||||
* | adapt for PCRE 7.3 | Nuno Lopes | 2007-09-01 | 3 | -6/+2 |
| | | | | | remove ability to include config.h from php_pcre.c, as it seems pretty useless and produces a few warnings | ||||
* | upgrade to PCRE 7.3 | Nuno Lopes | 2007-09-01 | 51 | -1650/+3872 |
| | |||||
* | new test | Nuno Lopes | 2007-09-01 | 1 | -0/+46 |
| | |||||
* | [DOC] MFH: add PCRE_VERSION constant to ext/pcre | Antony Dovgal | 2007-07-24 | 1 | -1/+2 |
| | |||||
* | MFH: 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 |
| | |||||
* | upgrade PCRE to version 7.2 RC3 | Nuno Lopes | 2007-06-15 | 76 | -10732/+8768 |
| | | | | | # I'll update to the final version early next week when its released | ||||
* | add tests for pcre 7.0 regression | Nuno Lopes | 2007-06-15 | 3 | -0/+158 |
| | | | | | update to pcre 7.2 will follow soon | ||||
* | 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 | 4 | -4/+4 |
| |