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
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
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
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
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