History log of /php-src/ext/pcre/php_pcre.c (Results 476 – 500 of 648)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2
# 5484568c 10-Dec-2004 Ilia Alshanetsky

Avoid causing a crash.

# 5dbe3f6f 09-Dec-2004 Antony Dovgal

fix 1-byte leak

Revision tags: php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2
# ace6ff59 25-Aug-2004 Andrei Zmievski

MFB.

# 1d913a9c 24-Aug-2004 Marcus Boerger

MFB: TSRM fix

# f30355a7 24-Aug-2004 Andrei Zmievski

MFB.

Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1
# 56f8195f 19-Jul-2004 Andi Gutmans

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have to check for it and it slows down
the general case. In addition, it seems that empty_string has been abused
quite a lot, and was used not only for setting zval's but generally in
PHP code instead of "", which wasn't the intention. Last but not least,
nuking empty_string should improve stability as I doubt every place
correctly checked if they are not mistakenly erealloc()'ing it or
calling efree() on it.
NOTE: Some code is probably broken. Each extension maintainer should
check and see that my changes are OK. Also, I haven't had time to touch
PECL yet. Will try and do it tomorrow.

show more ...

Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8
# 27977074 22-Jun-2004 Andrei Zmievski

MFB (better error checking in pcre_fullinfo() calls).

Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2
# 191a661f 23-Apr-2004 Rasmus Lerdorf

MFB: Fix for bug #27810

Revision tags: php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2
# e4ad9209 01-Feb-2004 Sebastian Bergmann

ZTS fix.

# 0330fb2c 31-Jan-2004 Moriyoshi Koizumi

- Fix bug #27103 (preg_split('//u') incorrectly splits UTF-8 strings into octets).

# 8e44a6ba 31-Jan-2004 Moriyoshi Koizumi

- POSIX / ISOX compliancy. This is needed to correctly handle UTF-8 characters.

# e691cbd4 28-Jan-2004 Ilia Alshanetsky

Fixed bug #27011 (64bit int/long confusion in preg_match*() functions).

Revision tags: RELEASE_1_3b6, php_ibase_before_split
# 07156517 16-Jan-2004 Ilia Alshanetsky

Fixed Bug #26927 (preg_quote() does not escape \0).

Revision tags: php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5

Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# 9fc9e4b2 16-Dec-2003 Andrei Zmievski

MFB

1...<<11121314151617181920>>...26