summaryrefslogtreecommitdiff
path: root/ext/pcre
Commit message (Collapse)AuthorAgeFilesLines
* fix zts checkAnatol Belski2013-03-141-1/+1
|
* Fixed PCRE locale crash in Windows/TSStephen A. Zarkos2013-03-041-1/+8
|
* merged PCRE 8.32Anatol Belski2013-03-0342-6977/+11909
| | | | | - defined HAVE_CONFIG_H to simplify the future merges - PCRE NEWS http://pcre.org/news.txt
* Happy New Year~Xinchen Hui2013-01-012-2/+2
|
* Fixed bug #63284 PCRE upgrade to 8.31Anatoliy Belsky2012-10-1959-28459/+39657
|
* indentXinchen Hui2012-10-181-1/+1
|
* better fix for #63055Xinchen Hui2012-10-181-2/+1
|
* Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite)Xinchen Hui2012-10-182-1/+25
|
* Remove executable permission on phptXinchen Hui2012-10-102-0/+0
|
* Safer way to call pcre_fullinfo - bug 60986Rasmus Lerdorf2012-02-061-1/+2
|
* Fix for bug 60986Rasmus Lerdorf2012-02-062-3/+2
|
* - Year++Felipe Pena2012-01-012-2/+2
|
* - revert incorrect fix introduced in r316528Pierre Joye2011-09-121-1/+0
|
* Ensure we are working with strings hereHannes Magnusson2011-09-121-0/+1
|
* These regexes don't fail under the new backtrack limit, so lower it just for ↵Ferenc Kovacs2011-09-041-0/+2
| | | | the test to check the failure.
* efree match_sets on an error here - found by CoverityRasmus Lerdorf2011-08-051-0/+1
|
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
|
* Increase the overly conservative pcre backtrack limit from 100000 to 1000000Rasmus Lerdorf2011-05-211-1/+1
|
* Fix Windows build, this really should be in a patch file / README.Scott MacVicar2011-05-131-1/+3
| | | | | I'll fix this up later.
* Update bundled PCRE to 8.12Scott MacVicar2011-05-1322-71/+755
|
* - Year++Felipe Pena2011-01-012-2/+2
|
* - Fix PCRE build on Windows; closes bug #53606.Gustavo André dos Santos Lopes2010-12-241-1/+3
|
* Upgraded\ bundled\ PCRE\ to\ version\ 8.11.Ilia Alshanetsky2010-12-2414-1449/+2075
|
* - add phpize support for windows, need a nmake install for now (nmake ↵Pierre Joye2010-12-131-0/+1
| | | | devel-pkg version is coming), works exactly the same as on unix, or should :)
* - Coding standardsFelipe Pena2010-11-061-3/+2
|
* - Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it ↵Felipe Pena2010-11-065-4/+23
| | | | | | | returns int(0)) patch by: slugonamission at gmail dot com
* - Fixed bug #52971 (PCRE-Meta-Characters not working with utf-8)Felipe Pena2010-10-032-1/+51
| | | | | | | | # In PCRE, by default, \d, \D, \s, \S, \w, and \W recognize only ASCII # characters, even in UTF-8 mode. However, this can be changed by setting # the PCRE_UCP option.
* Win32 build fixesIlia Alshanetsky2010-08-142-1/+13
|
* MFH: Upgraded bundled PCRE to version 8.10.Ilia Alshanetsky2010-08-1426-1259/+4211
|
* Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED ↵Kalle Sommer Nielsen2010-08-111-1/+1
| | | | | | (Fixes #52570) # Trunk patch will follow shortly
* - 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
| | | | | | # PCRE's config.h can very well reuse the definitions made available from # PHP's configure script output available within php_config.h
* - fix buildPierre Joye2010-04-011-2/+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
| | | | | # CGI headers are stripped and the error ends up there with CGI..
* 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
|