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.
|
#
43d91224 |
| 16-Jun-2000 |
Thies C. Arntzen |
@- Changed WDDX to serialize arrays as structs only if needed. (Thies)
|
Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
e52889ac |
| 09-Jun-2000 |
Andrei Zmievski |
@- Changed WDDX to always serialize arrays as structs. (Andrei) Changed WDDX to always serialize arrays as structs. PR #4924
|
#
1868bfdc |
| 09-Jun-2000 |
Andrei Zmievski |
(php_wddx_deserialize_ex) return SUCCESS/FAILURE Use that return value in WDDX session deserializer.
|
#
3701bc42 |
| 05-Jun-2000 |
Andi Gutmans |
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
Revision tags: php-4.0.0, php-4.0RC2 |
|
#
0a09f95d |
| 04-May-2000 |
Andrei Zmievski |
Got rid of infinite recursion when serializing $GLOBALS[]. @- Fixed infinite recursion when serializing $GLOBALS[] in WDDX. (Andrei)
|
#
2b26bb50 |
| 04-May-2000 |
Andrei Zmievski |
. Reworked string serialization . <, >, and & in strings are now properly escaped . Removed a lot of unnecessary calls to strlen() @- Made WDDX serialization properly escape <, >, an
. Reworked string serialization . <, >, and & in strings are now properly escaped . Removed a lot of unnecessary calls to strlen() @- Made WDDX serialization properly escape <, >, and &. Also speeded up @ the serialization in general. (Andrei)
show more ...
|
#
ebce1ad7 |
| 04-Apr-2000 |
Andrei Zmievski |
Additional check for IS_OBJECT.
|
#
b491796a |
| 04-Apr-2000 |
Thies C. Arntzen |
@- WDDX now defaults to ISO-8859-1. (Thies) # andrei, plz have a look at my changes - seems to work for me!
|
#
38cb3de2 |
| 04-Apr-2000 |
Thies C. Arntzen |
buffer was short by one
|
Revision tags: PHP-4.0-RC1 |
|
#
d02fe90b |
| 06-Mar-2000 |
Stig Bakken |
Change extension names in all extensions' zend_module_entry to their directory name.
|
#
0e7e4d30 |
| 28-Feb-2000 |
Andrei Zmievski |
WDDX header comments now conform to the latest DTD.
|
#
76ec07c4 |
| 24-Feb-2000 |
Egon Schmid |
Is it ok, Andrei.
|