History log of /PHP-7.1/ext/pcre/php_pcre.c (Results 176 – 200 of 409)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 87a23734 03-Oct-2010 Felipe Pena

- Fixed bug #52971 (PCRE-Meta-Characters not working with utf-8)
# In PCRE, by default, \d, \D, \s, \S, \w, and \W recognize only ASCII
# characters, even in UTF-8 mode. However, t

- Fixed bug #52971 (PCRE-Meta-Characters not working with utf-8)
# 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.

show more ...


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1, php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4
# a94558c8 08-Dec-2009 Felipe Pena

- Added MAKE_COPY_ZVAL(ppzv, pzv) macro


Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3
# b4ee7273 06-Sep-2009 Felipe Pena

- Fixed bug #49483 (preg_replace 'subject' parameter listed as optional)


Revision tags: php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3
# d5530029 05-Jun-2009 Matt Wilmas

MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe


Revision tags: php-5.2.10RC1, php-5.3.0RC2
# ae57857e 10-Apr-2009 Nuno Lopes

fix bug #47662: support more than 127 named subpatterns


Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 4ff9ad5b 28-Jan-2009 Nuno Lopes

fix bug #47229: preg_quote should escape '-'


# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4
# fc2fb50d 17-Nov-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# 7a37fa2d 02-Nov-2008 Felipe Pena

- Revert ZEND_BEGIN_ARG_INFO change


# df100055 24-Oct-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


Revision tags: php-5.2.7RC2
# 261f0c32 21-Oct-2008 Arnaud Le Blanc

initialize optional vars


Revision tags: php-5.2.7RC1
# 8a77e555 23-Sep-2008 Nuno Lopes

clean some dead code (with static analysis help)


# 1e3ebc23 02-Sep-2008 Nuno Lopes

kill dead variables. found by LLVM's clang static analyzer


# 42eb47d5 29-Aug-2008 Marcus Boerger

- MFH preg_filter()
# As discussed with Lukas
# [DOC] check out the test


# f7974955 14-Aug-2008 Nuno Lopes

after rereading the documentation about preg_grep(), lets match the behavior in HEAD (return the original array elements instead of the new string).
tune the test accordingly


# 31c657b3 14-Aug-2008 Nuno Lopes

Fixed bug #44925 (preg_grep() modifies input array)


Revision tags: php-4.4.9
# e304515d 02-Aug-2008 Felipe Pena

- MFH: Added parameter TSRMLS_DC in zend_is_callable()


Revision tags: php-5.3.0alpha1, php-4.4.9RC1
# d5ef2f46 14-Jul-2008 Dmitry Stogov

Added support for lambda functions and closures


# 235aab6c 30-Jun-2008 Felipe Pena

- New parameter parsing API (to preg_replace*)
- Fixed related tests


# 7ddf985e 30-Jun-2008 Felipe Pena

- zend_arg_defs.c is unnecessary now


Revision tags: BEFORE_NEW_PARAMETER_PARSE
# 49961368 01-Jun-2008 Hannes Magnusson

Add arginfo & fix protos


Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1
# 634fef42 08-Mar-2008 Nuno Lopes

fix bug #44214: crash with preg_replace_callback and global variables


# d204214d 08-Mar-2008 Nuno Lopes

implement #44336: optimize utf8 string matching
add PREG_BAD_UTF8_OFFSET_ERROR constant


Revision tags: php-5.2.6RC2
# bcade815 03-Mar-2008 Dmitry Stogov

Removed unnecassary strlen()


12345678910>>...17