1
0
mirror of https://github.com/php/php-src.git synced 2026-04-06 23:53:30 +02:00

Lenght is unsigned

This commit is contained in:
Dmitry Stogov
2013-02-18 12:42:56 +04:00
parent d9ba147e5c
commit e708dce674

View 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;