From a64d40e797d1a398106d892a5631ecbe80b0d627 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Sep 2021 16:48:47 +0200 Subject: 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 --- REFLECTION | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 4696508..ba8cdb7 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,5 +1,9 @@ Extension [ 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 [ extension #98 ps version 1.4.3 ] { Parameter #0 [ $psdoc ] } } + Function [ function ps_open_memory_image ] { + + - Parameters [2] { + Parameter #0 [ $psdoc ] + Parameter #1 [ $psimage ] + } + } Function [ function ps_hyphenate ] { - Parameters [2] { -- cgit