History log of /PHP-5.6/ext/pcre/php_pcre.c (Results 76 – 100 of 298)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.7RC2
# 261f0c32 21-Oct-2008 Arnaud Le Blanc

initialize optional vars


Revision tags: php-5.2.7RC1
# 8a77e555 23-Sep-2008 Nuno Lopes

clean some dead code (with static analysis help)


# 1e3ebc23 02-Sep-2008 Nuno Lopes

kill dead variables. found by LLVM's clang static analyzer


# 42eb47d5 29-Aug-2008 Marcus Boerger

- MFH preg_filter()
# As discussed with Lukas
# [DOC] check out the test


# f7974955 14-Aug-2008 Nuno Lopes

after rereading the documentation about preg_grep(), lets match the behavior in HEAD (return the original array elements instead of the new string).
tune the test accordingly


# 31c657b3 14-Aug-2008 Nuno Lopes

Fixed bug #44925 (preg_grep() modifies input array)


Revision tags: php-4.4.9
# e304515d 02-Aug-2008 Felipe Pena

- MFH: Added parameter TSRMLS_DC in zend_is_callable()


Revision tags: php-5.3.0alpha1, php-4.4.9RC1
# d5ef2f46 14-Jul-2008 Dmitry Stogov

Added support for lambda functions and closures


# 235aab6c 30-Jun-2008 Felipe Pena

- New parameter parsing API (to preg_replace*)
- Fixed related tests


# 7ddf985e 30-Jun-2008 Felipe Pena

- zend_arg_defs.c is unnecessary now


Revision tags: BEFORE_NEW_PARAMETER_PARSE
# 49961368 01-Jun-2008 Hannes Magnusson

Add arginfo & fix protos


Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1
# 634fef42 08-Mar-2008 Nuno Lopes

fix bug #44214: crash with preg_replace_callback and global variables


# d204214d 08-Mar-2008 Nuno Lopes

implement #44336: optimize utf8 string matching
add PREG_BAD_UTF8_OFFSET_ERROR constant


Revision tags: php-5.2.6RC2
# bcade815 03-Mar-2008 Dmitry Stogov

Removed unnecassary strlen()


Revision tags: php-5.2.6RC1
# bc8a62f4 20-Feb-2008 Felipe Pena

MFB: Fixed Bug #44191 (preg_grep messes up array index)


Revision tags: RELEASE_1_3_1
# 2c1a5c02 25-Jan-2008 Nuno Lopes

spread some static keywords


# 18107c0b 13-Jan-2008 Nuno Lopes

Fixed bug #42945 (preg_split() swallows part of the string)


Revision tags: php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.


Revision tags: php-4.4.8RC1
# dcd3b197 26-Nov-2007 Jani Taskinen

MFH:- Fixed bug #43365 (Several enums have trailing commas)


Revision tags: RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1
# 66a24c86 07-Oct-2007 Nuno Lopes

Fixed bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines)


# 51051fc8 07-Oct-2007 Nuno Lopes

now fix the thread-safe build..
#sorry for the noise, but I didnt commit patches to PHP for a long time..


# 3adfe9c0 07-Oct-2007 Nuno Lopes

fix the previous patch: the rc var doesnt need to be passed to the make_subpats_table()


# 424db6fe 07-Oct-2007 Nuno Lopes

fix bug #37911: preg_replace_callback ignores named groups


# 4b4d634c 07-Oct-2007 Yiduo (David) Wang

MFH: Added macros for managing zval refcounts and is_ref statuses


Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2
# 6c810b0d 27-Sep-2007 Dmitry Stogov

Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)


12345678910>>...12