#
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. |
Revision tags: php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
23b9300f |
| 06-Aug-2001 |
Sascha Schumann |
more tsrm cleanup |
#
8fca87ad |
| 30-Jul-2001 |
Andrei Zmievski |
Updated to match TSRM changes. |
#
c43806f4 |
| 30-Jul-2001 |
Zeev Suraski |
Zend compatibility patch |
#
b0224d51 |
| 30-Jul-2001 |
Zeev Suraski |
Zend compatibility patch |
#
1c25b8dd |
| 30-Jul-2001 |
Zeev Suraski |
Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way |
#
d87cc976 |
| 28-Jul-2001 |
Zeev Suraski |
Redesigned thread safety mechanism - nua nua |
#
fe6f8712 |
| 27-Jul-2001 |
Zeev Suraski |
- Get rid of ELS_*(), and use TSRMLS_*() instead. - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any unco
- Get rid of ELS_*(), and use TSRMLS_*() instead. - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
show more ...
|
Revision tags: PRE_TSRM_MERGE_PATCH |
|
#
86ae8add |
| 13-Jul-2001 |
Rui Hirokawa |
added an option to support utf-8 in pcre. |
Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3 |
|
#
81e2cf03 |
| 06-Jun-2001 |
Rasmus Lerdorf |
Fix folding and clean up some extensions |