We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55600e4 commit 1964c1fCopy full SHA for 1964c1f
package.xml
@@ -22,7 +22,7 @@
22
</stability>
23
<license uri="https://opensource.org/licenses/MIT">MIT License</license>
24
<notes>
25
- Fix `signum` returning 1 for zero, instead of 0.
+ Fix "signum" returning 1 for zero, instead of 0.
26
</notes>
27
<contents>
28
<dir name="/">
php_decimal.h
@@ -49,7 +49,7 @@
49
#include "ext/spl/spl_exceptions.h"
50
#include "mpdecimal.h"
51
52
-#define PHP_DECIMAL_VERSION "1.1.0"
+#define PHP_DECIMAL_VERSION "1.1.1"
53
54
#define PHP_DECIMAL_EXTNAME "decimal"
55
0 commit comments