]> granicus.if.org Git - php/commitdiff
fix type
authorAnatol Belski <ab@php.net>
Fri, 12 Sep 2014 13:51:39 +0000 (15:51 +0200)
committerAnatol Belski <ab@php.net>
Fri, 12 Sep 2014 19:35:17 +0000 (21:35 +0200)
main/streams/php_stream_transport.h

index a6797ed898c3d5d2a7e2a7f1018e0f1daa5e6d40..fe0e32fbfd2e66846fc0bbc527756236b99731a8 100644 (file)
@@ -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;