php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | |
Patch php74_pecl_solr_types_patch.diff for solr Bug #79708Patch version 2020-06-17 21:02 UTC Return to Bug #79708 | Download this patchPatch Revisions: Developer: hagabard@gmail.com--- solr_types.h.dist 2020-06-17 13:51:19.855753000 -0700 +++ solr_types.h 2020-06-16 16:32:27.191956000 -0700 @@ -53,6 +53,7 @@ #include <libxml/tree.h> typedef unsigned char solr_bool; +typedef unsigned long ulong; /* Short for unsigned long */ #include "solr_string.h" |
Copyright © 2001-2024 The PHP Group All rights reserved. |
Last updated: Thu Sep 12 12:01:27 2024 UTC |