]> granicus.if.org Git - php/commitdiff
Revert commit which turned the lengths of strings into zend_uint.
authorSascha Schumann <sas@php.net>
Wed, 15 Jan 2003 19:10:14 +0000 (19:10 +0000)
committerSascha Schumann <sas@php.net>
Wed, 15 Jan 2003 19:10:14 +0000 (19:10 +0000)
Zend/zend.h

index f252eeeaf5daadda57b877da9ab9669f0c3b1269..d8599512a4adc9641455a9a6d2acdab2748d2c81 100644 (file)
@@ -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 {