Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test | andy wharmby | 2009-06-23 | 1 | -1/+1 |
| | |||||
* | MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe | Matt Wilmas | 2009-06-05 | 1 | -1/+1 |
| | |||||
* | - Fixed ini deprecation message issues in tests. | Jani Taskinen | 2009-05-06 | 1 | -1/+1 |
| | | | | | # CGI headers are stripped and the error ends up there with CGI.. | ||||
* | Added E_DEPRECATED startup notice (5.3 only) | Kalle Sommer Nielsen | 2009-05-04 | 1 | -1/+2 |
| | |||||
* | MFH | Arnaud Le Blanc | 2009-04-25 | 1 | -3/+3 |
| | |||||
* | MFH | Arnaud Le Blanc | 2009-04-24 | 1 | -5/+5 |
| | |||||
* | upgrade PCRE to version 7.9 | Nuno Lopes | 2009-04-11 | 44 | -1508/+3204 |
| | |||||
* | fix bug #47662: support more than 127 named subpatterns | Nuno Lopes | 2009-04-10 | 2 | -1/+19 |
| | |||||
* | fix bug #47229: preg_quote should escape '-' | Nuno Lopes | 2009-01-28 | 3 | -1/+39 |
| | |||||
* | MFH: export php_pcre_free to make mbstring happy | Rob Richards | 2009-01-11 | 1 | -0/+1 |
| | |||||
* | New pcre extension tests. Tested on Windows, Linux and Linux 64-bit | andy wharmby | 2009-01-07 | 5 | -0/+169 |
| | |||||
* | - Remove NO_RECURSE as it causes a huge performance impact. Up to 50% | Andi Gutmans | 2009-01-02 | 1 | -1/+1 |
| | | | | | | | with Wordpress. Stack size is not really anymore of an issue than on Linux with FastCGI (php-cgi.exe). For ISAPI it may be an issue but we have other places where we may eat up stack. | ||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 24 | -24/+24 |
| | |||||
* | export the pcre API when compiling with gcc 4. this fixes e.g. the linkage ↵ | Nuno Lopes | 2008-12-10 | 2 | -0/+20 |
| | | | | of APC (reported by shire) | ||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -8/+0 |
| | |||||
* | - Opss, reverted accidental changes | Felipe Pena | 2008-11-03 | 9 | -0/+55 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 14 | -51/+44 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -8/+0 |
| | |||||
* | initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 1 | -3/+3 |
| | |||||
* | clean some dead code (with static analysis help) | Nuno Lopes | 2008-09-23 | 1 | -1/+0 |
| | |||||
* | upgrade to PCRE 7.8. this includes a security improvement. I'll upgrade HEAD ↵ | Nuno Lopes | 2008-09-09 | 45 | -3679/+3415 |
| | | | | later (not urgent..) | ||||
* | kill dead variables. found by LLVM's clang static analyzer | Nuno Lopes | 2008-09-02 | 1 | -8/+1 |
| | |||||
* | remove unicode skipif, as the test doesnt require such support | Nuno Lopes | 2008-08-31 | 1 | -6/+0 |
| | |||||
* | - MFH preg_filter() | Marcus Boerger | 2008-08-29 | 2 | -19/+70 |
| | | | | | | # As discussed with Lukas # [DOC] check out the test | ||||
* | 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 |
| |