History log of /PHP-8.2/ext/standard/var_unserializer.re (Results 301 – 316 of 316)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 57250484 02-Jun-2003 Sebastian Bergmann

Leftover.

Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4
# 3b2fa8bb 24-May-2003 Marcus Boerger

Fix namespace related problems

Revision tags: BEFORE_FD_REVERT
# 23071932 18-May-2003 Marcus Boerger

Fix unserialize

Revision tags: php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5
# b3199828 17-Apr-2003 foobar

add missing header

Revision tags: init, php-4.3.2RC1, php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 38ad0e91 24-Jan-2003 Ilia Alshanetsky

zend_error -> php_error_docref.

Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1
# 47ae4068 19-Aug-2002 Sander Roobol

Made unserialize handle floats with an E notation - bug #18654
Patch by Christophe Sollet <csollet@coleebris.com>.
(I'll commit a new var_unserializer.c in a second)

# 05156fa3 18-Aug-2002 Stanislav Malyshev

ZE2 compatibility fix
## In ZE2 the hash contains zend_class_entry *!

Revision tags: dev
# 7645343c 04-Aug-2002 Shane Caraveo

need to export var_replace and var_destroy for win32

Revision tags: php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2
# 2438488c 04-May-2002 Sascha Schumann

rval_temp was declared but never used

Revision tags: php-4.2.1RC1
# a57381e3 28-Apr-2002 Stanislav Malyshev

Fix couple of nasty serializer bugs:
a) When array unserializer encounters less data than it expects (like:
a:1:{}) it crashes. I don't understand exactly why it does, but the fact
is it

Fix couple of nasty serializer bugs:
a) When array unserializer encounters less data than it expects (like:
a:1:{}) it crashes. I don't understand exactly why it does, but the fact
is it does. So now it should catch "}" and bail out.
b) When array/object data are serialized, the count is written by hash
count. However, it can be that in-loop check fails and less data than
expected will then be written into the array. Which, due to a), would
crash on unserialize. So now it will write empty entries in place of
entries it cannot serialize (the other choice would be make two passes on
the data, which I don't like).

show more ...

Revision tags: php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1
# 65c4e9e0 17-Mar-2002 Harald Radi

removed anoying warnings

Revision tags: help
# c8e7db98 12-Mar-2002 Andi Gutmans

- Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTR

Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog, php-4.1.0, php-4.1.0RC5
# 99639f58 02-Dec-2001 Bernd Roemer

Allow unserializer_callback_func to be turned off.

Revision tags: php-4.1.0RC4
# 534b0f7e 26-Nov-2001 Derick Rethans

- Also patch the file from which var_unserializer.c is generated

Revision tags: php-4.1.0RC3
# 9f336293 16-Nov-2001 Sascha Schumann

Fix two incidents which have been reported about the new unserializer.

#1: forgot to handle negative numbers
#2: added zval_ptr_dtor which was not in the original code which
migh

Fix two incidents which have been reported about the new unserializer.

#1: forgot to handle negative numbers
#2: added zval_ptr_dtor which was not in the original code which
might lead to crash

PR: #14082

show more ...

Revision tags: php-4.1.0RC2
# f341f630 10-Nov-2001 Sascha Schumann

Rewrite of unserializer which should be more maintainable and extensible.

Changes pass `make test´ and a couple of custom tests.

Enjoy.

1...<<111213