summaryrefslogtreecommitdiff
path: root/ext/pcre
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #52971 (PCRE-Meta-Characters not working with utf-8)Felipe Pena2010-10-031-1/+8
* MFB53: Changed deprecated ini options on startup from E_WARNING to E_DEPRECAT...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
* Fixed Windows buildKalle Sommer Nielsen2010-07-081-1/+3
* Upgraded bundled PCRE to version 8.10Ilia Alshanetsky2010-07-0226-1249/+4210
* - fix buildPierre Joye2010-04-011-1/+3
* Upgraded bundled PCRE to version 8.02.Ilia Alshanetsky2010-03-2918-3000/+3566
* - fix win build, use bundled stdintPierre Joye2010-01-211-1/+5
* Upgraded bundled PCRE to version 8.01Ilia Alshanetsky2010-01-2123-455/+956
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-3/+1
* Update PCRE to 8.00Scott MacVicar2009-11-0342-3395/+7018
* Fixed testsDmitry Stogov2009-09-211-1/+1
* - Fixed bug #49483 (preg_replace 'subject' parameter listed as optional)Felipe Pena2009-09-061-1/+1
* We should check /usr/local/include lastScott MacVicar2009-08-111-1/+1
* Search /usr/include too for those wanting to use a system PCRE.Scott MacVicar2009-08-111-1/+1
* Remove empty sections. Fix bad use of --SKIP--Zoe Slattery2009-07-211-2/+1
* Fix testandy wharmby2009-06-231-1/+1
* MFH: Added zend_eval_stringl and made create_function(), etc. binary-safeMatt Wilmas2009-06-051-1/+1
* - Fixed ini deprecation message issues in tests.Jani Taskinen2009-05-061-1/+1
* Added E_DEPRECATED startup notice (5.3 only)Kalle Sommer Nielsen2009-05-041-1/+2
* MFHArnaud Le Blanc2009-04-251-3/+3
* MFHArnaud Le Blanc2009-04-241-5/+5
* upgrade PCRE to version 7.9Nuno Lopes2009-04-1144-1508/+3204
* fix bug #47662: support more than 127 named subpatternsNuno Lopes2009-04-102-1/+19
* fix bug #47229: preg_quote should escape '-'Nuno Lopes2009-01-283-1/+39
* MFH: export php_pcre_free to make mbstring happyRob Richards2009-01-111-0/+1
* New pcre extension tests. Tested on Windows, Linux and Linux 64-bitandy wharmby2009-01-075-0/+169
* - Remove NO_RECURSE as it causes a huge performance impact. Up to 50%Andi Gutmans2009-01-021-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3124-24/+24
* export the pcre API when compiling with gcc 4. this fixes e.g. the linkage of...Nuno Lopes2008-12-102-0/+20
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-8/+0
* - Opss, reverted accidental changesFelipe Pena2008-11-039-0/+55
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-0214-51/+44
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-8/+0
* initialize optional varsArnaud Le Blanc2008-10-211-3/+3
* clean some dead code (with static analysis help)Nuno Lopes2008-09-231-1/+0
* upgrade to PCRE 7.8. this includes a security improvement. I'll upgrade HEAD ...Nuno Lopes2008-09-0945-3679/+3415
* kill dead variables. found by LLVM's clang static analyzerNuno Lopes2008-09-021-8/+1
* remove unicode skipif, as the test doesnt require such supportNuno Lopes2008-08-311-6/+0
* - MFH preg_filter()Marcus Boerger2008-08-292-19/+70
* after rereading the documentation about preg_grep(), lets match the behavior ...Nuno Lopes2008-08-142-37/+25
* Fixed bug #44925 (preg_grep() modifies input array)Nuno Lopes2008-08-142-10/+137
* - MFH: Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-1/+1
* Added support for lambda functions and closuresDmitry Stogov2008-07-141-1/+1
* fix CVE-2008-2371. patch by Tavis OrmandyNuno Lopes2008-07-061-1/+1
* upgrade to PCRE 7.7Nuno Lopes2008-07-0621-1106/+2024
* - New parameter parsing API (to preg_replace*)Felipe Pena2008-06-304-20/+18
* - zend_arg_defs.c is unnecessary nowFelipe Pena2008-06-301-3/+0