[PECL-DEV] Subscription

2021-09-17 Thread Ruslan Osmanov
Hello, I'd like to subscribe to this mailing list. -- Ruslan Osmanov

[PECL-DEV] Taking over swish extension

2020-01-12 Thread Ruslan Osmanov
permissions as I would like to change the link to the source code. My PECL account is osmanov (https://pecl.php.net/user/osmanov). Thanks. -- Ruslan Osmanov -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PECL-DEV] Difficulties cleaning up dependent objects in the shutdown phases

2016-11-27 Thread Ruslan Osmanov
s to acquire lock on the event_base as in the first example. I feel I can not overcome this issue without the help of the PECL team. Regards. -- Ruslan Osmanov pgpNcqkFOSb51.pgp Description: OpenPGP digital signature

Re: [PECL-DEV] Windows build: ev-1.0.0RC6.tgz

2016-02-22 Thread Ruslan Osmanov
Hmm, fixed that in ev-1.0.0RC7, but fails again. $ pecl package-validate Validation: 0 error(s), 0 warning(s) No ideas. On Mon, 22 Feb 2016 13:54:07 +0600 Ruslan Osmanov <rrosma...@gmail.com> wrote: > Thanks, indeed. > > On Mon, 22 Feb 2016 08:16:28 +0100 > "

Re: [PECL-DEV] Windows build: ev-1.0.0RC6.tgz

2016-02-21 Thread Ruslan Osmanov
t started > Reason: At least PHP '5.4.0' required, got '5.3.28' > > This mail is being sent to you because you are the lead developer in > package.xml > > Have a nice day -- Ruslan Osmanov -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PECL-DEV] How do I force to pass an argument by reference?

2016-02-12 Thread Ruslan Osmanov
rameter #4 [ $writecb ] Parameter #5 [ $eventcb ] } } Please help me to understand what's wrong with my code, or how do I force passing by reference? -- Ruslan Osmanov -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PECL-DEV] Re: How do I save TSRMLS_CACHE for a new thread in PHP7?

2015-11-27 Thread Ruslan Osmanov
On Thu, 26 Nov 2015 12:22:23 +0500 Ruslan Osmanov <rrosma...@gmail.com> wrote: > On Wed, 25 Nov 2015 22:45:29 +0100 > Ángel González <keis...@gmail.com> wrote: > > > On 25/11/15 20:25, Ruslan Osmanov wrote: > > > I'll try to explain the problem. > > >

[PECL-DEV] Re: How do I save TSRMLS_CACHE for a new thread in PHP7?

2015-11-25 Thread Ruslan Osmanov
What do I do now? On Sun, 22 Nov 2015 11:42:45 +0500 Ruslan Osmanov <rrosma...@gmail.com> wrote: > Hi, > > suppose we are using Zend API in a new thread (created by extension). > The problem that Zend API context(ZEND_TSRMLS_CACHE) is a thread-local > variable. >

Re: [PECL-DEV] Re: How do I save TSRMLS_CACHE for a new thread in PHP7?

2015-11-25 Thread Ruslan Osmanov
On Wed, 25 Nov 2015 18:45:48 +0100 "Anatol Belski" <anatol@belski.net> wrote: > Hi Ruslan, > > > -Original Message----- > > From: Ruslan Osmanov [mailto:rrosma...@gmail.com] > > Sent: Wednesday, November 25, 2015 5:47 PM > > To: PECL D

Re: [PECL-DEV] Re: How do I save TSRMLS_CACHE for a new thread in PHP7?

2015-11-25 Thread Ruslan Osmanov
On Wed, 25 Nov 2015 22:45:29 +0100 Ángel González <keis...@gmail.com> wrote: > On 25/11/15 20:25, Ruslan Osmanov wrote: > > I'll try to explain the problem. > > > > I have a function(let's call it `execF`), which is passed to a > > library(libeio) as a c

[PECL-DEV] How do I save TSRMLS_CACHE for a new thread in PHP7?

2015-11-21 Thread Ruslan Osmanov
thread-local data thread-local, and that's why I can't access the "saved" thread context. But then how am I supposed to use Zend API working with ZTS in my own thread? Thanks. -- Ruslan Osmanov signature.asc Description: PGP signature

[PECL-DEV] Question regarding packaging for PHP7

2015-11-15 Thread Ruslan Osmanov
will be unable to build it. He won't be able to upgrade the extension either. The only thing I can do is to specify minimum PHP version in package.xml. Is it enough? -- Ruslan Osmanov signature.asc Description: PGP signature

[PECL-DEV] Re: Question regarding packaging for PHP7

2015-11-15 Thread Ruslan Osmanov
he package size will be nearly doubled. What do you think about it? Perhaps, somebody has invented an elegant solution already? On Sun, 15 Nov 2015 15:30:12 +0500 Ruslan Osmanov <rrosma...@gmail.com> wrote: > Hi, > > how do I package a PHP7 extension? > > Say, we have

Re: [PECL-DEV] Segfault when assigning a reference variable

2014-03-08 Thread Ruslan Osmanov
check whether the returned length matches the information from the return value. Thus the consumer of wxInputStream_php::OnSysRead can't rely on that size. johannes -- Ruslan Osmanov -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http

Re: [PECL-DEV] Windows build: event-1.8.0.tgz

2013-10-06 Thread Ruslan Osmanov
: config.w32 doesn't exist in the tarball php_event-1.8.0-5.3-ts-vc9-x86 not started Reason: config.w32 doesn't exist in the tarball This mail is being sent to you because you are the lead developer in package.xml Have a nice day -- Ruslan Osmanov -- PECL development discussion Mailing List (http

Re: [PECL-DEV] How do I make a dependency on the sockets extension?

2013-09-08 Thread Ruslan Osmanov
On 09/08/2013 12:41 PM, Ruslan Osmanov wrote: Even though I made sockets required by default, this guy still has issues with building: https://bugs.php.net/bug.php?id=65597 I suspect he has different versions of phpize and php or so. Have no clue. I've found a strange thing

Re: [PECL-DEV] How do I make a dependency on the sockets extension?

2013-09-08 Thread Ruslan Osmanov
On 09/08/2013 05:26 PM, Johannes Schlüter wrote: On Sun, 2013-09-08 at 16:27 +0500, Ruslan Osmanov wrote: Okay, I've figured out that PHP_ADD_EXTENSION_DEP is supposed to be used at the configuration time only. The HAVE_SOCKETS symbol is defined in main/php_config.h, if PHP is built

Re: [PECL-DEV] How do I make a dependency on the sockets extension?

2013-09-06 Thread Ruslan Osmanov
. -- Ruslan Osmanov -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PECL-DEV] How do I make a dependency on the sockets extension?

2013-09-06 Thread Ruslan Osmanov
, but the user can still disable it explicitly via --disable-event-sockets: https://bitbucket.org/osmanov/pecl-event/commits/1db0ab4b47d9335b7bb1fba2aa25485a2803906e#chg-config.m4 -- Ruslan Osmanov -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net

[PECL-DEV] Ev extension is not listed in bug tracker

2013-08-20 Thread Ruslan Osmanov
Hi, ev extension http://pecl.php.net/package/ev is not listed here: https://bugs.php.net/report.php -- Ruslan Osmanov -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PECL-DEV] Another question about storing zend_fcall_info and zend_fcall_info_cache

2013-07-30 Thread Ruslan Osmanov
Hi, let's suppose we've a method accepting a callable argument. The callable should be stored in some internal structure. I'm asking for help with the refcounts inside zend_fcall_info. Most of time we have to increment refcount of object_ptr memeber. But sometimes not. I'll explain. The

[PECL-DEV] Re: Another question about storing zend_fcall_info and zend_fcall_info_cache

2013-07-30 Thread Ruslan Osmanov
a Zend API function to copy fcall info. I also didn't find a way to obtain the caller's this_ptr pointer. EG(This) points to current (Event) this_ptr, not Foo's this_ptr. Please help to figure it out. On Tue, Jul 30, 2013 at 3:24 PM, Ruslan Osmanov rrosma...@gmail.com wrote: Hi, let's suppose

[PECL-DEV] 404: /bugs/search.php

2013-07-17 Thread Ruslan Osmanov
Hi, the Bugs button doesn't work. I've got 404 when clicked on Bugs button(Logged in as OSMANOV (Info | Profile | Bugs). The requested document /bugs/search.php?handle=osmanovcmd=display was not found on this server. -- Regards, Ruslan Osmanov -- PECL development discussion Mailing List

[PECL-DEV] I don't receive bug tracker notifications

2013-07-16 Thread Ruslan Osmanov
Hi, I don't receive bug tracker notifications here https://bugs.php.net/bug.php?id=65258 Why? -- Regards, Ruslan Osmanov -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PECL-DEV] Why the Ev extension is not listed in bug tracker's package list?

2013-07-16 Thread Ruslan Osmanov
Hi, there is no entry for the Ev PECL extension in the bug tracker's package drop-down list, ex. here https://bugs.php.net/bug.php?id=64788 Could you add it there? -- Regards, Ruslan Osmanov -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http

Re: [PECL-DEV] Extension proposal: event

2013-02-18 Thread Ruslan Osmanov
Ruslan Osmanov wrote: Hi. I've finished writing libevent-2-compatible version of event extension. I guess, there is no need to introduce libevent itself. We had a conversation regarding the ext. here: http://old.nabble.com/Is-%22event%22-extension-still-maintained--Or-what-about

Re: [PECL-DEV] Extension proposal: event

2013-02-07 Thread Ruslan Osmanov
On 02/07/2013 02:16 PM, Michael Wallner wrote: On 7 February 2013 10:03, Ruslan Osmanov rrosma...@gmail.com wrote: Anybody? I don't have objections, though I usually don't like libs bundled with an extension. And if you want to release it as pecl/event, you need the maintainer to give access

Re: [PECL-DEV] Is event extension still maintained? Or what about libevent 2?

2013-01-19 Thread Ruslan Osmanov
API. However, some people would like to test the code. If you approve my request, I'll change the VCS path and release a 1.0.0-devel package. The code is currently hosted on bitbucket: https://bitbucket.org/osmanov/pecl-event/src -- Regards, Ruslan Osmanov -- PECL development discussion

Re: [PECL-DEV] I wrote an extension: yajl-php

2013-01-09 Thread Ruslan Osmanov
. It will export around 7 resource types. $base = event_base_new(); $event = event_new($base, ...); event_add($event, 4.23); etc. Should I rather make classes? I also guess resources should be a bit faster. It is vital for event(libevent). -- Regards, Ruslan Osmanov http://osmanov-dev-notes.blogspot.com

Re: [PECL-DEV] I wrote an extension: yajl-php

2013-01-09 Thread Ruslan Osmanov
On 01/09/2013 06:51 PM, Johannes Schlüter wrote: On Wed, 2013-01-09 at 16:23 +0500, Ruslan Osmanov wrote: On 01/09/2013 04:19 PM, Johannes Schlüter wrote: * You are using resources, that is fine while we tend to use objects instead. That's interesting. Is it better to use

Re: [PECL-DEV] reply: [PECL-DEV] [ANNOUNCEMENT] ev-0.2.1 (stable) Released.

2013-01-07 Thread Ruslan Osmanov
://pecl.php.net/get/ev-0.2.1.tgz Authors - Ruslan Osmanovosma...@php.net (lead) -- Regards, Ruslan Osmanov http://osmanov-dev-notes.blogspot.com | @ruslan_osmanov -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PECL-DEV] Can't get zval write property handler working for ++/--/[]++ and other operators

2012-12-31 Thread Ruslan Osmanov
for each zval property. -- Regards, Ruslan Osmanov http://osmanov-dev-notes.blogspot.com | @ruslan_osmanov | +998916818499 -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PECL-DEV] Can't get zval write property handler working for ++/--/[]++ and other operators

2012-12-31 Thread Ruslan Osmanov
On 12/31/2012 02:37 PM, Ruslan Osmanov wrote: On 12/31/2012 02:02 PM, Julien SALLEYRON wrote: Hi, As you can see here http://lxr.php.net/xref/PHP_5_4/Zend/zend_vm_execute.h#25778 When you inc or dec, php try to get the ptr_ptr and then increment/decrement directly without any call

Re: [PECL-DEV] Can't get zval write property handler working for ++/--/[]++ and other operators

2012-12-30 Thread Ruslan Osmanov
I'm in doubt. -- Regards, Ruslan Osmanov http://osmanov-dev-notes.blogspot.com | @ruslan_osmanov -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PECL-DEV] Can't get zval write property handler working for ++/--/[]++ and other operators

2012-12-29 Thread Ruslan Osmanov
a reference in the read-handler, or implement some kind of handler, maybe get_property_ptr_pt(but how?) I've already used the force reading the source, but I suspect there is a magic hidden under the parser... Couldn't find where/what to do with this, at least. - Regards, Ruslan Osmanov http

[PECL-DEV] Extension proposal - interface to libev library

2012-12-23 Thread Ruslan Osmanov
know new extensions should be submitted to github. Please, give me access to submit the new extension. My current github ID is rosmanov, if it matters. -- Regards, Ruslan Osmanov http://osmanov-dev-notes.blogspot.com | @ruslan_osmanov -- PECL development discussion Mailing List (http

Re: [PECL-DEV] Extension proposal - interface to libev library

2012-12-23 Thread Ruslan Osmanov
that. - you can also host your extensions sourcecode under your own github account (or anywhere else, bitbucket, etc.). Thank you. I'll keep my modest extension on bitbucket. I've just uploaded the first release. Going on to phpdoc. -- Regards, Ruslan Osmanov -- PECL development