| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
  [2020-02-29 17:39 UTC] anrdaemon at yandex dot ru
 Description: ------------ Please? With a cherry on top. PatchesPull Requests
Pull requests: 
 HistoryAllCommentsChangesGit/SVN commits             
             | 
    |||||||||||||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 15:00:01 2025 UTC | 
thanks cmb@php.net - I merged the pull request, there are some build warnings on linux rrd.h:197:5: note: expected ‘long unsigned int *’ but argument is of type ‘zend_ulong *’ {aka ‘unsigned int *’} unsigned long *, ^~~~~~~~~~~~~~~ rrd.c: In function ‘zif_rrd_xport’: rrd.c:418:70: warning: passing argument 6 of ‘rrd_xport’ from incompatible pointer type [-Wincompatible-pointer-types] if (rrd_xport(argv->count-1, &argv->args[1], &xxsize, &start, &end, &step, ^~~~~ rrd.c:19: /usr/include/rrd.h:229:5: note: expected ‘long unsigned int *’ but argument is of type ‘zend_ulong *’ {aka ‘unsigned int *’} unsigned long *, ^~~~~~~~~~~~~~~ rrd.c:419:3: warning: passing argument 7 of ‘rrd_xport’ from incompatible pointer type [-Wincompatible-pointer-types] &outvar_count, &legend_v, &data) == -1) { ^~~~~~~~~~~~~ but if it's good for windows builds, go on, maybe some another fix these if necessary :-).