]> granicus.if.org Git - php/commitdiff
Lenght is unsigned
authorDmitry Stogov <dmitry@zend.com>
Mon, 18 Feb 2013 08:42:56 +0000 (12:42 +0400)
committerDmitry Stogov <dmitry@zend.com>
Mon, 18 Feb 2013 08:42:56 +0000 (12:42 +0400)
ZendAccelerator.h

index 36f1b548fdf4a82698e24748fc0d291825d6edbe..230ee8654414cdb348d612e22b7e81e39e206b7b 100644 (file)
@@ -165,7 +165,7 @@ typedef time_t accel_time_t;
 typedef struct _zend_persistent_script {
        ulong          hash_value;
        char          *full_path;              /* full real path with resolved symlinks */
-       int            full_path_len;
+       unsigned int   full_path_len;
        zend_op_array  main_op_array;
        HashTable      function_table;
        HashTable      class_table;