projects
/
m6w6
/
ext-psi
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
f077a91
)
fix test
author
Michael Wallner
<mike@php.net>
Tue, 4 Dec 2018 10:34:47 +0000
(11:34 +0100)
committer
Michael Wallner
<mike@php.net>
Tue, 4 Dec 2018 11:13:51 +0000
(12:13 +0100)
tests/idn/idn.psi
patch
|
blob
|
history
diff --git
a/tests/idn/idn.psi
b/tests/idn/idn.psi
index aaf0f810845f216494cb9a11e5f83409e97367c3..77afbc7fbe35277dfec5bf07804289eea918102e 100644
(file)
--- a/
tests/idn/idn.psi
+++ b/
tests/idn/idn.psi
@@
-1,6
+1,7
@@
// libidn
lib "idn";
+#include <stdlib.h>
#include <idna.h>
function idn\utf8_to_ascii(string $host, string &$result, int $flags = 0) : int {