History log of /PHP-7.2/ext/standard/var_unserializer.c (Results 176 – 200 of 238)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 519f381f 14-Apr-2005 foobar

- Regenerated with re2c 0.9.6 (fixes severe bugs)


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# bd13b721 10-Mar-2005 Marcus Boerger

- Wrong order of action - touch


# 34c432de 09-Mar-2005 Marcus Boerger

- Fix #31442 unserialize broken on 64-bit systems
- Fix one warning


# 7c1d94a7 08-Mar-2005 foobar

update


# c61608ef 01-Mar-2005 foobar

update


# 634a5ec6 27-Feb-2005 Stanislav Malyshev

fix typo


# 129a8a76 24-Feb-2005 foobar

- Generated with re2c 0.9.4


# 8919a7ae 24-Feb-2005 Stanislav Malyshev

fix typo


# 0ef1f503 23-Feb-2005 Stefan Esser

Correcting bounds check before someone uses this code


# db3fdce3 23-Feb-2005 Stanislav Malyshev

Custom object serializer infrastructure - PHP implementation
# The detailed announce on the list will follow


Revision tags: RELEASE_0_2_4
# 3ab88a47 14-Feb-2005 Marcus Boerger

- Disallow illegal class names (.c part)


Revision tags: RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# 112eb3b3 30-Jan-2005 Ilia Alshanetsky

Fix handling of INF/NAN in unserialize().


# 4a529478 26-Jan-2005 Ilia Alshanetsky

Fixed bug #31699 (unserialize() float problem on non-English locales).


# bed68d88 18-Jan-2005 foobar

Touch the generated file.


# da7001a6 17-Jan-2005 Stefan Esser

Fix compiler warning.


# 135fee7f 15-Jan-2005 Stefan Esser

and use it...


# 2c25b9d8 15-Jan-2005 Stefan Esser

Restore unserialize() speed


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2
# 9a18fb19 03-Dec-2004 Stefan Esser

Handle already existing elements correctly


# 1094a0d2 01-Dec-2004 Stefan Esser

Beware of negative indices


Revision tags: php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH
# 881c2f05 26-Sep-2004 Marcus Boerger

- Earlier detection of failure (.c now)


Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3
# 61bbeabd 12-Sep-2004 Marcus Boerger

- Moe changed from .re to .c


# 6200c9a5 12-Sep-2004 Marcus Boerger

- Remove wrong test


Revision tags: PRE_ZEND_VM_DISPATCH_PATCH
# 2f5990a5 05-Sep-2004 Marcus Boerger

Touch


# 91af7f39 05-Sep-2004 Marcus Boerger

- Add some checks when unserializing data to prevent buffer overflows


Revision tags: php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1
# 56f8195f 19-Jul-2004 Andi Gutmans

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have to check for it and it slows down
the general case. In addition, it seems that empty_string has been abused
quite a lot, and was used not only for setting zval's but generally in
PHP code instead of "", which wasn't the intention. Last but not least,
nuking empty_string should improve stability as I doubt every place
correctly checked if they are not mistakenly erealloc()'ing it or
calling efree() on it.
NOTE: Some code is probably broken. Each extension maintainer should
check and see that my changes are OK. Also, I haven't had time to touch
PECL yet. Will try and do it tomorrow.

show more ...


12345678910