Skip to content

Commit 70087ba

Browse files
authored
Prepare 3.8.1 (#765)
* Prepare 3.8.1 * Bump PHP_IMAGICK_EXTNUM
1 parent c419a2d commit 70087ba

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
3.8.1
2+
- Fixes:
3+
* Fixed compiling against PHP 8.5
4+
* Fixed getImage(s)Blob return type
5+
16
3.8.0
27
- Fixes:
38
* Fix signedness formatting mistakes

package.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ This extension requires ImageMagick version 6.5.3-10+ and PHP 5.6.0+.
1919
<email>bukka@php.net</email>
2020
<active>yes</active>
2121
</lead>
22-
<date>2025-04-10</date>
22+
<date>2025-11-26</date>
2323
<version>
24-
<release>3.8.0</release>
25-
<api>3.8.0</api>
24+
<release>3.8.1</release>
25+
<api>3.8.1</api>
2626
</version>
2727
<stability>
2828
<release>stable</release>
@@ -31,7 +31,8 @@ This extension requires ImageMagick version 6.5.3-10+ and PHP 5.6.0+.
3131
<license uri="http://www.php.net/license">PHP License</license>
3232
<notes>
3333
- Fixes:
34-
* Fix signedness formatting mistakes
34+
* Fixed compiling against PHP 8.5
35+
* Fixed getImage(s)Blob return type
3536
</notes>
3637
<contents>
3738
<dir name="/">

php_imagick.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// The version is deliberately left as 'PACKAGE_VERSION' in source code.
2727
// It is only replaced with the actual version number that packaged through pecl.php.net
2828
#define PHP_IMAGICK_VERSION "@PACKAGE_VERSION@"
29-
#define PHP_IMAGICK_EXTNUM 30800
29+
#define PHP_IMAGICK_EXTNUM 30801
3030

3131
/* Import configure options when building
3232
outside of the PHP source tree */

0 commit comments

Comments
 (0)