Re: [PECL-DEV] Question

2013-03-24 Thread Anatol Belski
Hi, On Sun, 2013-03-24 at 19:33 -0300, Cesar D. Rodas wrote: Hi there, I'm writing an extension (it'll be opensource), something inspired in Python's ctypes (similar to http://pecl.php.net/package/ffi) In order to make things a bit interesting, I allow to register resources types from

[PECL-DEV] Re: pecl/gender bug in PHP V5.3

2013-05-10 Thread Anatol Belski
Richard, please try on trunk with 5.3 and 5.4, I've just pushed a fix. Also please file a bug for this issue. Regards Anatol On Fri, 2013-05-10 at 14:28 +0100, Richard Quadling wrote: Hello all. Very odd behaviour. ?php if (extension_loaded('gender')) { $o_Gender = new

[PECL-DEV] Proposal - xmldiff extension

2013-08-03 Thread Anatol Belski
Hi, here's the new extension i'd like to propose to be taken into PECL http://belski.net/phpz/xmldiff-0.7.3.tar.gz Here's the example of how it can work: $from = roota //root; $to = rootb //root; $xdiff = new XMLDiff\Memory; $diff = $xdiff-diff($from, $to); $new = $xdiff-merge($from, $diff);

Re: [PECL-DEV] Re: DLLs required for 2 PHP PECLs

2013-08-11 Thread Anatol Belski
Hi, On Sun, August 11, 2013 11:18, Tim wrote: Anatol Belski ab at php.net writes: Hi, there are some precompiled extension DLLs available under http://windows.php.net/downloads/pecl/releases/ If you'd like to compile yourself, some of dependency libraries are available under http

[PECL-DEV] New PHP extension: xmldiff

2013-09-01 Thread Anatol Belski
Hi, some time ago i've sent a mail about the xmldiff extension, that mail can be read here http://news.php.net/php.pecl.dev/10928 . The extension is able to diff/merge XML documents. Works so far in production under linux, windows is fine according to the tests, too. Is there some interest to be

[PECL-DEV] PECL extension windows builds

2013-09-11 Thread Anatol Belski
Hi, the work was done for extension windows builds to be done automatically. The base is the windows snapshot build system and the work is still in progress. At the moment we have a system, which can be triggered manually and builds a PECL package automatically for every supported PHP version,

Re: [PECL-DEV] Re: PECL extension windows builds

2013-09-16 Thread Anatol Belski
On Sun, September 15, 2013 18:48, Jakub Zelenka wrote: Hi, Thanks for the interest and ideas. I've just built mongo, pdflib, printer (snap), radius and win32ps. Whereby pdflib is a commercial lib, so not sure there were no legal issues to redistribute it with the php ext (lets see if one

Re: [PECL-DEV] PECL extension windows builds

2013-09-17 Thread Anatol Belski
On Tue, September 17, 2013 18:46, Christopher Jones wrote: On 09/16/2013 11:55 PM, Anatol Belski wrote: I think what I should do is update OCI8 2.0's config.w32. I should remove the section: ARG_WITH(oci8, OCI8 support, no); if (PHP_OCI8 != no) { ... } And update the 11g section

Re: [PECL-DEV] PECL extension windows builds

2013-09-17 Thread Anatol Belski
On Tue, September 17, 2013 19:37, Jan Ehrhardt wrote: Anatol Belski in php.pecl.dev (Tue, 17 Sep 2013 19:19:56 +0200): Currently oci8 is built in both core and PECL with --with-oci8=path to instantclient10 --with-oci8-11g=path to instant client11. Despite that both options, only one dll

Re: [PECL-DEV] PECL extension windows builds

2013-09-17 Thread Anatol Belski
On Tue, September 17, 2013 18:46, Christopher Jones wrote: On 09/16/2013 11:55 PM, Anatol Belski wrote: I think what I should do is update OCI8 2.0's config.w32. I should remove the section: ARG_WITH(oci8, OCI8 support, no); if (PHP_OCI8 != no) { ... } And update the 11g section

Re: [PECL-DEV] Re: [ANNOUNCEMENT] jsonc-1.3.0 (beta) Released.

2013-09-19 Thread Anatol Belski
On Thu, September 19, 2013 18:34, Jan Ehrhardt wrote: Pierre Joye in php.pecl.dev (Thu, 19 Sep 2013 09:14:16 -0700): On Thu, Sep 19, 2013 at 12:30 AM, Jan Ehrhardt php...@ehrhardt.nl wrote: Pierre Joye in php.pecl.dev (Fri, 30 Aug 2013 10:18:37 +0200): On Fri, Aug 30, 2013 at 8:51 AM, Jan

Re: [PECL-DEV] New PHP extension: xmldiff

2013-09-26 Thread Anatol Belski
Hi, On Sun, September 1, 2013 21:04, Anatol Belski wrote: Hi, some time ago i've sent a mail about the xmldiff extension, that mail can be read here http://news.php.net/php.pecl.dev/10928 . The extension is able to diff/merge XML documents. Works so far in production under linux, windows

Re: [PECL-DEV] moving apc to git

2013-09-26 Thread Anatol Belski
Hi, On Thu, September 26, 2013 12:05, Ferenc Kovacs wrote: Hi, Would you mind if I move the apc source from svn to git (and mirror it on github)? It would happen sooner or later anyways, but I think that it would help with the contributions, which would be really nice given that the

Re: Fwd: [PECL-DEV] Windows build: php_swish-0.5.0-5.5-ts-vc11-x64

2013-09-26 Thread Anatol Belski
On Thu, September 26, 2013 17:34, Wez Furlong wrote: What is the source of these emails and can it be made to be opt-in? I just got spammed by one of these for each of the many and varied windows builds that took place for this extension. Worded more strongly: opt me out of these

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

2013-10-06 Thread Anatol Belski
Hi Ruslan, On Sun, October 6, 2013 18:43, Ruslan Osmanov wrote: Huh, why does it make a Windows build at all? The event extension doesn't support Windows(marked in package.xml) On 10/06/2013 09:37 PM, pecl-dev@lists.php.net wrote: Filename: event-1.8.0.tgz Build type: release For each

Re: [PECL-DEV] Windows builds PECL site integration

2013-10-10 Thread Anatol Belski
Hi Christopher, On Wed, October 9, 2013 21:27, Christopher Jones wrote: On 10/05/2013 04:02 PM, Anatol Belski wrote: you mean OCI of course. Yep, that's the case I've mentioned about different names in package.xml, PECL website and/or config.w32 . The buld system addresses the name

Re: [PECL-DEV] Windows builds PECL site integration

2013-10-10 Thread Anatol Belski
On Thu, 2013-10-10 at 11:30 -0700, Christopher Jones wrote: On 10/10/2013 10:12 AM, Anatol Belski wrote: I pushed the oci8/config.w32 change discussed on IRC. Now three DLLs are created. This should let your bundling system work for the time being. I haven't uploaded a new PECL

[PECL-DEV] PECL site improvements

2013-10-14 Thread Anatol Belski
Hi, there are two improvements just implemented to the PECL website. I Every package is required to have LICENSE or COPYING to be present in the root of the package. The goal is to enforce the conformance with at least PHP and BSD licenses. Where by no explicit check for exact license type is

Re: [PECL-DEV] PECL site improvements

2013-10-14 Thread Anatol Belski
Hi Johannes, On Mon, 2013-10-14 at 13:54 +0200, Johannes Schlüter wrote: Hi, On Mon, 2013-10-14 at 13:34 +0200, Anatol Belski wrote: I'm going to walk through the extensions and fix this definitions in the next days, but if you'll need to release before it's done, please fix

[PECL-DEV] Re: [PECL-CVS] com web/pecl: check for the LICENSE or COPYING presence in tarballs: public_html/release-upload.php

2013-10-18 Thread Anatol Belski
On Fri, 2013-10-18 at 14:26 -0700, Hannes Magnusson wrote: On Sun, Oct 13, 2013 at 3:57 AM, Anatol Belski a...@php.net wrote: Commit:f49cf969de7ff71fbd96b5814cc0ca8695c9b0b5 Author:Anatol Belski a...@php.net Sun, 13 Oct 2013 12:57:33 +0200 Parents

Re: [PECL-DEV] Re: [PECL-CVS] com web/pecl: check for the LICENSE or COPYING presence in tarballs: public_html/release-upload.php

2013-10-20 Thread Anatol Belski
On Sun, 2013-10-20 at 10:14 +0200, Pierre Joye wrote: hi, On Sat, Oct 19, 2013 at 8:44 PM, Hannes Magnusson hannes.magnus...@gmail.com wrote: Since the inception of github, more and more projects have these files as .md, and I used to see a good chunk of projects that used .txt many

Re: [PECL-DEV] Compiling PHP 5.4.24

2014-01-22 Thread Anatol Belski
Hi Tomasz, On Wed, January 22, 2014 16:26, Tomasz Krawczyk wrote: Hi! I'm trying to compile PHP 5.4.24 with VC9 (x86). After I executed nmake I saw such error: Zend\zend_compile.c(22) : fatal error C1083: Cannot open include file: 'zend_language_parser.h': No such file or directory

Re: [PECL-DEV] Compiling PHP 5.4.24

2014-01-22 Thread Anatol Belski
Tomasz, On Wed, January 22, 2014 20:39, Tomasz Krawczyk wrote: W dniu 2014-01-22 20:22, Hannes Magnusson pisze: On Wed, Jan 22, 2014 at 11:10 AM, Tomasz Krawczyk tomkr...@gmail.com wrote: I have downloaded sources and php-sdk from windows.php.net. I found another bison earlier in the

Re: [PECL-DEV] SVN PHP extension

2014-02-05 Thread Anatol Belski
Hojjat, On Sun, February 2, 2014 16:55, Hojjat A. M.Rezaei wrote: Hello I need php_svn.dll for php 5.3 windows version. thanks for putting the request. There was a similar request last year. The incredible amount of dependencies needed for libsvn and lack on time are unfortunately the

Re: [PECL-DEV] Re: SVN PHP extension

2014-02-05 Thread Anatol Belski
Hi Jan, On Wed, February 5, 2014 13:33, Jan Ehrhardt wrote: Hojjat A. M.Rezaei in php.pecl.dev (Sun, 2 Feb 2014 19:25:30 +0330): I need php_svn.dll for php 5.3 windows version. See http://phpdev.toolsforresearch.com/php-5.3.29-dev-nts-Win32-VC9-x86-098y.z ip and/or

Re: [PECL-DEV] Request for a PECL account to maintain NuoDB driver.

2014-02-13 Thread Anatol Belski
Hi Tom, -Original Message- From: Tom Gates [mailto:tga...@nuodb.com] Sent: Wednesday, February 12, 2014 1:50 PM To: pecl-dev@lists.php.net Subject: [PECL-DEV] Request for a PECL account to maintain NuoDB driver. Hello. My name is Tom Gates. I am a software developer working for NuoDB.

Re: [PECL-DEV] Request for a PECL account to maintain NuoDB driver.

2014-02-13 Thread Anatol Belski
Hi Tom, On Thu, February 13, 2014 17:18, Tom Gates wrote: Hello Anatol, Thank you for looking at the driver. We currently don't support PHP 5.5 on Windows because NuoDB does not yet have client library support for VC11. However, we do support PHP 5.5 on Linux. I don't see the hardcoded

Re: [PECL-DEV] Request for a PECL account to maintain NuoDB driver.

2014-02-13 Thread Anatol Belski
config.w32 will have to be brought inline. And we can anyway do some snapshots before the release to ensure it'll succeed. -tom On Thu, Feb 13, 2014 at 12:39 PM, Anatol Belski anatol@belski.netwrote: Hi Tom, On Thu, February 13, 2014 17:18, Tom Gates wrote: Hello Anatol, Thank you

Re: [PECL-DEV] Request for a PECL account to maintain NuoDB driver.

2014-02-13 Thread Anatol Belski
issues like c++ style comments and presence of confirm_pdo_nuodb_compiled() function. Also the global variables here https://github.com/nuodb/nuodb-php-pdo/blob/master/nuodb_driver.c#L74 look suspicious to me. -tom On Thu, Feb 13, 2014 at 1:53 PM, Anatol Belski anatol@belski.netwrote

Re: [PECL-DEV] Request for a PECL account to maintain NuoDB driver.

2014-02-17 Thread Anatol Belski
into the MINIT phase (and closing descriptors in MSHUTDOWN). Actually global variables are always suspicious :) Thanks, -tom On Thu, Feb 13, 2014 at 3:14 PM, Anatol Belski anatol@belski.net mailto:anatol@belski.net wrote: Hi Tom, On Thu, February 13, 2014 20:11, Tom Gates wrote

Re: [PECL-DEV] I can't find memcached.dll ??

2014-02-21 Thread Anatol Belski
Hi, On Fri, February 21, 2014 03:30, Tuan Chinh Le wrote: Hi, I can't find memcached.dll on your website http://pecl.php.net/package/memcached I use windows 64bit , php 5.3. new Memcache() . It works new Memcached() not working . Show error message Class 'Memcached' not found

Re: [PECL-DEV] Extension proposal: hrtime

2014-04-07 Thread Anatol Belski
On Mon, April 7, 2014 00:57, Chung Leong wrote: Doesn't the win32 implementation of gettimeofday() already use the performance timer? On Sun, Apr 6, 2014 at 3:52 PM, Anatol Belski anatol@belski.net wrote: Hi, I would like to propose the extension implementing a high resolution

Re: [PECL-DEV] PHP 5.6 PECL extension builds

2014-04-12 Thread Anatol Belski
On Sat, April 12, 2014 19:01, Anatol Belski wrote: Hi, the PHP 5.6 PECL extension followup builds are finished. Some of those have failed for various reasons. Several frequent reasons are - 5.6 incompatibility - absence of LICENSE Many of those I've fixed manually. Generally I'd like

Re: [PECL-DEV] Extension proposal: hrtime

2014-04-16 Thread Anatol Belski
On Mon, 2014-04-07 at 08:49 +0200, Anatol Belski wrote: On Mon, April 7, 2014 00:57, Chung Leong wrote: Doesn't the win32 implementation of gettimeofday() already use the performance timer? On Sun, Apr 6, 2014 at 3:52 PM, Anatol Belski anatol@belski.net wrote: Hi, I

Re: [PECL-DEV] Extension Proposal: Video Encoding using FFmpeg

2014-04-22 Thread Anatol Belski
Hi Leong, On Tue, April 22, 2014 02:31, Chung Leong wrote: I would like to add my AV extension to PECL. The extension gives PHP programmers a way to decode and encode video using the FFmpeg or Libav (the latter is favored by some distros like Debian). I've written about it here:

Re: [PECL-DEV] Extension Proposal: Video Encoding using FFmpeg

2014-04-22 Thread Anatol Belski
Jan, On Wed, April 23, 2014 05:08, Jan Ehrhardt wrote: Anatol Belski in php.pecl.dev (Tue, 22 Apr 2014 21:53:35 +0200): The msvcrt.dll is now a known DLL, meaning that it is a system component owned and built by Windows. It is intended for future use only by system-level components

RE: [PECL-DEV] Extension Proposal: Video Encoding using FFmpeg

2014-04-23 Thread Anatol Belski
Hi Leong, -Original Message- From: Chung Leong [mailto:cleong...@gmail.com] Sent: Wednesday, April 23, 2014 4:07 AM To: Anatol Belski Cc: pecl-dev@lists.php.net Subject: Re: [PECL-DEV] Extension Proposal: Video Encoding using FFmpeg Okay, I tried loading the FFmpeg DLLs manually

Re: [PECL-DEV] Extension proposal: dom_varimport

2014-04-23 Thread Anatol Belski
Hi Dmitry, On Wed, April 23, 2014 14:53, Dmitry Koterov wrote: you talk about compile-time dependency, and Johannes talks about run-time dependency. something like this: https://github.com/php/php-src/blob/master/ext/pdo_mysql/pdo_mysql.c# L225 One more question about this: after I

Re: [PECL-DEV] Extension proposal: dom_varimport

2014-04-23 Thread Anatol Belski
Hi, On Wed, April 23, 2014 15:30, Dmitry Koterov wrote: make test TESTS=-n -d extension_dir=/my/dir -d extension=my.so -d extension=other.so tests instead of such hacks better run run-tests.php manually. make install puts a copy in $PREFIX/lib/php/build/run-tests.php, youcan alsotake the

Re: [PECL-DEV] [ANNOUNCEMENT] doublemetaphone-1.0.1 (stable) Released.

2014-05-06 Thread Anatol Belski
Hi Oliver, On Tue, May 6, 2014 14:13, PECL Announce wrote: The new PECL package doublemetaphone-1.0.1 (stable) has been released at http://pecl.php.net/. Release notes - - Add LICENSE file to package for Windows builds. thanks for this one. I think the linux packagers will

Re: [PECL-DEV] [ANNOUNCEMENT] Mosquitto-0.2.2 (alpha) Released.

2014-05-14 Thread Anatol Belski
Hi Michael On Mon, May 12, 2014 16:28, PECL Announce wrote: The new PECL package Mosquitto-0.2.2 (alpha) has been released at http://pecl.php.net/. I'm currently looking to add the windows support for the mosquitto ext. Building the libmosquitto with VC11 is fine, but building it with VC9 is

Re: [PECL-DEV] Windows Snapshot builds

2014-05-31 Thread Anatol Belski
Hi, On Fri, May 30, 2014 18:25, Hannes Magnusson wrote: Hi What is the status on the Windows build infrastructure? Anything I can work on to get snapshot functionality implemented? I believe the infrastructure itself is all in place, it just needs taping some pieces together and decide

Re: [PECL-DEV] Windows Snapshot builds

2014-06-03 Thread Anatol Belski
On Tue, June 3, 2014 03:24, Hannes Magnusson wrote: On Sat, May 31, 2014 at 2:40 AM, Anatol Belski a...@php.net wrote: Hi, On Fri, May 30, 2014 18:25, Hannes Magnusson wrote: Hi What is the status on the Windows build infrastructure? Anything I can work on to get snapshot

Re: [PECL-DEV] Windows Snapshot builds

2014-06-03 Thread Anatol Belski
Hi, On Tue, June 3, 2014 19:14, Hannes Magnusson wrote: I noticed you pushed bunch of changes to the repo just which seem to actually have been live for a while.. Does the build host update from some other repo I would need to merge up to? that's the github OSTC repo forked from rmtools

Re: [PECL-DEV] Windows Snapshot builds

2014-06-10 Thread Anatol Belski
Hi, On Mon, June 9, 2014 19:09, Hannes Magnusson wrote: On Tue, Jun 3, 2014 at 2:53 PM, Hannes Magnusson hannes.magnus...@gmail.com wrote: On Tue, Jun 3, 2014 at 12:06 PM, Anatol Belski a...@php.net wrote: Hi, On Tue, June 3, 2014 19:14, Hannes Magnusson wrote: I noticed you pushed

Re: [PECL-DEV] Windows Snapshot builds

2014-06-10 Thread Anatol Belski
On Wed, June 11, 2014 00:06, Hannes Magnusson wrote: On Tue, Jun 10, 2014 at 2:56 PM, Anatol Belski anatol@belski.net wrote: Hi, On Mon, June 9, 2014 19:09, Hannes Magnusson wrote: On Tue, Jun 3, 2014 at 2:53 PM, Hannes Magnusson hannes.magnus...@gmail.com wrote: On Tue, Jun 3

Re: [PECL-DEV] Re: [PHP-DEV] Re: [PECL-DEV] Windows Snapshot builds

2014-06-16 Thread Anatol Belski
On Mon, 2014-06-16 at 20:31 +0200, Ferenc Kovacs wrote: 2014.06.16. 19:00, Pierre Joye pierre@gmail.com ezt írta: On Mon, Jun 16, 2014 at 6:51 PM, Matt Ficken themattfic...@gmail.com wrote: I can setup a Windows server with RMTools which you can remotely use to work with PECL

Re: [PECL-DEV] Varnish does not compile anymore under PHP5

2015-02-12 Thread Anatol Belski
Hi Jan, On Thu, February 12, 2015 14:20, Jan Ehrhardt wrote: http://pecl.php.net/varnish does not compile anymore for PHP 5.x. It seems to work only for PHP7. Anatol: could you try to fix that? you mean the trunk (as i'm working on the 7 port but haven't release it yet)? Actually, mostly

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 <anatol@belski.net>; pecl-dev@lists.php.net > Cc: Anthony Dovgal <tony2...@php.net>; Pierre Joye <pierre@g

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 <anatol@belski.net> > Cc: Anthony Dovgal <tony2...@php.net>; Pierre Joye > <pierre@gmail.com>;

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

2015-11-15 Thread Anatol Belski
Hi Ruslan, > -Original Message- > From: Ruslan Osmanov [mailto:rrosma...@gmail.com] > Sent: Sunday, November 15, 2015 11:30 AM > To: PECL Developers > Subject: [PECL-DEV] Question regarding packaging for PHP7 > > Hi, > > how do I package a PHP7 extension? > >

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

2015-11-25 Thread Anatol Belski
Hi Ruslan, > -Original Message- > From: Ruslan Osmanov [mailto:rrosma...@gmail.com] > Sent: Wednesday, November 25, 2015 5:47 PM > To: PECL Developers > Subject: [PECL-DEV] Re: How do I save TSRMLS_CACHE for a new thread in > PHP7? > > What do I do now? > > On

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

2016-02-21 Thread Anatol Belski
Hi, > -Original Message- > From: Ruslan Osmanov [mailto:rrosma...@gmail.com] > Sent: Monday, February 22, 2016 6:30 AM > To: pecl-dev@lists.php.net > Subject: Re: [PECL-DEV] Windows build: ev-1.0.0RC6.tgz > > Hmm, I wonder what went wrong? > > At least PHP7 TS had been built

RE: [PECL-DEV] Re: [ANNOUNCEMENT] couchbase-2.2.0beta4 (beta) Released.

2016-07-14 Thread Anatol Belski
Hi Jan, > -Original Message- > From: Jan Ehrhardt [mailto:php...@ehrhardt.nl] > Sent: Thursday, July 14, 2016 9:09 PM > To: pecl-dev@lists.php.net > Subject: Re: [PECL-DEV] Re: [ANNOUNCEMENT] couchbase-2.2.0beta4 (beta) > Released. > > Hi Anatol, > > "

RE: [PECL-DEV] VCS Account Request: matkins

2016-07-26 Thread Anatol Belski
Hi, Thanks for your porting work. Some issues I've seen so far: - no sense to rename all the stuff, the package name is printer, not printer7 - TSRMLS_* macros are not required - TS support is not implemented - printer7.c:1714 - new_value is zend_string - some places are not C89 compatible, we

RE: [PECL-DEV] Re: [ANNOUNCEMENT] couchbase-2.2.0beta4 (beta) Released.

2016-07-01 Thread Anatol Belski
Hi Jan, > -Original Message- > From: Jan Ehrhardt [mailto:php...@ehrhardt.nl] > Sent: Thursday, June 30, 2016 11:07 AM > To: pecl-dev@lists.php.net > Subject: [PECL-DEV] Re: [ANNOUNCEMENT] couchbase-2.2.0beta4 (beta) > Released. > > "PECL Announce" in php.pecl.dev (Wed, 29 Jun 2016

RE: [PECL-DEV] Gearman php extension

2017-01-20 Thread Anatol Belski
Hi, > -Original Message- > From: Masiré Fofana [mailto:masire.fof...@gmail.com] > Sent: Friday, January 20, 2017 11:33 PM > To: pecl-dev@lists.php.net > Subject: [PECL-DEV] Gearman php extension > > Hello guys, > > I'm trying to add gearman extension to my php installation but I can't

[PECL-DEV] windows.php.net is moving to new IP

2017-01-17 Thread Anatol Belski
Hi, I'm writing to inform, that the current Windows infrastructure hosting sponsor doesn't plan to support the project anymore. Furthermore, a notification was given, that the servers will be taken down within a couple of next weeks. Alex Schoenmaker found another sponsor, so all the HW will have

RE: [PECL-DEV] No DLLs for PECL/runkit

2016-12-07 Thread Anatol Belski
Hi Christoph, > -Original Message- > From: Christoph M. Becker [mailto:cmbecke...@gmx.de] > Sent: Wednesday, December 7, 2016 6:00 PM > To: pecl-dev <pecl-dev@lists.php.net> > Cc: dzenov...@gmail.com; Anatol Belski <anatol@belski.net> > Subject: [PEC

RE: [PECL-DEV] [ANNOUNCEMENT] mcrypt-1.0.0 (snapshot) Released. 'PECL Announce' <pecl-dev@lists.php.net>

2016-12-13 Thread Anatol Belski
> -Original Message- > From: Leigh [mailto:le...@php.net] > Sent: Tuesday, December 13, 2016 3:02 PM > To: pecl-dev@lists.php.net; Anatol Belski <anatol@belski.net> > Subject: Re: [PECL-DEV] [ANNOUNCEMENT] mcrypt-1.0.0 (snapshot) Released. > 'PECL Announce'

RE: [PECL-DEV] New package: mysql_xdevapi

2016-12-07 Thread Anatol Belski
Hi, > -Original Message- > From: Darek Slusarczyk [mailto:dariusz.slusarc...@oracle.com] > Sent: Tuesday, December 6, 2016 1:08 AM > To: Johannes Schlüter <johannes.schlue...@oracle.com>; Anatol Belski > <anatol@belski.net> > Cc: 'pecl-dev' <pecl-dev@l

RE: [PECL-DEV] New package: mysql_xdevapi

2016-12-05 Thread Anatol Belski
> -Original Message- > From: Anatol Belski [mailto:anatol@belski.net] > Sent: Monday, December 5, 2016 8:56 PM > To: 'Johannes Schlüter' <johannes.schlue...@oracle.com> > Cc: 'pecl-dev' <pecl-dev@lists.php.net>; 'Filip Janiszewski' > <filip.janiszew.

RE: [PECL-DEV] New package: mysql_xdevapi

2016-12-05 Thread Anatol Belski
<dariusz.slusarc...@oracle.com>; Andrey Hristov <p...@hristov.com>; Anatol > Belski <anatol@belski.net> > Subject: [PECL-DEV] New package: mysql_xdevapi > > Hi PECL community, > > I'd like to propose a new package mysql_xdevapi for PECL. Contrary to other >

RE: [PECL-DEV] Win32service PECL update

2017-01-09 Thread Anatol Belski
Hi, > -Original Message- > From: Mr Jean Baptiste Nahan [mailto:jean-bapti...@nahan.fr] > Sent: Monday, January 9, 2017 7:18 AM > To: rquadl...@gmail.com > Cc: pecl-dev@lists.php.net > Subject: [PECL-DEV] Win32service PECL update > > Hello, > > My name is Nahan Jean-Baptiste. I’m a

RE: [PECL-DEV] Windows build: bitset-2.0.4

2017-10-06 Thread Anatol Belski
Hi, There are build logs there http://windows.php.net/downloads/pecl/releases/bitset/2.0.4/logs/ . But for the thread safe and 5.6 – it looks like a TSRM_LS is missing somewhere. PHP configure flags –enable-maintainer-zts are useful in this case, it doesn’t seem to be Windows specific. Please

[PECL-DEV] New extension proposal

2017-09-02 Thread Anatol Belski
Hi, I'd like to propose a new extension named parle, that brings functionality for lexing and parsing. Currently lexing/parsing is widely used in PHP on the C level. Some specialized and even generalized PHP libraries do exist. The extension makes the diff allowing arbitrary parsing/lexing

RE: [PECL-DEV] php_mailparse.dll for PHP 7.2?

2017-10-07 Thread Anatol Belski
Here you are http://windows.php.net/downloads/pecl/snaps/mailparse/3.0.2/ Regards Anatol From: Leon Sorokin Sent: Saturday, October 7, 2017 3:03 AM To: pecl-dev@lists.php.net Subject: [PECL-DEV] php_mailparse.dll for PHP 7.2? Hey guys,

RE: [PECL-DEV] clusterize extension

2018-05-09 Thread Anatol Belski
Hi Ivan, > -Original Message- > From: Ivan Pomortsev > Sent: Monday, May 7, 2018 12:47 AM > To: pecl-dev@lists.php.net > Subject: [PECL-DEV] clusterize extension > > Hello, > I'm Ivan Pomortsev > > I want you to review my extension for clustering geo points on

RE: [PECL-DEV] Re: [ANNOUNCEMENT] event-2.4.0RC2 (beta) Released.

2018-05-09 Thread Anatol Belski
Hi, Thanks for the triage so far, Christoph. > -Original Message- > From: Christoph M. Becker > Sent: Tuesday, May 8, 2018 10:09 PM > To: Jan Ehrhardt ; pecl-dev@lists.php.net > Subject: [PECL-DEV] Re: [ANNOUNCEMENT] event-2.4.0RC2 (beta) Released.

Re: [PECL-DEV] Submit base58 extention to pecl

2018-05-19 Thread Anatol Belski
Hi, On Tue, 2018-05-15 at 21:26 +0200, Arnold Daniels wrote: > Hi, > > I'd like to request the submission of a package to PECL. > > We've created a PHP extension for base58 encoding and decoding using > the > Bitcoin alphabet. It's a simple binding to the bitcoin/libbase58 c > library. > > The

RE: [PECL-DEV] clusterize extension

2018-05-18 Thread Anatol Belski
Hi Ivan, > -Original Message- > From: Ivan Pomortsev <ivan.pomort...@gmail.com> > Sent: Saturday, May 12, 2018 3:13 PM > To: Anatol Belski <weltl...@outlook.de> > Cc: pecl-dev@lists.php.net > Subject: Re: [PECL-DEV] clusterize extension > > Hi, Anat

[PECL-DEV] Moving from svn to git.php.net

2018-06-27 Thread Anatol Belski
Hi, I would like to ask for a migration of the following extensions to git.php.net - gender - hrtime - parle - trader - varnish - xmldiff Thanks Anatol

Re: [PECL-DEV] Why is PHP PECL Trader_MFI given different results?

2018-06-23 Thread Anatol Belski
Hi, On Sat, 2018-06-23 at 17:15 +0200, Marcel Kelders wrote: > Hi All, > > I'm integrating PECL trader PHP https://pecl.php.net/package/trader > I'm using a simple indicator MFI. > http://php.net/manual/en/function.trader-gmfi.php > For input of test data I use the example given on; >

Re: [PECL-DEV] Re: Would like to publish PDO driver for Snowflake

2018-05-01 Thread Anatol Belski
Hi, On Mon, 2018-04-30 at 12:48 -0700, Shige Takeda wrote: > Hi Pecl-Dev, > > Could you give me update about PECL account status? > A couple of comments: - C89 compatibility should be held, unlike here and other places https://github.com/snowflakedb/pdo_snowflake/blob/master/snowflake_driv

Re: [PECL-DEV] Re: Would like to publish PDO driver for Snowflake

2018-05-03 Thread Anatol Belski
contributer is supposed to fix, anyway :) You might have seen it, but just for the case - there are several resources available in this regard here http:/ /pecl.php.net/support.php#resources Regards Anatol > Windows and MacOSX supports are on my todo list. > > Thanks, > -- Shige

[PECL-DEV] Re: 回复: [PECL-DEV] Apply for maintenance and add PECL Extensions

2018-04-26 Thread Anatol Belski
Hi Viest, On Thu, 2018-04-26 at 01:21 +0800, dev wrote: > Hi: > > Thank you very much for the case provided by "Anatol Belski<a...@php.ne > t>", which was very helpful to me! > > I modified the project (https://github.com/viest/php-ext-excel-export > )

RE: [PECL-DEV] [PHP-BUG] Bug #75874 [NEW]: Windows .DLL not being built for newly released extension versions

2018-01-25 Thread Anatol Belski
Hi Stanley, > -Original Message- > From: stanley dot cheung at gmail dot com [mailto:pecl-dev@lists.php.net] > Sent: Thursday, January 25, 2018 8:26 PM > To: pecl-dev@lists.php.net > Subject: [PECL-DEV] [PHP-BUG] Bug #75874 [NEW]: Windows .DLL not being > built for newly released

RE: [PECL-DEV] How to rebuild a DLL from a released version?

2018-02-16 Thread Anatol Belski
Hi Yuji, > -Original Message- > From: Yuji Uchiyama [mailto:y.uchiyama.1...@gmail.com] > Sent: Friday, February 16, 2018 1:41 PM > To: pecl-dev@lists.php.net > Subject: [PECL-DEV] How to rebuild a DLL from a released version? > > Dear developers, > > I'm a maintainer of stats extension.

RE: [PECL-DEV] PHP-CPP

2018-07-05 Thread Anatol Belski
Hi, > -Original Message- > From: Johannes Schlüter > Sent: Thursday, July 5, 2018 2:30 PM > To: Niko Granö ; pecl-dev@lists.php.net > Subject: Re: [PECL-DEV] PHP-CPP > > On Di, 2018-07-03 at 16:25 +0300, Niko Granö wrote: > > Hello! > > > > Before submitting package for review I would

Re: [PECL-DEV] Apply for maintenance and add PECL Extensions

2018-04-24 Thread Anatol Belski
Hi, On Thu, 2018-04-05 at 00:03 +0800, 王杰新 wrote: > Hi: I have a new PHP extension and a maintenance extension that I > want to add to PECL; New extensions: This extension solves the > problem that PHP exports excel slowly and has a large memory > footprint, which is very desirable; Url: >

[PECL-DEV] Re: 回复: [PECL-DEV] Apply for maintenance and add PECL Extensions

2018-04-25 Thread Anatol Belski
Hi, On Wed, 2018-04-25 at 09:06 +0800, dev wrote: > Hi: > > For the review result of "Anatol Belski<a...@php.net>", https://github. > com/viest/php-ext-excel-export has been modified and tested for > memory. > > Thanks to the friends of php-dev for help.

RE: [PECL-DEV] Re: [ANNOUNCEMENT] pdo_sqlsrv-5.2.0 (stable) Released.

2018-03-25 Thread Anatol Belski
Hi Jan, > -Original Message- > From: Jan Ehrhardt > Sent: Sunday, March 25, 2018 5:26 AM > To: pecl-dev@lists.php.net > Subject: [PECL-DEV] Re: [ANNOUNCEMENT] pdo_sqlsrv-5.2.0 (stable) Released. > > "PECL Announce" in php.pecl.dev (Fri, 23 Mar 2018 21:29:52 +): >

Re: [PECL-DEV] Re: DLL build for PHP 7.2 and 7.3

2019-01-04 Thread Anatol Belski
Hi Vincent, On Fri, 2019-01-04 at 18:56 +0100, Vincent Jardin wrote: > > Le 4 janvier 2019 12:19:49 Anatol Belski a écrit : > > > Hi Jan, > > > > > -Original Message- > > > From: Jan Ehrhardt > > > Sent: Friday, January 4, 2019 8:01 A

Re: [PECL-DEV] Re: DLL build for PHP 7.2 and 7.3

2019-01-05 Thread Anatol Belski
Hi, On Sat, 2019-01-05 at 16:32 +0100, Vincent Jardin wrote: > > Le 5 janvier 2019 14:41:36 Jan Ehrhardt a écrit > : > > > Hi Vincent, > > > > Vincent Jardin in php.pecl.dev (Sat, 05 Jan 2019 11:56:40 +0100): > > > Le 5 janvier 2019 06:01:18 Jan Ehrhardt a > > > écrit : > > > > In theory

RE: [PECL-DEV] Re: DLL build for PHP 7.2 and 7.3

2019-01-04 Thread Anatol Belski
Hi Jan, > -Original Message- > From: Jan Ehrhardt > Sent: Friday, January 4, 2019 8:01 AM > To: pecl-dev@lists.php.net > Subject: [PECL-DEV] Re: DLL build for PHP 7.2 and 7.3 > > Jean-Baptiste Nahan in php.pecl.dev (Thu, 3 Jan 2019 15:59:25 +0100): > >I need the PHP amqp extension for

[PECL-DEV] RE: Windows build of extension of http_message

2019-07-11 Thread Anatol Belski
Hi Arnold, > -Original Message- > From: Arnold Daniels > Sent: Thursday, July 11, 2019 9:34 AM > To: weltl...@outlook.de; pecl-dev@lists.php.net > Subject: Windows build of extension of http_message > > Hi Anatol, > > I've added the new http_message package to pecl. It depends on the

[PECL-DEV] Contributor account request

2023-05-10 Thread Anatol Belski
Hi, I'd like to request a PECL account for a new contributor to the `parle` extension. The data: name: Ben Hanson user: benhanson (Ben, please correct if there's a better name) email: benhans...@icqmail.com Ben's parser and lexer libraries are the very base of `parle` and he now also

Re: [PECL-DEV] Contributor account request

2023-05-12 Thread Anatol Belski
/2023 11:58, Derick Rethans wrote: > > > On Wed, 10 May 2023, Anatol Belski wrote: > > > > > > > I'd like to request a PECL account for a new contributor to the > > > > `parle` extension. The data: > > > > > > > > name: Ben Hanson &