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.
|
#
09ac5ed7 |
| 13-Sep-2000 |
Andrei Zmievski |
Really fix the de-allocation.
|
#
84908add |
| 13-Sep-2000 |
Andrei Zmievski |
Fixed block overrun.
|
Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1 |
|
#
5d02c74b |
| 07-Aug-2000 |
Sascha Schumann |
Add support for <binary> WDDX element.
|
Revision tags: PRE_FILE_COMPILE_API_CHANGE, PRE_METHOD_CALL_SEPERATE_FIX_PATCH |
|
#
057264d6 |
| 05-Jul-2000 |
Andrei Zmievski |
Fix attribution on NEWS.
|
#
a6b31f04 |
| 29-Jun-2000 |
Stanislav Malyshev |
Lowercase class name before checking for it # I didn't really check it - have no WDDX
|
Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC |
|
#
89efa59e |
| 23-Jun-2000 |
Zeev Suraski |
Fix Win32 compilation
|
#
eadbbec5 |
| 23-Jun-2000 |
Sascha Schumann |
Make use of incomplete class API
|
#
9d640cc9 |
| 21-Jun-2000 |
Sascha Schumann |
Revert earlier commit.
|
#
bc8d0782 |
| 21-Jun-2000 |
Thies C. Arntzen |
unserialize() and wddx_deserialize() now create an empty class if they enconter a class which's code is yet unknown. this makes sessionized data retain the class name of objects even if you v
unserialize() and wddx_deserialize() now create an empty class if they enconter a class which's code is yet unknown. this makes sessionized data retain the class name of objects even if you visited pages that don't have the classes code available.
show more ...
|
#
ff3b0c84 |
| 19-Jun-2000 |
Andrei Zmievski |
Call __wakeup() after all the instance variables are initialized.
|
#
da662986 |
| 17-Jun-2000 |
Zeev Suraski |
- Fix a couple of wranings in the FTP code and in parsedate.y - Be safer with LC_MESSAGES - Align with the latest Zend change in call_user_function_ex()
|
#
6e1dee8c |
| 17-Jun-2000 |
Andrei Zmievski |
Have to use zval_ptr_dtor() on values returned from user functions.
|
#
1e5a405c |
| 17-Jun-2000 |
Andi Gutmans |
- Make Windows compile - Windows doesn't support LC_MESSAGES
|
#
39aa0c4d |
| 16-Jun-2000 |
Andrei Zmievski |
Just to make extra sure.
|
#
fa9b1681 |
| 16-Jun-2000 |
Andrei Zmievski |
@- Enhanced WDDX functions to call __sleep() and __wakeup() when working on @ objects. (Andrei)
|
#
c6ddfd44 |
| 16-Jun-2000 |
Egon Schmid |
Protos looks now equal in both versions.
|