43 Commits

Author SHA1 Message Date
Jean-Baptiste Nahan
fff45f6411 Fix PHP 8.5 building 2025-10-07 14:19:16 +02:00
Christoph M. Becker
ee9f807108 Fix Windows build for PHP 7.4 (#1)
As of PHP 7.4.0, fallback declarations of `uint` and `ulong` have been
removed.  These types are not declared on Windows, and maybe on macOS.
Thus, we replace their usage with `unsigned` and `zend_ulong`,
respectively.
2021-04-22 16:23:04 +02:00
Remi Collet
d24179ade0 add missing arginfo + relax tests with float
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@350618 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-23 09:09:08 +00:00
Remi Collet
da01cdb161 security fix, check for NUL char in path
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@336993 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-17 12:28:51 +00:00
Remi Collet
eaf8dd49b5 fix remaining segfaults on php 7
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@336985 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-17 10:01:56 +00:00
Miroslav Kubelik
2d3a6aee03 Switch trunk for PHP 7 only version (ext version 2.x)
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@336933 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-13 21:06:21 +00:00
Anatol Belski
0106118ef6 C89 compat
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@334204 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-08 17:04:55 +00:00
Miroslav Kubelik
f07f0472a0 small change - compiler condition before comment
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@332622 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-15 08:24:36 +00:00
Remi Collet
fb5d6c8045 fix typo in previous, rrdc_disconnect, not rrd_disconnect
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@332620 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-14 17:15:25 +00:00
Remi Collet
e862003cf1 rrdc_disconnect only in rrdtool >= 1.4
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@332619 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-14 11:53:44 +00:00
Miroslav Kubelik
6fa4162c29 support for the rrd cache daemon connection #66088
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@332608 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-13 21:10:37 +00:00
Miroslav Kubelik
e5589d4479 possible segfault in rrd_fetch
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@331272 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-03 07:53:55 +00:00
Miroslav Kubelik
7898b9d87c rrd_lastupdate - bug with multiple data source #61316
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@325960 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-04 09:18:57 +00:00
Miroslav Kubelik
5980ffbc8d license changed to the BSD license
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@319181 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-14 17:21:20 +00:00
Miroslav Kubelik
3bad0c435b ZTS compilation fixes #59992
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@318048 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-12 09:01:15 +00:00
Miroslav Kubelik
c9fd67de93 arginfo decl moved to rrd.c #22719
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@315964 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-01 10:06:30 +00:00
Miroslav Kubelik
b0d873d006 fix for working with 5.4+/trunk
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@313766 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-27 09:41:33 +00:00
Miroslav Kubelik
27358ccb78 rrd_version #22586
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@310135 c90b9560-bf6c-de11-be94-00142212c4b1
2011-04-11 08:59:25 +00:00
Miroslav Kubelik
b8827c8f63 rrd_fetch - support for all data source - #21402
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@308846 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-02 09:17:24 +00:00
Miroslav Kubelik
00f2ebd342 rrd - just comments
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@308819 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-01 16:59:22 +00:00
Miroslav Kubelik
27628be778 support for rrd_lastupdate_r - #21178
config check for rrd_version function, it implies 1.2.0+ 


git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@307290 c90b9560-bf6c-de11-be94-00142212c4b1
2011-01-08 23:17:50 +00:00
Miroslav Kubelik
def433ef35 missing declaration warnings #21135
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@307067 c90b9560-bf6c-de11-be94-00142212c4b1
2011-01-04 10:12:27 +00:00
Miroslav Kubelik
5dc0b5b657 comments
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@307023 c90b9560-bf6c-de11-be94-00142212c4b1
2011-01-03 11:45:19 +00:00
Miroslav Kubelik
dd65661540 prepare for 0.9.0 release
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@307022 c90b9560-bf6c-de11-be94-00142212c4b1
2011-01-03 11:36:31 +00:00
Miroslav Kubelik
9f5258df9b rrd_info separated, rrd_graphv OO interface, tests, graph args handling separeted, bug fixes
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@305203 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-08 16:49:13 +00:00
Miroslav Kubelik
22a4146ab9 version, CREDITS
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@302356 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-16 16:05:41 +00:00
Miroslav Kubelik
b4023e561f - rrd_xport with test implemented
- better rrd_tune comments
- rrd_args_init_by_phparray - bug in filename, command_name distinction


git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@302354 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-16 15:14:24 +00:00
Miroslav Kubelik
aacfad0faa rrd_tune implemented, test also
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@302278 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-15 21:59:40 +00:00
Miroslav Kubelik
df532c7e8f rrd_restore implemented, test also
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@302273 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-15 16:29:53 +00:00
Miroslav Kubelik
8305d164de rrd_last - check for open_basedir added
rrd_lastupdate - implemented with test


git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@302272 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-15 14:30:40 +00:00
Miroslav Kubelik
0f412be992 rrd_error - added param test for presence of no params - Johannes notice
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@302114 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-11 17:47:21 +00:00
Miroslav Kubelik
d4c0fed613 rrd_last with test implemented, time_t is return value from rrd api
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@302040 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-09 16:28:48 +00:00
Miroslav Kubelik
93da1688df rrd_info with test added
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@302036 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-09 15:27:08 +00:00
Miroslav Kubelik
9226c74a4e rrd_error - better to return false if no errors available (Derick notice)
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@302028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-09 10:14:29 +00:00
Miroslav Kubelik
efc1d715b9 rrd_first - better return value handling (Johannes notice), test added
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@302026 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-09 10:08:50 +00:00
Miroslav Kubelik
2576e5e380 rrd_first added
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@302002 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-08 18:01:05 +00:00
Miroslav Kubelik
8750e5949a rrd_fetch with test implemented
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@302000 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-08 17:29:50 +00:00
Miroslav Kubelik
4f90be1141 rrd_error implemented
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@301988 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-08 14:46:16 +00:00
Miroslav Kubelik
f3dd6f20ea formal coding style changes
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@300849 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-29 09:36:09 +00:00
Miroslav Kubelik
6d091143bb use author's pecl email
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@300816 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-28 16:17:20 +00:00
Miroslav Kubelik
b606fc8cda added legacy rrd_graph()
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@300802 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-28 11:58:59 +00:00
Miroslav Kubelik
26d4854dfb spaces -> tabs, tabs are coding standard
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@300730 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-24 12:57:47 +00:00
Miroslav Kubelik
7d8a301b56 rrd pecl extension - initial commit
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@300689 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-23 08:38:41 +00:00