php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #79708
Patch php74_pecl_solr_types_patch.diff revision 2020-06-17 21:02 UTC by hagabard at gmail dot com

Patch php74_pecl_solr_types_patch.diff for solr Bug #79708

Patch version 2020-06-17 21:02 UTC

Return to Bug #79708 | Download this patch
Patch 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"
 

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 06:01:29 2024 UTC