]> granicus.if.org Git - php/commit
Fix iov_base pointer type for illumos
authorDavid Carlier <devnexen@gmail.com>
Wed, 5 Aug 2020 09:09:18 +0000 (10:09 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 5 Aug 2020 13:17:51 +0000 (15:17 +0200)
commit12db8b90a74627bca7923343f6758d0b2ce61eac
tree3f48dca7331e512e1727790851e15d6618b35d6f
parentc4677af67e14e797f3184d5ef7f0430fc54db933
Fix iov_base pointer type for illumos

These systems has two versions of the iovec interface dependent on
compiler flags passed, the legacy version causing little build issue.

Closes GH-5939.
ext/opcache/zend_file_cache.c