[PECL-DEV] Extension upload proposal: ibmi

2022-01-13 Thread Calvin Buckley
I've been developing an extension for a while now to expose IBM i OS specific functionality to PHP. The common use cases involve codepage information (what codepage is this file/process/system in?) and calling native programs in the context of PHP (i.e. set the current PHP job's properties). The

Re: [PECL-DEV] Re: Using arginfo generating stubs in PECL extensions

2020-12-14 Thread Calvin Buckley
FWIW, it *does* seem to keep the arginfo header if it already exists. It would then seem that only if the header doesn't exist already does it remove it for being an intermediate file. On Sat, 2020-12-12 at 05:53 +0100, Remi Collet wrote: > Le 11/12/2020 à 19:16, Calvin Buckley a éc

[PECL-DEV] Re: Using arginfo generating stubs in PECL extensions

2020-12-11 Thread Calvin Buckley
On Fri, 2020-12-11 at 19:02 +0100, Christoph M. Becker wrote: > > 3. Are the headers that get generated have any guarantees on > > usability > > in PHP 7.x? > > They are not usable on PHP 7 due to some missing macros.  It is > possible > to use define the macros for older PHP versions, but you

[PECL-DEV] Using arginfo generating stubs in PECL extensions

2020-12-11 Thread Calvin Buckley
Might be better in php-internals (haven't subbed yet), but: I noticed one of the new facilities in PHP 8 was generating arginfo from a PHP stub. This is pretty useful for reasons elaborated elsewhere, but I'm wondering how this should be used for PECL extensions. I noticed what PHP itself does is

[PECL-DEV] PECL Account Request: calvinb

2020-11-25 Thread Calvin Buckley
Requested from: 142.167.240.56 Username: calvinb Real Name:Calvin Buckley Email:cal...@cmpct.info (hide address) Need php.net Account: yes Purpose: Becoming a helper for the PDO_IBM and ibm_db2 extensions. Sponsor: cmb To handle: https://pecl.php.net/admin/?acreq

[PECL-DEV] VCS Account Request: calvinb

2020-11-25 Thread Calvin Buckley
Becoming a helper for the PDO_IBM and ibm_db2 extensions. Sponsor: cmb -- PECL development discussion Mailing List (https://pecl.php.net/) To unsubscribe, visit: https://www.php.net/unsub.php

[PECL-DEV] Requesting PECL account for extension helper status

2020-11-25 Thread Calvin Buckley
Hi everyone, I'm requesting an account on PECL so that Jesse Gorzinski (@theprez on PECL, maintainer for IBM database extensions) can add me as a helper for the ibm_db2 and PDO_IBM extensions. I work at Seiden Group, which does consulting and PHP extension work. Currently, I've been maintaining a