Re: [PECL-DEV] Introduction & First PHP Extension – Bringing Design by Contract (DbC) to PHP

2025-03-19 Thread Andrea M
Thanks for the early feedback. Yes, that was one of the first things that broke, so I came up with this: if (invariant_fn) { zval retval; zval obj_zval, function_name; ZVAL_OBJ(&obj_zval, obj); ZVAL_STRING(&function_name, "__invariant"); // Temporarily res

Re: [PECL-DEV] Introduction & First PHP Extension – Bringing Design by Contract (DbC) to PHP

2025-03-19 Thread Andrea M
Ah sorry, I misunderstood your question. No, I need to add an extra check for that. On Wed, 19 Mar 2025 at 22:24, Yehuda Katz wrote: > This looks really interesting. Does it make sure that there is not a loop > by calling another class method from inside the invariant check? > > - Y > > Sent fr

Re: [PECL-DEV] Introduction & First PHP Extension – Bringing Design by Contract (DbC) to PHP

2025-03-19 Thread Yehuda Katz
This looks really interesting. Does it make sure that there is not a loop by calling another class method from inside the invariant check? - Y Sent from a device with a very small keyboard and hyperactive autocorrect. On Wed, Mar 19, 2025, 4:58 PM Andrea M wrote: > Hi everyone, > > I started m

Re: [PECL-DEV] introduction

2021-06-17 Thread Damian Vicino
On Wed, Jun 16, 2021 at 4:13 PM Samuel Remis wrote: > Hi there, > > I'm one of the devs on the PHP SDK for AWS, and wanted to introduce myself > because I'll be working with Damian on the CRT extension. This is the > codebase I maintain: https://github.com/aws/aws-sdk-php, and will be > integra

Re: [PECL-DEV] Introduction: Szabi, extension: memcache

2018-06-23 Thread Jan Ehrhardt
Hi Szabolcs, >>> >>> > -Original Message- >>> > From: Szabolcs Balogh [mailto:balog...@szabi.org] >>> > Sent: Saturday, November 14, 2015 4:52 PM >>> > To: Anatol Belski >>> > Cc: Anthony Dovgal ; Pierre Joye >>

Re: [PECL-DEV] Introduction before PECL account request

2016-11-04 Thread Bogdan Padalko
Hi Marc php-ref: - has different notifiers support when object died: array, callback and none (the most reliable one :)); - has SoftReference which allows preventing object from being destroyed; - has set of helper function to deal with object referencing; - doesn't include ac

Re: [PECL-DEV] Introduction before PECL account request

2016-11-03 Thread Marc Bennewitz
There are already pecl extensions available: - http://pecl.php.net/package/Weakref - http://pecl.php.net/package/v8js What are the differences? Marc Am 03.11.2016 um 22:49 schrieb Bogdan Padalko: Hi, My name is Bogdan Padalko and I also known as pinepain on github ( https://github.com/pinepai

Re: [PECL-DEV] Introduction: Szabi, extension: memcache

2016-02-18 Thread Szabolcs Balogh
he/issues/2 > > On Sun, Nov 15, 2015 at 1:32 PM, Anatol Belski > wrote: > >> Hi Szabolcs, >> >> > -Original Message- >> > From: Szabolcs Balogh [mailto:balog...@szabi.org] >> > Sent: Saturday, November 14, 2015 4:52 PM >> > To: An

Re: [PECL-DEV] Introduction: Szabi, extension: memcache

2015-12-02 Thread Szabolcs Balogh
2015 at 1:32 PM, Anatol Belski wrote: > Hi Szabolcs, > > > -Original Message- > > From: Szabolcs Balogh [mailto:balog...@szabi.org] > > Sent: Saturday, November 14, 2015 4:52 PM > > To: Anatol Belski > > Cc: Anthony Dovgal ; Pierre Joye > > ; pecl-d

RE: [PECL-DEV] Introduction: Szabi, extension: memcache

2015-11-15 Thread Anatol Belski
Hi Szabolcs, > -Original Message- > From: Szabolcs Balogh [mailto:balog...@szabi.org] > Sent: Saturday, November 14, 2015 4:52 PM > To: Anatol Belski > Cc: Anthony Dovgal ; Pierre Joye > ; pecl-dev@lists.php.net > Subject: Re: [PECL-DEV] Introduction: Szabi, extens

Re: [PECL-DEV] Introduction: Szabi, extension: memcache

2015-11-14 Thread Szabolcs Balogh
-- >> > From: Szabolcs Balogh [mailto:balog...@szabi.org] >> > Sent: Wednesday, November 11, 2015 2:49 PM >> > To: Anatol Belski ; pecl-dev@lists.php.net >> > Cc: Anthony Dovgal ; Pierre Joye < >> pierre@gmail.com> >> > Subject: Re: [PECL-DEV] Intr

Re: [PECL-DEV] Introduction: Szabi, extension: memcache

2015-11-12 Thread Szabolcs Balogh
gt; Cc: Anthony Dovgal ; Pierre Joye > > > Subject: Re: [PECL-DEV] Introduction: Szabi, extension: memcache > > > > Thanks for your advise. > > > > I was in wrong branch (7.0 instead of 7.0.0) so i found the right > > UPGRADING.INTERNALS now. > > I made so

RE: [PECL-DEV] Introduction: Szabi, extension: memcache

2015-11-11 Thread Anatol Belski
Hi, > -Original Message- > From: Szabolcs Balogh [mailto:balog...@szabi.org] > Sent: Wednesday, November 11, 2015 2:49 PM > To: Anatol Belski ; pecl-dev@lists.php.net > Cc: Anthony Dovgal ; Pierre Joye > Subject: Re: [PECL-DEV] Introduction: Szabi, extension: memcac

Re: [PECL-DEV] Introduction: Szabi, extension: memcache

2015-11-11 Thread Szabolcs Balogh
Thanks for your advise. I was in wrong branch (7.0 instead of 7.0.0) so i found the right UPGRADING.INTERNALS now. I made some transforms to use zend_string instead of char*/int, and fixed issues you mentioned, and some others I found in upgrading internals. Source is in master branch now on https

RE: [PECL-DEV] Introduction: Szabi, extension: memcache

2015-11-10 Thread Anatol Belski
Hi Szabolcs, > -Original Message- > From: Szabolcs Balogh [mailto:balog...@szabi.org] > Sent: Tuesday, November 10, 2015 1:04 PM > To: pecl-dev@lists.php.net > Subject: [PECL-DEV] Introduction: Szabi, extension: memcache > > Hi > > I'm writing there because of https://pecl.php.net/accoun

Re: [PECL-DEV] Introduction

2013-05-09 Thread John Coggeshall
This is fine by me -- Can someone give karma please as a maintainer on the code base? John On Tue, May 7, 2013 at 5:52 AM, Giuseppe Chiesa wrote: > Hi list, > > I'm an Italian software engineer and I'm using BLENC extension for my > works. > Because the extension seems to be no longer supported

Re: [PECL-DEV] Introduction..

2013-04-04 Thread Pierre Joye
On Thu, Apr 4, 2013 at 9:26 AM, Trond Norbye wrote: > On Thu, Apr 4, 2013 at 6:24 AM, Ferenc Kovacs wrote: >> >> >> Hi Trond, >> >> I suppose you will continue hosting the code under your github account? >> That is fine for us, I'm just asking whether we need to create a >> repository for it. >>

Re: [PECL-DEV] Introduction..

2013-04-04 Thread Trond Norbye
On Thu, Apr 4, 2013 at 6:24 AM, Ferenc Kovacs wrote: > > > Hi Trond, > > I suppose you will continue hosting the code under your github account? > That is fine for us, I'm just asking whether we need to create a > repository for it. > > I guess that'll be the easiest. We're using a gerrit server f

Re: [PECL-DEV] Introduction..

2013-04-03 Thread Ferenc Kovacs
On Tue, Apr 2, 2013 at 4:08 PM, Trond Norbye wrote: > Hi, > > I'm following the instructions outlined at > http://pecl.php.net/account-request.php to apply for an account to > distribute our plugin. > > * Introduce yourself > > I am currently working at Couchbase working on both clients and the c

Re: [PECL-DEV] Introduction..

2013-04-02 Thread Andrey Hristov
On 04/02/2013 04:08 PM, Trond Norbye wrote: Hi, I'm following the instructions outlined at http://pecl.php.net/account-request.php to apply for an account to distribute our plugin. * Introduce yourself I am currently working at Couchbase working on both clients and the core system. I've a cont

Re: [PECL-DEV] Introduction..

2013-04-02 Thread Pierre Joye
hi Trond! On Tue, Apr 2, 2013 at 4:08 PM, Trond Norbye wrote: > Hi, > > I'm following the instructions outlined at > http://pecl.php.net/account-request.php to apply for an account to > distribute our plugin. > > * Introduce yourself > > I am currently working at Couchbase working on both clients