History log of /PHP-5.6/ext/pcre/php_pcre.c (Results 201 – 225 of 298)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.0.6RC2
# 1beda9ee 24-May-2001 Stig Bakken

* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)


# e1f671fb 20-May-2001 Andrei Zmievski

Properly free callback_name only when necessary.


# 58f7df0a 15-May-2001 Andrei Zmievski

Revert previous commit - callback_name does need to be checked because
it is set conditional on is_callable_replace.


Revision tags: php-4.0.6RC1
# eba50153 14-May-2001 Andrei Zmievski

No need for check since callback_name is always filled in.


# 340c56e5 12-May-2001 Wez Furlong

Fixed leak.


# 0eecec77 04-May-2001 Andrei Zmievski

@- Fixed a bug in preg_split() that would incorrectly limit the number of
@ results when used along with PREG_SPLIT_NO_EMPTY flag. (Andrei)

- Fixed a bug in preg_split() that would inco

@- Fixed a bug in preg_split() that would incorrectly limit the number of
@ results when used along with PREG_SPLIT_NO_EMPTY flag. (Andrei)

- Fixed a bug in preg_split() that would incorrectly limit the number of
results when used along with PREG_SPLIT_NO_EMPTY flag. (Andrei)
- Also made limit = -1 when limit = 0, to emulate Perl.

show more ...


Revision tags: php-4.0.5, php-4.0.5RC8, php-4.0.5RC7
# c44da998 22-Apr-2001 Sascha Schumann

Fix freeing of a NULL pointer


# 1a101845 16-Apr-2001 Andrei Zmievski

@- Fixed a bug with /e modifier in preg_replace(), that would not correctly
@ replace two-digit references if single digit references were present
@ before them. This fixed bug #10218. (And

@- Fixed a bug with /e modifier in preg_replace(), that would not correctly
@ replace two-digit references if single digit references were present
@ before them. This fixed bug #10218. (Andrei)

show more ...


Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2
# f49d04fb 13-Mar-2001 Frank M. Kromann

Fixing compiler warning on win32


Revision tags: php-4.0.5RC1
# 285ec0ca 13-Mar-2001 Andrei Zmievski

@- IMPORTANT: removed /F modifier handling from preg_replace(). Instead
@ one should use new preg_replace_callback() function. (Andrei)


# d73ef124 12-Mar-2001 Andrei Zmievski

@- Added array_reduce(), which allows iterative reduction of an array
@ to a single value via a callback function. (Andrei)
- Added array_reduce(), which allows iterative reduction of an arr

@- Added array_reduce(), which allows iterative reduction of an array
@ to a single value via a callback function. (Andrei)
- Added array_reduce(), which allows iterative reduction of an array
to a single value via a callback function.
- Fixed usage of zend_is_callable() in PCRE.

show more ...


# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


# 51c535f5 08-Feb-2001 Andrei Zmievski

Move todo items.


# 56d3b036 03-Feb-2001 Andrei Zmievski

Adding delimiter capturing functionality.

As far as NEWS, compilation fixed don't belong here.


# 898baa8b 01-Feb-2001 Andrei Zmievski

No need for CLS_FETCH().


# 23ddeac9 01-Feb-2001 Sascha Schumann

Fix broken ZTS build


# 0651b4ff 01-Feb-2001 Andrei Zmievski

Modified /F handling to allow calling object methods.


# b56006b5 22-Jan-2001 Andrei Zmievski

If we can't call custom replacement function, don't change the subject
string.


# 5afcfc44 22-Jan-2001 Andrei Zmievski

Don't need to check for out-of-memory condition.


# 5068444d 22-Jan-2001 Andrei Zmievski

Z-ify the source.


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1
# 34f5c0c3 27-Dec-2000 Andrei Zmievski

Fix argument check (bug #8421).


# a1614b84 22-Dec-2000 Andrei Zmievski

(PHP preg_replace) Fix to allow proper escaping of captured subpattern
references in the replacement string.
(PHP array_sum) Check that argument is an array.


# aa6d2ac5 22-Dec-2000 Zeev Suraski

Heads up people!

Updated the get_current_key() API - the relevant authors, please take
a look at the updated code and make sure it's ok...


Revision tags: php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# 1626ba7e 27-Nov-2000 Sascha Schumann

Oh man, gcc's logic is really flawed


# aa6a62d9 27-Nov-2000 Sascha Schumann

Kill a warning (code is correct)


12345678910>>...12