History log of /PHP-5.5/ext/pcre/php_pcre.c (Results 101 – 125 of 288)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.0RC5, php-5.2.0RC4
# c55eda9f 06-Sep-2006 Nuno Lopes

fix memleak of pcre study data


Revision tags: php-5.2.0RC3
# f231b76b 30-Aug-2006 Antony Dovgal

fix leak, add test


Revision tags: php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1
# 6fb763c4 20-Jul-2006 Marcus Boerger

- MFH Clean up (after consulting Andrei)
. Change the handlers SPL uses to php_pcre_*_impl(pcre_cache_entry*,....)
. All refactored funcs (match, split, replace, grep) use the above

- MFH Clean up (after consulting Andrei)
. Change the handlers SPL uses to php_pcre_*_impl(pcre_cache_entry*,....)
. All refactored funcs (match, split, replace, grep) use the above
. Change (zend|php)_error() to php_error_docref()
. Move from old to new param parsing api
. Fix memleaks in unicode mode

show more ...


# bf4c9ef6 16-Jul-2006 Marcus Boerger

- MFH: Little bit refactoring: Two new PHPAPI functions:
. php_pcre_match
. php_pcre_split


Revision tags: php-4.4.3RC2
# 1dbaae27 15-Jun-2006 Dmitry Stogov

Added automatic module globals management


# c3ed9147 15-Jun-2006 Nuno Lopes

fix bug #37800: preg_replace() limit parameter odd behaviour
#this is a regression in PHP_5_2 and HEAD branches only


# a943d234 14-Jun-2006 Nuno Lopes

fix memory leak uncovered by the pcre_extra.phpt test


Revision tags: BEFORE_NEW_OUTPUT_API
# 43b660b6 29-May-2006 Antony Dovgal

MFH: no need to check it for not-NULL


# 8ca3826a 29-May-2006 Antony Dovgal

MFH: return NULL in case of error


Revision tags: php-4.4.3RC1
# 0de69fe9 09-May-2006 Marcus Boerger

- MFH pcre_get_compiled_regex_cache() support


# f9de2cc1 09-May-2006 Andrei Zmievski

MFH


Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3
# 6a4faee3 11-Apr-2006 Andrei Zmievski

MFH


# d288f66c 06-Apr-2006 Andrei Zmievski

Fix a bug that would not fill in the fifth argument to preg_replace()
properly, if the variable was not declared previously.


Revision tags: php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2
# f10bab6f 17-Feb-2006 Andrei Zmievski

MFH.


# 6c180238 06-Feb-2006 Andrei Zmievski

TODO


Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version


Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0
# 3e669bc9 06-Dec-2005 foobar

MFH: nuke php3 legacy


Revision tags: RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4
# 36a14076 28-Oct-2005 Dmitry Stogov

Fixed bug #34725 (CLI segmentation faults during cleanup in ZTS if ext/pcre is DSO)


Revision tags: RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2
# 631da59b 11-Oct-2005 Dmitry Stogov

Fixed bug #34790 (preg_match_all(), named capturing groups, variable assignment/return => crash)


Revision tags: php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1
# 94770975 18-Aug-2005 foobar

MFH: Nuked EOLs from error messages


Revision tags: php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 156a9089 31-May-2005 foobar

- Fixed bug #33200 (preg_replace(): magic_quotes_sybase=On makes 'e' modifier misbehave)


# 79742f81 24-May-2005 Andrei Zmievski

Flush regexp cache if we detect corruption.


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# 9e939133 12-Mar-2005 Andrey Hristov

FR 32275 - fifth parameter to preg_replace() to count number of replaces
made.
#it would be nice if someone of the doc team documents it. thanks!


Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# ffb2cf7a 24-Dec-2004 Antony Dovgal

return empty string when got empty parameter


12345678910>>...12