24 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
Miroslav Kubelik
92d1ea41df utilize ZSTR macros for zend string
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@338376 c90b9560-bf6c-de11-be94-00142212c4b1
2015-12-28 11:16:32 +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
Remi Collet
e519c131cb zend_parse_parameter expect size_t for string size
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@336981 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-16 16:20:26 +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
Remi Collet
ac6f56913a fix all build warnings (gcc 4.8)
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@331314 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-09 06:51:03 +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
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
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
3c63c11cc5 useless return at the end of PHP_FUNCTION/METHOD
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@302359 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-16 16:15:08 +00:00
Miroslav Kubelik
17cabce331 some weird tabs in comments
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@302001 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-08 17:32:14 +00:00
Miroslav Kubelik
5421ee1aee bug in rrd_graph() return value
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@301994 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-08 16:20:43 +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
4737484c29 RRDGraph uses common rrd arguments api
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@300814 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-28 16:08:16 +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