History log of /PHP-5.6/ext/standard/var_unserializer.c (Results 126 – 150 of 157)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


# 0cd13bf4 02-Jan-2004 Marcus Boerger

Bugfix #26762 unserialize() produces lowercase classnames


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1, php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# 7d57f9ed 03-Sep-2003 foobar

sync


Revision tags: php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5
# 97c25221 05-Aug-2003 Stanislav Malyshev

syncronize


Revision tags: BEFORE_ARG_INFO, php-4.3.3RC2
# 1379c46d 02-Jul-2003 Moriyoshi Koizumi

Fixed a leak that occurs with "R" reference variable specifier.


Revision tags: php-5.0.0b1
# 747937d1 26-Jun-2003 Sterling Hughes

touch the file


# a0ae6367 26-Jun-2003 Sterling Hughes

fix by ilia to fix crashes in the session extension when /tmp/sess_* files
previously existed. make test now passes fully with the session extension.


Revision tags: php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


# 57250484 02-Jun-2003 Sebastian Bergmann

Leftover.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4
# 0b0e0e95 24-May-2003 Marcus Boerger

Update after fix


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

Fix unserialize (commit later)


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

touch


# 85874549 17-Apr-2003 foobar

touch


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
# bed405cc 19-Aug-2002 Sander Roobol

Sync with var_unserializer.re


# 2282ac60 19-Aug-2002 Stanislav Malyshev

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


Revision tags: dev
# cd64450c 06-Aug-2002 Sascha Schumann

Touch file


# 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
# 01c98098 04-May-2002 Sascha Schumann

update


Revision tags: php-4.2.1RC1
# 6f574194 30-Apr-2002 Sascha Schumann

Touch file


# 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
# d74666a6 18-Mar-2002 Sascha Schumann

touch file


# 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


# 8d4656dc 07-Mar-2002 Derick Rethans

- Remove CVS things


1234567