summaryrefslogtreecommitdiff
path: root/ext/pcre
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|
* Fixed pcre_quote() to work with both unicode and binary stringsDmitry Stogov2009-12-152-20/+51
|
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-3/+1
|
* Update PCRE to 8.00Scott MacVicar2009-11-0342-3395/+7018
|
* - 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
|
* Fix testRasmus Lerdorf2009-07-261-11/+35
|
* Remove empty sections. Fix bad use of --SKIP--Zoe Slattery2009-07-211-1/+0
|
* Fix testandy wharmby2009-06-231-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
|
* Fixed tests (mostly MFB)Arnaud Le Blanc2009-04-251-4/+4
|
* Fix testsArnaud Le Blanc2009-04-242-11/+14
|
* upgrade PCRE to version 7.9Nuno Lopes2009-04-1144-1508/+3204
|
* MFB: fix #47662Nuno Lopes2009-04-102-1/+19
|
* Fixed Windows build, declarations first ladies and gentlemenKalle Sommer Nielsen2009-03-301-1/+1
|
* - Removed:Felipe Pena2009-03-271-1/+1
| | | | | | | | - UG(unicode) checks - Changed: - ZEND_STR_TYPE -> IS_UNICODE - convert_to_text -> convert_to_unicode
* - Removed:Felipe Pena2009-03-262-48/+24
| | | | | | | | | | | | - UG(unicode) checks - pcre_cache_entry.unicode_mode - Changed: - ZEND_STR_TYPE -> IS_UNICODE - convert_to_text -> convert_to_unicode - convert_to_text_ex -> convert_to_unicode_ex (Felipe, Steph)
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-102-2/+2
|
* MFB: fix bug #47229: preg_quote should escape '-'Nuno Lopes2009-01-283-1/+39
|
* 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
|
* - MF PHP_5_2Andi Gutmans2009-01-021-1/+1
|
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3124-24/+24
|
* MFB: export pcre API when using gcc 4Nuno Lopes2008-12-102-0/+20
|
* - 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
|
* sync with PHP 5.3: upgrade to pcre 7.8Nuno Lopes2008-09-1445-3681/+3416
|
* MFB: kill unused varNuno Lopes2008-09-021-8/+1
|
* MFB: remove extra skipifNuno Lopes2008-08-311-6/+0
|
* - Added function preg_filter()Marcus Boerger2008-08-242-22/+70
| | | | | | [DOC] preg_filter() is basically the same as preg_replace but unlike the latter it returns matches.
* sync with 5.3 branch. add test for bug #44925Nuno Lopes2008-08-142-4/+110
|
* - Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-1/+1
|
* Sync with 5_3 changesRob Richards2008-07-211-0/+1
|
* Added closures supportDmitry Stogov2008-07-081-1/+1
|
* MFB: fix CVE-2008-2371Nuno Lopes2008-07-061-1/+1
|
* upgrade to pcre 7.7Nuno Lopes2008-07-0621-1106/+2024
|
* - MFB: zend_arg_defs.c is unnecessary nowFelipe Pena2008-06-301-3/+0
|
* - Simplify a bit and make a bit more readableJani Taskinen2008-06-021-8/+11
|
* MFB5.3: arginfo & fix protosHannes Magnusson2008-06-011-12/+75
|
* - Removed UEXPECT(F)Felipe Pena2008-05-2753-1900/+14
|
* use bundled PCRE library when both yes & no passed as argument,Antony Dovgal2008-05-231-9/+15
| | | | | look for headers and the lib otherwise
* MFBElizabeth Marie Smith2008-05-021-9/+6
|
* - No longer allow to disable pcreMarcus Boerger2008-04-101-5/+3
|