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)
|
#
f67c0222 |
| 20-Sep-2007 |
Antony Dovgal |
MFH
|
#
c6f777da |
| 01-Sep-2007 |
Nuno Lopes |
adapt for PCRE 7.3 remove ability to include config.h from php_pcre.c, as it seems pretty useless and produces a few warnings
|
Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1 |
|
#
3afa1347 |
| 24-Jul-2007 |
Antony Dovgal |
[DOC] MFH: add PCRE_VERSION constant to ext/pcre
|
Revision tags: BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND |
|
#
2caf3867 |
| 12-Jun-2007 |
Scott MacVicar |
Display PCRE ini entries as part of module info
|
Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2 |
|
#
6a73be63 |
| 23-Apr-2007 |
Antony Dovgal |
fix folding
|
Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1 |
|
#
f6536ed2 |
| 14-Mar-2007 |
Antony Dovgal |
MFH: remove unnecessary warning in case of exception
|
Revision tags: php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3 |
|
#
5d752620 |
| 10-Jan-2007 |
Hannes Magnusson |
Fix build on system where HAVE_SETLOCALE is not defined
|
Revision tags: php-4.4.5RC1, php-5.2.1RC2 |
|
#
4223aa4d |
| 01-Jan-2007 |
Sebastian Bergmann |
MFH: Bump year.
|
Revision tags: php-5.2.1RC1 |
|
#
e034b4a8 |
| 12-Dec-2006 |
Ilia Alshanetsky |
Removed dummy vars. # Patch by Matt Wilmas
|
Revision tags: php-5.2.0, php-5.2.0RC6 |
|
#
b4974d5e |
| 10-Oct-2006 |
Antony Dovgal |
MFH: fix #39112 (typo in error message)
|
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
|