File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ I used 7.0.11 and configured with:
77
77
```
78
78
$ ./configure --prefix=/home/john/vips --enable-debug --enable-maintainer-zts \
79
79
--enable-cgi --enable-cli --with-readline --with-openssl --with-zlib \
80
- --with-gd --with-jpeg-dir=/usr --with-libxml-dir=/usr
80
+ --with-gd --with-jpeg-dir=/usr --with-libxml-dir=/usr --enable-mbstring
81
81
```
82
82
83
83
You'll need libvips 8.0 or later, including all the headers for
@@ -91,7 +91,7 @@ libvips website, or build your own.
91
91
$ pear package
92
92
```
93
93
94
- to make ` vips-1.0.4 .tgz ` .
94
+ to make ` vips-1.0.5 .tgz ` .
95
95
96
96
To install by hand:
97
97
Original file line number Diff line number Diff line change 5
5
extern zend_module_entry vips_module_entry ;
6
6
#define phpext_vips_ptr &vips_module_entry
7
7
8
- #define PHP_VIPS_VERSION "1.0.4 "
8
+ #define PHP_VIPS_VERSION "1.0.5 "
9
9
10
10
#ifdef PHP_WIN32
11
11
# define PHP_VIPS_API __declspec(dllexport)
You can’t perform that action at this time.
0 commit comments