From: Sascha Schumann Date: Wed, 15 Jan 2003 19:10:14 +0000 (+0000) Subject: Revert commit which turned the lengths of strings into zend_uint. X-Git-Tag: PHP_5_0_dev_before_13561_fix~204 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7431b522912899b782a80803b410353eaa7725ce;p=php Revert commit which turned the lengths of strings into zend_uint. --- diff --git a/Zend/zend.h b/Zend/zend.h index f252eeeaf5..d8599512a4 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -247,7 +247,7 @@ typedef union _zvalue_value { double dval; /* double value */ struct { char *val; - zend_uint len; + int len; } str; HashTable *ht; /* hash table value */ /* struct {