History log of /PHP-8.2/ext/pcre/php_pcre.c (Results 226 – 250 of 576)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year


# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal


# d7fd9406 08-Jan-2015 Xinchen Hui

Fixed #68704


# 7624fb6e 23-Dec-2014 Dmitry Stogov

Fixed possible crash (pcre cache must keep permanent strings)


# 4514ba01 19-Dec-2014 Dmitry Stogov

Improved setlocale(). Eliminated locale comparison in ext/pcre if it's not necessary.


# 92655be7 19-Dec-2014 Dmitry Stogov

Enabled JIT for preg_split(). Use better zend_hash_*() functions.


# ea7f768b 16-Dec-2014 Andrea Faulds

Fix pcre non-FAST_ZPP build


# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things


# c351b47c 03-Nov-2014 Stanislav Malyshev

Initialize the offset table - PCRE may sometimes miss offsets


# 9d21ff6b 29-Oct-2014 Anatol Belski

fix datatype mismatches

PCRE uses plain datatypes, no typedefs.


# e33f3d3b 20-Sep-2014 Nikita Popov

Move smart_str implementation into Zend/

So we can use it there as well...

For now I've retained the zend_smart_str_public.h header, though
it would probably be better to just m

Move smart_str implementation into Zend/

So we can use it there as well...

For now I've retained the zend_smart_str_public.h header, though
it would probably be better to just move that one struct into
zend_types.h.

show more ...


# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/


# d8de53d4 19-Sep-2014 Anatol Belski

avoid unnecessary strlen calls in loop


Revision tags: php-5.5.17RC1, php-5.4.33RC1
# 32344808 27-Aug-2014 Anatol Belski

first show to make 's' work with size_t


Revision tags: php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE
# 6f9f0bf2 25-Aug-2014 Anatol Belski

master renames phase 2


12345678910>>...24