summaryrefslogtreecommitdiff
path: root/ext/pcre
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | | | | | 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 Bergmann2008-12-3124-24/+24
|
* export the pcre API when compiling with gcc 4. this fixes e.g. the linkage ↵Nuno Lopes2008-12-102-0/+20
| | | | of APC (reported by shire)
* - 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
| | | | later (not urgent..)
* 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
| | | | | | # As discussed with Lukas # [DOC] check out the test
* after rereading the documentation about preg_grep(), lets match the behavior ↵Nuno Lopes2008-08-142-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 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
| | | | | # currently there's no release of PCRE with this fix. PCRE's author recommended applying this patch in the meantime
* upgrade to PCRE 7.7Nuno Lopes2008-07-0621-1106/+2024
|
* - New parameter parsing API (to preg_replace*)Felipe Pena2008-06-304-20/+18
| | | | | - Fixed related tests
* - zend_arg_defs.c is unnecessary nowFelipe Pena2008-06-301-3/+0
|
* - set PHP_[EXTNAME] to yes for spl, pcre and reflection (always on), this ↵Pierre Joye2008-06-231-4/+5
| | | | variable is required by ADD_EXTENSION_DEP
* MFH: simplify, readabilityJani Taskinen2008-06-021-7/+11
|
* Add arginfo & fix protosHannes Magnusson2008-06-011-12/+75
|
* MFH: use bundled PCRE library when both yes & no passed as argument,Antony Dovgal2008-05-231-8/+14
| | | | | look for headers and the lib otherwise
* Fix reflection (always static, never shared) and disable turning off pcre ↵Elizabeth Marie Smith2008-05-021-5/+1
| | | | and spl (also always static, never shared)
* - MFH No longer allow to disable pcreMarcus Boerger2008-04-101-5/+3
|
* fix bug #44214: crash with preg_replace_callback and global variablesNuno Lopes2008-03-083-2/+58
|
* implement #44336: optimize utf8 string matchingNuno Lopes2008-03-081-6/+20
| | | | | add PREG_BAD_UTF8_OFFSET_ERROR constant
* add new testsNuno Lopes2008-03-082-0/+94
|
* Removed unnecassary strlen()Dmitry Stogov2008-03-031-1/+0
|
* Fix testFelipe Pena2008-02-211-1/+5
|
* fix testAntony Dovgal2008-02-211-3/+1
|
* MFB: Fixed Bug #44191 (preg_grep messes up array index)Felipe Pena2008-02-201-1/+1
|
* New testFelipe Pena2008-02-201-0/+14
|
* upgrade to PCRE 7.6.Nuno Lopes2008-01-2935-788/+1048
| | | | | #changes to code are minimal. this fixes a security bug
* spread some static keywordsNuno Lopes2008-01-252-17/+9
|
* MFB5.2: fix script for files with short namesNuno Lopes2008-01-141-3/+3
|
* Fixed bug #42945 (preg_split() swallows part of the string)Nuno Lopes2008-01-132-1/+91
|