History log of /PHP-7.4/ext/pcre/php_pcre.c (Results 151 – 175 of 516)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a39beaa2 23-Jun-2015 Christoph M. Becker

Fixed bug #69864 (Segfault in preg_replace_callback)

When preg_replace_callback() is used, cache entries which are in use must not
be removed. We ensure that by deploying a simple refcou

Fixed bug #69864 (Segfault in preg_replace_callback)

When preg_replace_callback() is used, cache entries which are in use must not
be removed. We ensure that by deploying a simple refcounting mechanism.

show more ...


# 05c24d5d 19-Jun-2015 Xinchen Hui

Fixed Bug #69883 (Compilation failed on PCRE)


# 327e3b33 19-Jun-2015 Xinchen Hui

Micro optimizations for pcre


# 8c8ad8f4 17-Jun-2015 Dmitry Stogov

Use better hash functions (reuse key and avoid hash value recalculation)


Revision tags: POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1
# 6f335949 23-May-2015 Christoph M. Becker

changed preg_*() to yield NULL instead of '' for unset substrings


Revision tags: php-5.5.25, php-5.6.9, php-5.4.41, php-5.6.9RC1, php-5.5.25RC1
# 38d79e94 28-Apr-2015 Xinchen Hui

Drop unused num index


# 770cb1da 21-Apr-2015 Dmitry Stogov

Keep realpath and PCRE caches in consistency with opcache SHM.


# e44ccde3 16-Apr-2015 Dmitry Stogov

"C" is the default locale


Revision tags: php-5.6.8, php-5.5.24, php-5.4.40, php-5.6.8RC1, php-5.5.24RC1
# 19360f38 23-Mar-2015 Anatol Belski

cleanup mod version macros, round 3


# a4529cc0 21-Mar-2015 Xinchen Hui

Fixed memleak


# 41802261 21-Mar-2015 Xinchen Hui

More error conditions


# 2f6dbfc2 21-Mar-2015 Xinchen Hui

Improved impelmentation(and cleanup behaviro with errors conditions)


# a43a9c91 20-Mar-2015 Anatol Belski

use correct api


# d146d150 19-Mar-2015 Dmitry Stogov

Optimize zend_string_realloc() add more specialized versions zend_string_extend() and zend_string_truncate()


Revision tags: php-5.6.7, php-5.5.23, php-5.4.39
# 25566c67 13-Mar-2015 Wei Dai

Implement preg_replace_callback_array function


# 86336856 12-Mar-2015 Dmitry Stogov

Use specialized macro for string zval creation


# 609f05fc 08-Mar-2015 Reeze Xia

ZTS cleanup


Revision tags: php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS
# 30830bce 27-Feb-2015 Anatol Belski

Fixed bug #69115 crash in mail

There were two issues

- php_pcre_replace could be used directly and sbject_str could be NULL
- the Windows sendmail variant was freeing something

Fixed bug #69115 crash in mail

There were two issues

- php_pcre_replace could be used directly and sbject_str could be NULL
- the Windows sendmail variant was freeing something passed from the outside

show more ...


Revision tags: php-5.6.6, php-5.5.22, php-5.4.38
# 4241a090 10-Feb-2015 Dmitry Stogov

Avoid reallocation in preg_replace() if nothing was replaced


Revision tags: POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS
# be718e45 07-Feb-2015 Anatol Belski

added PCRE JIT availability info to phpinfo()

and a test to ensure it's enabled


Revision tags: php-5.6.6RC1, php-5.5.22RC1, php-5.5.21, php-5.6.5, php-5.4.37, php-5.5.21RC1, php-5.6.5RC1, POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4, php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1, php-5.5.18, php-5.4.34, php-5.5.18RC1, php-5.6.1, php-5.6.2, php-5.4.33, php-5.5.17, php-5.6.1RC1
# cb9c99eb 10-Sep-2014 Nikita Popov

Remove preg_replace /e modifier


# 020610ee 20-Jan-2015 Xinchen Hui

Remove addslashes_str


# da7d8f45 19-Jan-2015 Xinchen Hui

Optimized php_addslashes


# fc33f52d 15-Jan-2015 Xinchen Hui

bump year


# 0579e827 15-Jan-2015 Xinchen Hui

bump year


12345678910>>...21