Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2 |
|
#
c7dd366c |
| 21-Nov-2002 |
Ilia Alshanetsky |
Fixed bug #20528.
|
Revision tags: BEFORE_RENAMING, php-4.3.0RC1 |
|
#
a88e5c6e |
| 10-Nov-2002 |
Derick Rethans |
- Remove \n from error messages
|
#
a6096828 |
| 09-Nov-2002 |
Andrei Zmievski |
Fix memory leak in non-ZTS mode.
|
Revision tags: php-4.3.0pre2 |
|
#
15b2e277 |
| 24-Oct-2002 |
Marcus Boerger |
fix compiler warning
|
Revision tags: RELEASE_1_0b1, php-4.3.0pre1 |
|
#
6863d70e |
| 07-Oct-2002 |
Andrei Zmievski |
Use a copy of locale instead of the original. Fixes bug #19482.
|
Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003 |
|
#
3f4a2b1b |
| 11-Sep-2002 |
Andrei Zmievski |
@- Added ability to use Perl-style ${n} subpattern references in the @ replacement string for preg_replace(). Takes care of bug #18442. (Andrei)
|
Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1, dev, php-4.2.2 |
|
#
3650bab7 |
| 14-Jul-2002 |
Andrei Zmievski |
Fix Bug #18341. @- Fixed cases where preg_split() incorrectly terminated final element if @ it contained null byte. (Andrei)
|
Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0 |
|
#
b5e46c5e |
| 13-Jun-2002 |
foobar |
Fix build in ZTS mode
|
#
4f4b983a |
| 12-Jun-2002 |
Andrei Zmievski |
This patch adds ability to capture string offsets in the preg_match_*() results.
|
#
9b1ec111 |
| 10-Jun-2002 |
Markus Fischer |
- Typo.
|
Revision tags: RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10 |
|
#
001b4c71 |
| 23-May-2002 |
Andrei Zmievski |
This code adds string offset capturing in preg_split() results. Original patch by David Brown, modified by me.
|
Revision tags: RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1 |
|
#
1668570e |
| 13-May-2002 |
Andrei Zmievski |
Changing email address.
|
Revision tags: php-4.2.1, php-4.2.1RC2, php-4.2.1RC1, php-4.2.0 |
|
#
4acbbcf5 |
| 19-Apr-2002 |
Andrei Zmievski |
Revert bogus patch.
|
#
18a3f085 |
| 19-Apr-2002 |
Derick Rethans |
- Fix warnings in VC
|
Revision tags: php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help |
|
#
90613d22 |
| 28-Feb-2002 |
Sebastian Bergmann |
Maintain headers.
|
Revision tags: php-4.1.2 |
|
#
260aee10 |
| 12-Feb-2002 |
Andrei Zmievski |
Fix a long-standing infelicity that resulted in extra regex information not being passed to PCRE functions.
|
#
51f17399 |
| 12-Feb-2002 |
Andrei Zmievski |
Expose pcre_get_compiled_regex as an API function.
|
Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH |
|
#
d0ed5b98 |
| 15-Jan-2002 |
Andrei Zmievski |
- Fixed a bug with matching string containing null bytes.
|
Revision tags: php-4.1.1 |
|
#
2f8284ca |
| 22-Dec-2001 |
Zeev Suraski |
Fix a warning and remove a printf() that slipped in...
|
#
0858fb4b |
| 18-Dec-2001 |
Andrei Zmievski |
@- Added flags parameter to preg_grep(). The only flag currently is @ PREG_GREP_INVERT that will make the function return entries that @ did not match. (Andrei)
|
Revision tags: PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog |
|
#
38933514 |
| 11-Dec-2001 |
Sebastian Bergmann |
Update headers.
|
Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2 |
|
#
3942e2a8 |
| 10-Nov-2001 |
Andrei Zmievski |
Fixed bug #13635.
|
Revision tags: POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1 |
|
#
a90e5f5a |
| 17-Oct-2001 |
Andrei Zmievski |
@- Fixed a bug in preg_replace() that would change the type of the replacement @ array entries to string. (Andrei)
|
#
68925208 |
| 11-Oct-2001 |
Stig Bakken |
* zend_module_entry change: apino, debug and zts are moved first, see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
|
Revision tags: php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS |
|
#
78747bd2 |
| 09-Sep-2001 |
Derick Rethans |
- Don't wrap lines... this is annoying while coding.
|