Skip to content

Commit 04be18b

Browse files
committed
Merge branch 'master' of github.com:libvips/php-vips-ext
2 parents dd70794 + 92b6bc3 commit 04be18b

File tree

7 files changed

+371
-244
lines changed

7 files changed

+371
-244
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,13 @@ missing
3030
mkinstalldirs
3131
modules
3232
run-tests.php
33+
gen_stub.php
3334
tests/*/*.diff
3435
tests/*/*.out
3536
tests/*/*.php
3637
tests/*/*.exp
3738
tests/*/*.log
3839
tests/*/*.sh
40+
41+
# Used by gen_stub.php
42+
PHP-Parser-*

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,15 @@ $ make install
146146
Add `extension=vips.so` to `php.ini`, perhaps in `~/vips/lib/php.ini`,
147147
if you configured php as above.
148148

149+
### Development: regenerate `vips_arginfo.h`
150+
151+
Run:
152+
153+
```
154+
$ curl -LO https://github.com/php/php-src/raw/ffacda14b88be797a466f472359f306d626e698f/build/gen_stub.php
155+
$ php gen_stub.php
156+
```
157+
149158
### Links
150159

151160
http://php.net/manual/en/internals2.php

config.h.in~

-58
This file was deleted.

package.xml

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
4141
<file role='src' name='config.w32'/>
4242
<file role='src' name='php_vips.h'/>
4343
<file role='src' name='vips.c'/>
44+
<file role='src' name='vips.stub.php'/>
45+
<file role='src' name='vips_arginfo.h'/>
4446

4547
<dir name="tests">
4648
<file role='test' name='001.phpt'/>

0 commit comments

Comments
 (0)