History log of /PHP-5.4/ext/standard/var_unserializer.re (Results 101 – 103 of 103)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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.


12345