diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-28 16:48:47 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-28 16:48:47 +0200 |
commit | a64d40e797d1a398106d892a5631ecbe80b0d627 (patch) | |
tree | 37246ba1bbf1749c63228127ada6a81ee2050655 /REFLECTION | |
parent | e4d0619db32d853be0b2729f3ea3a6177fbcb917 (diff) |
test build for
https://github.com/steinm/ps/pull/5 retrieve GD class entry
https://github.com/steinm/ps/pull/6 fix for PHP 7
https://github.com/steinm/ps/pull/7 use pkg-config
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,9 @@ Extension [ <persistent> extension #98 ps version 1.4.3 ] { + - Dependencies { + Dependency [ gd (Required) ] + } + - Constants [6] { Constant [ int PS_LINECAP_BUTT ] { 0 } Constant [ int PS_LINECAP_ROUND ] { 1 } @@ -650,6 +654,13 @@ Extension [ <persistent> extension #98 ps version 1.4.3 ] { Parameter #0 [ <optional> $psdoc ] } } + Function [ <internal:ps> function ps_open_memory_image ] { + + - Parameters [2] { + Parameter #0 [ <required> $psdoc ] + Parameter #1 [ <required> $psimage ] + } + } Function [ <internal:ps> function ps_hyphenate ] { - Parameters [2] { |