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

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

2025-03-19 Thread Andrea M
Hi everyone, I started my journey as a LAMP developer back in 2004, working with PHP 4 and MySQL 3. For years, PHP was my daily driver, but toward the end of 2011, I transitioned to JavaScript, gradually writing less and less PHP—until it became just an occasional tool in my stack. That changed w

[PECL-DEV] Introduction

2022-02-26 Thread Manuel Baldassarri
Hi there, My name is Manuel (aka kea), and I've already contributed a little with SDL for PHP extension (https://pecl.php.net/package-changelog.php?package=sdl). I'm working on the binding of three extensions of SDL: TTF, Image and Mixer. https://github.com/kea/php-sdl-ttf https://github.com/kea/ph

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

[PECL-DEV] introduction

2021-06-16 Thread Samuel Remis
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 integrating with the AWS CRT extension here: https://github.com/awslabs/

[PECL-DEV] Introduction

2021-06-15 Thread Damian Vicino
Hi PECL! My name is Damian, I developed services and websites on PHP since 1999 (PHP3). I got disconnected from it a few years ago, around 5.3 release time. Recently, I joined the AWS SDK for PHP team in an effort to develop better interaction between PHP5-7 and AWS services. We would like to c

[PECL-DEV] Introduction to a new AOP extension

2019-11-18 Thread Nanhao Liao
Hi!My name is Dendy. I'm a PHP progammer with 6 years PHP programming experience. I write this mail because I have written a new PHP extension called easy_aop and hope it would be listed within the PECL directory. Easy_aop is a light-weight extension to enable AOP (Aspect Oriented Programming).

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 >>

[PECL-DEV] Introduction

2017-07-24 Thread Fadhil Mandaga
Hi, I'am Fadhil, I've create Capstone Engine (http://www.capstone-engine.org/) extension for PHP and want to register it on PECL. Here is the source code: https://github.com/firodj/php-capstone Thanks, Fadhil

[PECL-DEV] Introduction of new PHP extension and Application for Pecl Account

2016-11-17 Thread 秦朋
Hello everyone: First of all,I had send one email a months ago but did not received any reply. I'm a PHP engineer come from China.I use PHP in my work and I'm more interested in PHP Internals such as zend vm or extension.In my work,I had written several extensions but never submited to PEC

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

[PECL-DEV] Introduction before PECL account request

2016-11-03 Thread Bogdan Padalko
Hi, My name is Bogdan Padalko and I also known as pinepain on github ( https://github.com/pinepain/) and SO ( http://stackoverflow.com/users/1461984/pinepain). I'm active in php-amqp extension (https://github.com/pdezwart/php-amqp) and last time I wrote two php extensions: php-ref ( https://githu

[PECL-DEV] Introduction of new PHP extension and Application for Pecl Account

2016-10-20 Thread 秦朋
Hello everyone: I'm a PHP engineer come from China.I use PHP in my work and I'm more interested in PHP Internals such as zend vm or extension.In my work,I had written several extensions but never submited to PECL. I would like my extensions can be listed within the PECL directory and provi

[PECL-DEV] Introduction of new PHP extension and Application for Pecl Account

2016-10-20 Thread 秦朋
Hello everyone: I'm a PHP engineer come from China.I use PHP in my work and I'm more interested in PHP Internals such as zend vm or extension.In my work,I had written several extensions but never submited to PECL. I would like my extensions can be listed within the PECL directory and provi

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
, but it will take some time for me. On Tue, Nov 10, 2015 at 1:45 PM, Anatol Belski wrote: > Hi Szabolcs, > > > -Original Message- > > From: Szabolcs Balogh [mailto:balog...@szabi.org] > > Sent: Tuesday, November 10, 2015 1:04 PM > > To: pecl-dev@lists.php.

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

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

2015-11-10 Thread Szabolcs Balogh
Hi I'm writing there because of https://pecl.php.net/account-request.php. My name is Szabolcs Balogh(Szabi), working in a webhosting company, and coding. I ported memcache extension to php7 in last weeks, code at: https://github.com/websupport-sk/pecl-memcache/commit/005a35cde8439a053632047eb28e

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

[PECL-DEV] Introduction

2013-05-07 Thread Giuseppe Chiesa
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 on PECL site (it does not compile with latest versions of PHP) I would to become a maintainer of BLENC. Currently my BLENC version, if you want to test i

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

[PECL-DEV] Introduction..

2013-04-02 Thread Trond Norbye
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 contributor to various opensource projects (memcac