summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.c
Commit message (Expand)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fixed pcre_quote() to work with both unicode and binary stringsDmitry Stogov2009-12-151-18/+49
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-3/+1
* - Fixed bug #49483 (preg_replace 'subject' parameter listed as optional)Felipe Pena2009-09-061-1/+1
* Added zend_eval_stringl and made create_function(), etc. binary-safeMatt Wilmas2009-06-051-1/+1
* - Dropped *_TEXT* macros in favor of unicode macros direct usageFelipe Pena2009-05-251-1/+1
* Implement JIT request decoding support for $_GET and $_POST.Andrei Zmievski2009-05-231-1/+1
* MFB: fix #47662Nuno Lopes2009-04-101-1/+1
* Fixed Windows build, declarations first ladies and gentlemenKalle Sommer Nielsen2009-03-301-1/+1
* - Removed:Felipe Pena2009-03-271-1/+1
* - Removed:Felipe Pena2009-03-261-47/+24
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
* MFB: fix bug #47229: preg_quote should escape '-'Nuno Lopes2009-01-281-0/+1
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-8/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+8
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-8/+0
* MFB: clean some dead codeNuno Lopes2008-09-231-1/+0
* MFB: kill unused varNuno Lopes2008-09-021-8/+1
* - Added function preg_filter()Marcus Boerger2008-08-241-22/+35
* sync with 5.3 branch. add test for bug #44925Nuno Lopes2008-08-141-4/+3
* - Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-1/+1
* Added closures supportDmitry Stogov2008-07-081-1/+1
* - MFB: zend_arg_defs.c is unnecessary nowFelipe Pena2008-06-301-3/+0
* MFB5.3: arginfo & fix protosHannes Magnusson2008-06-011-12/+75
* MFB: fix #44214Nuno Lopes2008-03-081-2/+2
* MFBNuno Lopes2008-03-081-3/+18
* New macro for check void parametersFelipe Pena2008-02-281-1/+1
* MFB: Fixed Bug #44191 (preg_grep messes up array index)Felipe Pena2008-02-201-1/+1
* spread some static keywordsNuno Lopes2008-01-251-9/+9
* MFB: fix bug #42945Nuno Lopes2008-01-131-1/+3
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* - Fixed bug #43365 (Several enums have trailing commas)Jani Taskinen2007-11-261-1/+1
* MFB: fix ZTS buildNuno Lopes2007-10-071-3/+3
* MFBNuno Lopes2007-10-071-3/+4
* MFB: fix #37911Nuno Lopes2007-10-071-49/+73
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-3/+3
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* if one of regular expressions in the array fails, return NULL right awayAntony Dovgal2007-09-201-1/+4
* MFB: upgrade to PCRE 7.3Nuno Lopes2007-09-011-4/+0
* fix segfault on shutdown due to UG(utf8_conv) being destroyed twiceAntony Dovgal2007-08-241-0/+1
* add PCRE_VERSION constant to ext/pcreAntony Dovgal2007-07-241-1/+2
* Fixed compilation warningsDmitry Stogov2007-07-101-3/+3
* Fixed preg_replace_callback() with callback defined by arrayDmitry Stogov2007-07-101-1/+3
* PCRE unicode/binary supportDmitry Stogov2007-07-061-59/+134
* Display PCRE ini entries as part of module infoScott MacVicar2007-06-121-0/+2
* fix foldingAntony Dovgal2007-04-231-4/+12
* don't emit any warnings in addition to an exceptionAntony Dovgal2007-03-141-1/+3
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix #39112 (typo in error message)Antony Dovgal2006-10-101-1/+1