From: Anatol Belski Date: Fri, 12 Sep 2014 13:51:39 +0000 (+0200) Subject: fix type X-Git-Tag: PRE_NATIVE_TLS_MERGE~150^2~18^2~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10f856386d48fa4a1b014d96e8226d7251194a0a;p=php fix type --- diff --git a/main/streams/php_stream_transport.h b/main/streams/php_stream_transport.h index a6797ed898..fe0e32fbfd 100644 --- a/main/streams/php_stream_transport.h +++ b/main/streams/php_stream_transport.h @@ -148,7 +148,7 @@ typedef struct _php_stream_xport_param { socklen_t addrlen; char *buf; size_t buflen; - long flags; + zend_long flags; } inputs; struct { php_stream *client;