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
|
#
25c3a3a3 |
| 05-Jun-2001 |
Rasmus Lerdorf |
vim-6 does folding - clean up a bunch of missing folding tags plus some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
|
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().
|