summaryrefslogtreecommitdiff
path: root/ext/pcre
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* upgrade PCRE to version 7.5Nuno Lopes2008-01-1324-2253/+1065
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
|
* MFH:- Fixed bug #43365 (Several enums have trailing commas)Jani Taskinen2007-11-261-1/+1
|
* Add some more pcre testsRobert Nicholson2007-11-2130-0/+1459
|
* Fixed bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines)Nuno Lopes2007-10-072-1/+20
|
* now fix the thread-safe build..Nuno Lopes2007-10-071-3/+3
| | | | | #sorry for the noise, but I didnt commit patches to PHP for a long time..
* fix the previous patch: the rc var doesnt need to be passed to the ↵Nuno Lopes2007-10-071-3/+4
| | | | make_subpats_table()
* fix bug #37911: preg_replace_callback ignores named groupsNuno Lopes2007-10-072-48/+115
|
* upgrade pcre to version 7.4Nuno Lopes2007-10-0739-418/+1474
|
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-2/+2
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* MFHAntony Dovgal2007-09-202-1/+26
|
* remove the -DHAVE_CONFIG_H switch again to fix things on windowsNuno Lopes2007-09-1125-50/+21
| | | | | this means that the upgrade script strips the #ifdef automatically
* adapt for PCRE 7.3Nuno Lopes2007-09-013-6/+2
| | | | | remove ability to include config.h from php_pcre.c, as it seems pretty useless and produces a few warnings
* upgrade to PCRE 7.3Nuno Lopes2007-09-0151-1650/+3872
|
* new testNuno Lopes2007-09-011-0/+46
|
* [DOC] MFH: add PCRE_VERSION constant to ext/pcreAntony Dovgal2007-07-241-1/+2
|
* MFH: Fix some configure --help textsfoobar2007-07-031-4/+2
|
* new testNuno Lopes2007-06-191-0/+38
|
* final PCRE 7.2 release :-)Nuno Lopes2007-06-1910-16/+51
|
* upgrade PCRE to version 7.2 RC3Nuno Lopes2007-06-1576-10732/+8768
| | | | | # I'll update to the final version early next week when its released
* add tests for pcre 7.0 regressionNuno Lopes2007-06-153-0/+158
| | | | | update to pcre 7.2 will follow soon
* Display PCRE ini entries as part of module infoScott MacVicar2007-06-121-0/+2
|
* fix test namesAntony Dovgal2007-05-074-4/+4
|