From: Marcus Boerger Date: Sun, 18 May 2003 12:08:51 +0000 (+0000) Subject: Fix unserialize X-Git-Tag: RELEASE_1_0_2~767 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2307193255c4abca708a4784dc40bf87bbff413d;p=php Fix unserialize --- diff --git a/ext/standard/var_unserializer.re b/ext/standard/var_unserializer.re index 883e372ce6..2f8da9a5d6 100644 --- a/ext/standard/var_unserializer.re +++ b/ext/standard/var_unserializer.re @@ -111,7 +111,7 @@ PHPAPI void var_destroy(php_unserialize_data_t *var_hashx) /*!re2c iv = [+-]? [0-9]+; -nv = [+-]? ([0-9]* "." [0-9]+|[0-9]+ "." [0-9]+); +nv = [+-]? ([0-9]* "." [0-9]+|[0-9]+ "." [0-9]*); nvexp = (iv | nv) [eE] [+-]? iv; any = [\000-\277]; */