Revision tags: php4, php-4.0.7RC3 |
|
#
6d9c04e8 |
| 27-Sep-2001 |
Jeroen van Wolffelaar |
Undo Z_ subst
|
Revision tags: POST_SUBST_Z_MACROS |
|
#
c0332885 |
| 25-Sep-2001 |
Jeroen van Wolffelaar |
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
|
Revision tags: 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 |
|
#
e140b35b |
| 21-Aug-2001 |
Zeev Suraski |
API update
|
Revision tags: php-4.0.7RC1 |
|
#
e0c3120a |
| 14-Aug-2001 |
Andrei Zmievski |
Uh-oh, didn't mean to eliminate all folds.
|
#
90cc7103 |
| 14-Aug-2001 |
Andrei Zmievski |
Be more safe about freeing zvals.
|
Revision tags: BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
a35df189 |
| 06-Aug-2001 |
Thies C. Arntzen |
we can no longer register internal-classes once the script is started. therefore the "incomplete class" is now registered at MINIT time.
|
#
aa1772ca |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation
|
#
c43806f4 |
| 30-Jul-2001 |
Zeev Suraski |
Zend compatibility patch
|
#
7b1c4006 |
| 30-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation (Zend compatibility patch)
|
#
13d4670c |
| 28-Jul-2001 |
Andi Gutmans |
- More object macros
|
#
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 |
|
#
44de304a |
| 11-Jul-2001 |
Andrei Zmievski |
Modified to work with the new parameter parsing API as a demonstration.
|
Revision tags: PRE_GRANULAR_GARBAGE_FIX |
|
#
bd4f32cf |
| 21-Jun-2001 |
Thies C. Arntzen |
- fixed the reference in session thingie - regression test checked (this time;-) - added new regression test for references - references _between_ session variables also work in when the
- fixed the reference in session thingie - regression test checked (this time;-) - added new regression test for references - references _between_ session variables also work in when the session var replaces an already existing global var (this was a brain twister) - saved one strlen call per session variable - fixed one tiny leak
show more ...
|
Revision tags: php-4.0.6 |
|
#
d926e84e |
| 19-Jun-2001 |
Sebastian Bergmann |
Change copyright note.
|
Revision tags: 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 |
|
#
952a6220 |
| 28-May-2001 |
Wez Furlong |
Add extra parameter to php_escape_html_entities. # I meant to commit this with the html.[ch] changes
|
Revision tags: php-4.0.6RC1 |
|
#
ea563184 |
| 01-May-2001 |
Andrei Zmievski |
Patch from Sascha that abstracts session serializers. WDDX extension now implements the encode/decode functions and registers them with the session module.
|
Revision tags: php-4.0.5, php-4.0.5RC8 |
|
#
07a5e3fb |
| 25-Apr-2001 |
Andrei Zmievski |
* Made ENT_* defines availabe to other functions. * The key/variable names in WDDX are now html escaped to not break XML. @- Fixed WDDX serialization to HTML-escape key/variable names so as n
* Made ENT_* defines availabe to other functions. * The key/variable names in WDDX are now html escaped to not break XML. @- Fixed WDDX serialization to HTML-escape key/variable names so as not to @ break the XML packet. (Andrei)
show more ...
|
Revision tags: php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1 |
|
#
88fce00c |
| 06-Feb-2001 |
Andrei Zmievski |
Don't use Z* macros for non-zvals.
|
#
74912b9a |
| 06-Feb-2001 |
Andrei Zmievski |
Cleaned up and optimized WDDX serialization - it's about twice as fast now.
|
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1 |
|
#
aa6d2ac5 |
| 22-Dec-2000 |
Zeev Suraski |
Heads up people! Updated the get_current_key() API - the relevant authors, please take a look at the updated code and make sure it's ok...
|
Revision tags: php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4 |
|
#
be895bcb |
| 13-Dec-2000 |
Zeev Suraski |
Fix call_user_function() with objects - it could leak under certain circumstances
|