History log of /PHP-5.4/ext/wddx/wddx.c (Results 101 – 125 of 179)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


Revision tags: php-4.0.4RC3
# f1dcb32c 25-Oct-2000 Andrei Zmievski

Use zend_register_list_destructors_ex() instead.


# 7b4983c8 20-Oct-2000 Andrei Zmievski

Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use
zend_register_list_destruc

Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use
zend_register_list_destructors_ex() instead
* Updated all relevant modules to provide the resource type name
to register_list_destructors() call
* Updated var_dump() to output resource type name instead of number

@- Made resource type names visible, e.g. var_dump() and
@ get_resource_type() display "file" for file resources. (Andrei)

show more ...


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# c45b1c2c 19-Sep-2000 Zeev Suraski

- Fix warnings
- Fix URL scanner startup crash


# a6bb6f5d 13-Sep-2000 Andrei Zmievski

Create module info function.


12345678