[PECL-DEV] Re: [ANNOUNCEMENT] couchbase-1.1.4 (snapshot) Released.

2013-04-27 Thread Jan Ehrhardt
PECL Announce in php.pecl.dev (12 Apr 2013 09:44:56 -): Package home: http://pecl.php.net/package/couchbase Changelog: http://pecl.php.net/package-changelog.php?package=couchbase Download: http://pecl.php.net/get/couchbase-1.1.4.tgz http://pecl.php.net/get/couchbase-1.1.4.tgz is

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

2013-06-04 Thread Jan Ehrhardt
PECL Announce in php.pecl.dev (4 Jun 2013 06:30:21 -): Support for JSON (JavaScript Object Notation) serialization. Package home: http://pecl.php.net/package/jsonc Would it be possible to support this extension under Windows? I took a look at the config.m4 and was discouraged by its

[PECL-DEV] Re: [ANNOUNCEMENT] couchbase-1.1.5 (stable) Released.

2013-07-14 Thread Jan Ehrhardt
You make it hard to report an issue, so I will do it here. After the updates of two days ago at github, php_couchbase.dll does not compile anymore for the thread safe versions of PHP on Windows. Creating library Release_TS\php_couchbase.lib and object Release_TS\php_couchbase.exp apidecl.obj :

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

2013-08-11 Thread Jan Ehrhardt
Ricki Maurici in php.pecl.dev (Wed, 27 Feb 2013 23:38:53 +): http://pecl.php.net/package/mailparse http://pecl.php.net/package/geoip They both need to be compiled to support PHP 5.4.7 Server API: Apache 2.4 Handler Apache Lounge PHP Extension build: API20100525,TS,VC9 Try the ones from

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

2013-08-28 Thread Jan Ehrhardt
Pierre Joye in php.pecl.dev (Wed, 12 Jun 2013 12:46:22 +0200): On Wed, Jun 12, 2013 at 12:36 PM, Remi Collet r...@fedoraproject.org wrote: Problem : Windows standard build have standard json build statically, so can't be disabled. I hope this could be possible in the future. Given the current

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

2013-08-29 Thread Jan Ehrhardt
Remi Collet in php.pecl.dev (Thu, 29 Aug 2013 08:07:28 +0200): Le 29/08/2013 00:27, Jan Ehrhardt a écrit : Given the current discussion I tried to build it under Windows (5.5 x86 NTS). Static failed, but shared worked. Yes I'm aware of an buld issue. As a PECL extension it can be build using

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

2013-08-29 Thread Jan Ehrhardt
Pierre Joye in php.pecl.dev (Thu, 29 Aug 2013 19:59:01 +0200): Well, as there is nothing wrong to provide builds outside php, while it creates some real confusions from time to time in bug reports, I really do not think it is a good thing to publish a build for a given non existent release. Even

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

2013-08-30 Thread Jan Ehrhardt
Pierre Joye in php.pecl.dev (Fri, 30 Aug 2013 07:38:20 +0200): On Thu, Aug 29, 2013 at 8:09 PM, Jan Ehrhardt php...@ehrhardt.nl wrote: I only do that if the release is already published at http://www.php.net/downloads.php but the announcement is delayed. The tagging of a release is only a sign

Re: [PECL-DEV] PECL extension windows builds

2013-09-17 Thread Jan Ehrhardt
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 is produced, php_oci8.dll. Strange. I get two DLL's in one

Re: [PECL-DEV] PECL extension windows builds

2013-09-17 Thread Jan Ehrhardt
Anatol Belski in php.pecl.dev (Tue, 17 Sep 2013 19:58:12 +0200): 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

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

2013-09-19 Thread Jan Ehrhardt
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 Ehrhardt php...@ehrhardt.nl wrote: Pierre Joye

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

2013-09-19 Thread Jan Ehrhardt
Anatol Belski in php.pecl.dev (Thu, 19 Sep 2013 20:39:01 +0200): that's also good so. If you look at the git history, what might happen is that a release is retagged. So even the tarballs were pushed to mirrors, they might have to change. The announce is the real deadline where no backspace is

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

2013-10-06 Thread Jan Ehrhardt
Jan Ehrhardt in php.pecl.dev (Sun, 06 Oct 2013 16:52:33 +0200): And this one was NTS only as far as I know: http://pecl.php.net/package/WinCache/1.3.5.0/windows But to my surprise there are TS builds listed. The last time I tried that you could compile it, but loading it led to a crash. Has

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

2013-10-06 Thread Jan Ehrhardt
Anatol Belski in php.pecl.dev (Sun, 6 Oct 2013 20:09:45 +0200): On Sun, October 6, 2013 16:52, Jan Ehrhardt wrote: Did you test if all those 100 extensions will load without crash? I've checked most of the exts randomly while developing the build system. It doesn't run nmake test, the goal

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

2013-10-06 Thread Jan Ehrhardt
Hi Joe, Joe Watkins in php.pecl.dev (Sun, 06 Oct 2013 19:45:01 +0100): There's a problem with ZTS and module dtors using ZEND_INIT_MODULE_GLOBALS macro, the dtor in wincache doesn't do anything anyway, so try: #ifndef ZTS ZEND_INIT_MODULE_GLOBALS(wincache, globals_initialize,

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

2013-10-06 Thread Jan Ehrhardt
Hi Joe, Joe Watkins in php.pecl.dev (Sun, 06 Oct 2013 19:45:01 +0100): There's a problem with ZTS and module dtors using ZEND_INIT_MODULE_GLOBALS macro, the dtor in wincache doesn't do anything anyway, so try: #ifndef ZTS ZEND_INIT_MODULE_GLOBALS(wincache, globals_initialize,

Re: [PECL-DEV] Compiling CURL staticaly into PHP on Windows

2013-10-22 Thread Jan Ehrhardt
Jan Ehrhardt in php.pecl.dev (Tue, 22 Oct 2013 14:18:26 +0200): This will not work with the deps in http://windows.php.net/downloads/php-sdk/ because libcurl_a.lib, libssh2_a.lib, ssleay32_a.lib and libeay32_a.lib in those deps all are dependent on libeay32.dll and/or ssleay32.dll. I checked

Re: [PECL-DEV] Compiling CURL staticaly into PHP on Windows

2013-10-22 Thread Jan Ehrhardt
Pierre Joye in php.pecl.dev (Tue, 22 Oct 2013 14:39:59 +0200): I would never ever suggest to compile ssl statically. I do not want to be dependent on SSL DLL's with flaws in it. See this bug in the SSL 0.9.8 libraries: http://sourceforge.net/p/curl/bugs/1037/?page=3 That is why I patched SSL

[PECL-DEV] Re: [ANNOUNCEMENT] pecl_http-2.0.0 (stable) Released.

2013-11-22 Thread Jan Ehrhardt
For Anatol: my Windows build system has libevent 2.0.21-stable installed. Then I ran into this bug: https://bugs.php.net/bug.php?id=66148 This seems solved now. Would it be an idea to build http://windows.php.net/downloads/pecl/snaps/http/2.0.0/ with libevent support as well? Jan -- PECL

[PECL-DEV] Re: Who manages the stats package DLLs?

2013-12-15 Thread Jan Ehrhardt
Wendell P in php.pecl.dev (Sat, 14 Dec 2013 12:40:40 -0800): There is no contact info for the listed manager of stats. http://pecl.php.net/package/stats There is a bug in the supplied version that prevents the random number generator from working. https://bugs.php.net/bug.php?id=57830 This bug

[PECL-DEV] Re: [ANNOUNCEMENT] oci8-2.0.6 (stable) Released.

2013-12-15 Thread Jan Ehrhardt
Are there any reasons why the sources for PHP 5.3.28, 5.4.23 5.5.7 still are at 1.4.9/10? After that 2 stable releases of Pecl OCI have been made avalable (2.0.5 and 2.0.6). Would it make sense to upgrade 5.4 and 5.5 to 2.0.6? Or, maybe, remove the OCI extendion from the core PHP releases? Jan

[PECL-DEV] Re: [PROPOSAL] Crypto extension

2013-12-15 Thread Jan Ehrhardt
Hi Jakub, The text of the link in your readme to my Windows builds is correct, but the href points somewhere to a non-existing github page. For those reading this list: https://www.apachelounge.com/viewforum.php?f=6 Jan -- PECL development discussion Mailing List (http://pecl.php.net/) To

Re: [PECL-DEV] Compiling PHP 5.4.24

2014-01-22 Thread Jan Ehrhardt
Anatol Belski in php.pecl.dev (Wed, 22 Jan 2014 17:21:16 +0100): To generate it, the bison and re2c from php-sdk should work as well. For how to do it, please look at genfiles and Makefile.frag in the root of php-src. php-sdk = http://windows.php.net/downloads/php-sdk/ (for those who are no

[PECL-DEV] Re: SVN PHP extension

2014-02-05 Thread Jan Ehrhardt
Jan Ehrhardt in php.pecl.dev (Wed, 05 Feb 2014 13:33:16 +0100): 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.zip and/or http

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

2014-02-09 Thread Jan Ehrhardt
Anatol Belski in php.pecl.dev (Thu, 6 Feb 2014 13:33:27 +0100): On Wed, February 5, 2014 14:45, Jan Ehrhardt wrote: Anatol Belski in php.pecl.dev (Wed, 5 Feb 2014 13:56:49 +0100): I missed the part about VC6, but you are right. Wandisco has VC9 DLL's, but no libs. http://www.wandisco.com

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

2014-02-09 Thread Jan Ehrhardt
Jan Ehrhardt in php.pecl.dev (Sun, 09 Feb 2014 17:28:00 +0100): Maybe I should downgrade, because: One test (wc-queries-test) is known to fail with recent versions of SQLite. http://www.linuxfromscratch.org/blfs/view/svn/general/subversion.html I first tried SQLite 3.7.9, but got the message

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

2014-02-10 Thread Jan Ehrhardt
Hojjat A. M.Rezaei in php.pecl.dev (Mon, 10 Feb 2014 12:05:53 +0330): php_svn.dll is not working on iis, could i ask you please fix it? I have got no time right now, but maybe Pierre can take a look at http://phpdev.toolsforresearch.com/SVN.zip Pierre: if you unzip that to a \SVN directory on

[PECL-DEV] Re: QuickBinary extension for PHP

2014-02-26 Thread Jan Ehrhardt
Chung Leong in php.pecl.dev (Tue, 25 Feb 2014 17:35:25 +0100): I would like to submit my extension for consideration for inclusion in PECL. I have added this extension to the growing list of extensions in my Windows builds. An example:

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

2014-04-21 Thread Jan Ehrhardt
Chung Leong in php.pecl.dev (Tue, 22 Apr 2014 02:31:04 +0200): 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 Jan Ehrhardt
Anatol Belski in php.pecl.dev (Tue, 22 Apr 2014 10:44:52 +0200): I would strongely discourage you from linking with the libraries built with MinGW. There is hardly any way to avoid that. The extension will only be useable, if it produces at least MP4 (x264) output. This means ffmpeg has to be

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

2014-04-22 Thread Jan Ehrhardt
Jan Ehrhardt in php.pecl.dev (Tue, 22 Apr 2014 16:28:30 +0200): Anatol Belski in php.pecl.dev (Tue, 22 Apr 2014 10:44:52 +0200): I would strongely discourage you from linking with the libraries built with MinGW. There is hardly any way to avoid that. The extension will only be useable

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

2014-04-22 Thread Jan Ehrhardt
Pierre Joye in php.pecl.dev (Tue, 22 Apr 2014 16:47:29 +0200): On Tue, Apr 22, 2014 at 4:28 PM, Jan Ehrhardt php...@ehrhardt.nl wrote: There is hardly any way to avoid that. The extension will only be useable, if it produces at least MP4 (x264) output. This means ffmpeg has to be compiled

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

2014-04-22 Thread Jan Ehrhardt
Pierre Joye in php.pecl.dev (Tue, 22 Apr 2014 19:37:53 +0200): On Tue, Apr 22, 2014 at 7:25 PM, Jan Ehrhardt php...@ehrhardt.nl wrote: Just curious: is there any OS still using ext/pspell? If not, should not it be removed? Would love to but not willing to battle for that :) Crystal clear

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

2014-04-22 Thread Jan Ehrhardt
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. and neither PHP nor ffmpeg are system-level. So that is not an issue

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

2014-04-22 Thread Jan Ehrhardt
Chung Leong in php.pecl.dev (Wed, 23 Apr 2014 05:18:09 +0200): I just realized that PHP5TS.DLL imports the same DLLs. Yes, but advapi.dll and user32.dll are system-level components on Windows. Thus they are allowed to use msvcrt.dll. On Wed, Apr 23, 2014 at 4:52 AM, Jan Ehrhardt php

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

2014-04-23 Thread Jan Ehrhardt
Anatol Belski in php.pecl.dev (Wed, 23 Apr 2014 07:56:07 +0200): https://projects.blender.org/scm/viewvc.php/trunk/lib/win64/ffmpeg/Readme.txt?view=markuproot=bf-blender http://www.blender.org/download/ Blender is not PHP. It might work if they only use the same compiler and dont mix CRT, like

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

2014-04-23 Thread Jan Ehrhardt
Pierre Joye in php.pecl.dev (Wed, 23 Apr 2014 08:53:47 +0200): However, we do not support that for any libraries we provide or bundle and for any pecl extension we build and provide. There are way too many possible issues and we wasted plenty of times trying to fixing these issues. It is easier,

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

2014-04-23 Thread Jan Ehrhardt
Pierre Joye in php.pecl.dev (Wed, 23 Apr 2014 18:11:01 +0200): That being said, it is possible to build libav with vc, especially with 2013. If you can provide a ready to be used sources tree, we will happily use it to provide automatic binaries build, which will then be available at the same

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

2014-04-23 Thread Jan Ehrhardt
Hi Anatol, anatol@belski.net, 23/04/14, 19:19: The previous message was a little clearer: https://mailman.videolan.org/pipermail/x264-devel/2011-May/008517.html I don't see where it was issue with building with MSVC in that link, the person just started to build with MinGW right on. To

[PECL-DEV] Re: Windows Snapshot builds

2014-05-30 Thread Jan Ehrhardt
Hannes Magnusson in php.pecl.dev (Fri, 30 May 2014 09:25:00 -0700): I believe the infrastructure itself is all in place, it just needs taping some pieces together and decide on security policy (e.g., upload a archive.tar.gz? build from a git/svn branch? how to verify its real?). What is wrong

Re: [PECL-DEV] PECL account for publishing an extension

2014-07-11 Thread Jan Ehrhardt
Pierre Joye in php.pecl.dev (Fri, 11 Jul 2014 08:32:40 +0200): On Fri, Jul 11, 2014 at 6:00 AM, Jan Ehrhardt php...@ehrhardt.nl wrote: A pity it does not compile for Windows: https://github.com/FriendsOfPHP/uprofiler/issues/10 We are on it. Looks like today's patches fixed the compiling

Re: [PECL-DEV] Re: Re: [PHP-QA] Debian and the PHP license

2014-07-30 Thread Jan Ehrhardt
Walter Landry in php.pecl.dev (Wed, 30 Jul 2014 17:54:10 -0700 (PDT)): Stas Malyshev smalys...@sugarcrm.com wrote: Would you change the licence to something more usual, like MIT/X style? No, this is completely infeasible That is not correct. It is very easy to change the license because the

[PECL-DEV] Re: [ANNOUNCEMENT] pecl_http-2.1.0RC2 (beta) Released.

2014-08-11 Thread Jan Ehrhardt
PECL Announce in php.pecl.dev (5 Aug 2014 15:16:35 -): The new PECL package pecl_http-2.1.0RC2 (beta) has been released at http://pecl.php.net/. Release notes - Changes from RC1: * Fixed a possible crash with http\Encoding\Stream\Dechunk::decode($unencoded) * Fixed a leak in

[PECL-DEV] Re: [ANNOUNCEMENT] pecl_http-2.1.0RC2 (beta) Released.

2014-08-11 Thread Jan Ehrhardt
Jan Ehrhardt in php.pecl.dev (Mon, 11 Aug 2014 10:02:51 +0200): It is only on PHP 5.6, not on PHP 5.4 and PHP 5.6 !? Typo: It is only on PHP 5.5, not on PHP 5.4 and PHP 5.6 !? -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PECL-DEV] Re: [ANNOUNCEMENT] pecl_http-2.1.0RC2 (beta) Released.

2014-08-12 Thread Jan Ehrhardt
Jan Ehrhardt in php.pecl.dev (Mon, 11 Aug 2014 10:02:51 +0200): C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\stdint.h(27) : error C2371: 'int_fast16_t' : redefinition; different basic types .\win32/php_stdint.h(101) : see declaration of 'int_fast16_t' C:\Program Files

[PECL-DEV] Re: [ANNOUNCEMENT] pecl_http-2.1.0RC2 (beta) Released.

2014-08-12 Thread Jan Ehrhardt
Jan Ehrhardt in php.pecl.dev (Tue, 12 Aug 2014 11:56:32 +0200): Jan Ehrhardt in php.pecl.dev (Mon, 11 Aug 2014 10:02:51 +0200): C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\stdint.h(27) : error C2371: 'int_fast16_t' : redefinition; different basic types .\win32

Re: [PECL-DEV] Re: [ANNOUNCEMENT] pecl_http-2.1.0RC2 (beta) Released.

2014-08-12 Thread Jan Ehrhardt
Pierre Joye in php.pecl.dev (Tue, 12 Aug 2014 13:06:49 +0200): See this patch by Anatol (4 days old) http://git.php.net/?p=php-src.git;a=commitdiff;h=7189039d650de1417e4e580865b1e77b39e3da55 is it not what Anatol fixed in core recently? I applied Anatol's fix to win32/php_stdint.h and to a

Re: [PECL-DEV] Re: [ANNOUNCEMENT] pecl_http-2.1.0RC2 (beta) Released.

2014-08-12 Thread Jan Ehrhardt
Jan Ehrhardt in php.pecl.dev (Tue, 12 Aug 2014 18:39:55 +0200): My PHP 5.5.16RC1 build worked flawlessly with the exception of php_event.dll. But that was a SSL issue, because I have been trying to get that to work (by compiling the libevent libswith OpenSSL support). SSL issue for libevent also

Re: [PECL-DEV] Re: [ANNOUNCEMENT] pecl_http-2.1.0RC2 (beta) Released.

2014-08-13 Thread Jan Ehrhardt
Michael Wallner in php.pecl.dev (Wed, 13 Aug 2014 12:56:42 +0200): Hey, I'm not sure I can follow this discussion :-/ Is there anything for me to fix before RC3? Probably not. I ran the tests for PHP 5.4 and PHP 5.5 with version 2.0.7. They gave the same results, so the compilation on PHP 5.5 was

Re: [PECL-DEV] Re: [ANNOUNCEMENT] pecl_http-2.1.0RC2 (beta) Released.

2014-08-15 Thread Jan Ehrhardt
Jan Ehrhardt in php.pecl.dev (Tue, 12 Aug 2014 18:39:55 +0200): Pierre Joye in php.pecl.dev (Tue, 12 Aug 2014 13:06:49 +0200): See this patch by Anatol (4 days old) http://git.php.net/?p=php-src.git;a=commitdiff;h=7189039d650de1417e4e580865b1e77b39e3da55 is it not what Anatol fixed in core

[PECL-DEV] Re: [ANNOUNCEMENT] pecl_http-2.1.0RC2 (beta) Released.

2014-08-20 Thread Jan Ehrhardt
Jan Ehrhardt in php.pecl.dev (Tue, 12 Aug 2014 18:39:55 +0200): Without changing VC11's stdint.h (which I did for debugging) I could only think of one way to prevent it from loading. stdint.h starts with: /* stdint.h standard header */ #pragma once #ifndef _STDINT #define _STDINT So, by defining

Re: [PECL-DEV] timezonedb extension compiled for Windows

2014-09-09 Thread Jan Ehrhardt
Pierre Joye in php.pecl.dev (Tue, 9 Sep 2014 13:55:19 +0200): We never tried but makes also little sense as you would not be able to use it with any binaries we provide. This db being bundled and statically linked. Timezonedb is a PECL extension. Quote from http://pecl.php.net/package/timezonedb

Re: [PECL-DEV] timezonedb extension compiled for Windows

2014-09-09 Thread Jan Ehrhardt
Jan Ehrhardt in php.pecl.dev (Tue, 09 Sep 2014 14:21:22 +0200): If you say makes little sense, do you mean that the 'replacement' does not work on Windows? The replacement works. PHP 5.6 with the extension installed tells Olson Timezone Database Version 2014.7 Timezone Database

[PECL-DEV] Re: pickle (was: New branch: phpng pecl install)

2014-11-19 Thread Jan Ehrhardt
Michael Wallner in php.pecl.dev (Wed, 19 Nov 2014 09:00:52 +0100): On 18/11/14 16:09, Jan Ehrhardt wrote: Maybe I have missed something, but I saw that Michael Wallner added new branches phpng to the Propro and Raphf extensions. I can imagine this is the easiest way for an extension maintainer

Re: [PECL-DEV] Re: pickle

2014-11-19 Thread Jan Ehrhardt
Jakub Zelenka in php.pecl.dev (Wed, 19 Nov 2014 13:33:26 +): Forcing all PECL devs to use extra branch is not the right solution IMHO. The best solution would be give devs choice. For example if you don't have 'phpng' branch then try to compile master. This was my idea too. Do not force a

Re: [PECL-DEV] Re: pickle

2014-11-19 Thread Jan Ehrhardt
Jan Ehrhardt in php.pecl.dev (Thu, 20 Nov 2014 03:05:35 +0100): Jakub Zelenka in php.pecl.dev (Wed, 19 Nov 2014 13:33:26 +): Forcing all PECL devs to use extra branch is not the right solution IMHO. The best solution would be give devs choice. For example if you don't have 'phpng' branch

Re: [PECL-DEV] Re: [ANNOUNCEMENT] xmldiff-1.1.0 (stable) Released.

2015-02-02 Thread Jan Ehrhardt
Anatol Belski in php.pecl.dev (Mon, 2 Feb 2015 11:01:15 +0100): The __STDC_* macros have to be used in C++, maybe we even should enable them by default. If you rely on the macros from stdint you'd better make sure those macros are always enabled. So it would be my choice to enable them by

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

2015-02-12 Thread Jan Ehrhardt
Anatol Belski in php.pecl.dev (Thu, 12 Feb 2015 20:50:45 +0100): 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

[PECL-DEV] Re: [ANNOUNCEMENT] xmldiff-1.1.0 (stable) Released.

2015-02-01 Thread Jan Ehrhardt
PECL Announce in php.pecl.dev (1 Feb 2015 20:13:00 -): - PHP7 compatibility To make this compile with PHP7 I had to add __STDC_CONSTANT_MACROS in php_xmldiff.h #define __STDC_LIMIT_MACROS 1 +#define __STDC_CONSTANT_MACROS 1 #include php.h #include php_ini.h Otherwise I am getting all

[PECL-DEV] Re: [ANNOUNCEMENT] xmldiff-1.1.0 (stable) Released.

2015-02-01 Thread Jan Ehrhardt
Jan Ehrhardt in php.pecl.dev (Sun, 01 Feb 2015 23:38:00 +0100): PECL Announce in php.pecl.dev (1 Feb 2015 20:13:00 -): - PHP7 compatibility To make this compile with PHP7 I had to add __STDC_CONSTANT_MACROS in php_xmldiff.h #define __STDC_LIMIT_MACROS 1 +#define __STDC_CONSTANT_MACROS 1

[PECL-DEV] Re: Uploadprogress extension with PHP7 support

2015-03-15 Thread Jan Ehrhardt
Bug report (or rather feature request): https://bugs.php.net/bug.php?id=69242 Jan -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PECL-DEV] Re: pecl_php_imagick compatible with ImageMagick-6.9.0-7-Q16-x86-dll.

2015-02-25 Thread Jan Ehrhardt
Wilmer Arambula in php.pecl.dev (Wed, 25 Feb 2015 09:14:42 -0430): Hi, where I can download pecl_php_imagick.dll Compatible with ImageMagick-6.9.0-7-Q16-x86-dll or where I can find the steps to compile use PHP 5.6.6-ts-x86 and Apache 2.4.4. x86. Try my complete PHP builds at

[PECL-DEV] Re: [ANNOUNCEMENT] leveldb-0.1.5 (beta) Released.

2015-05-09 Thread Jan Ehrhardt
PECL Announce in php.pecl.dev (Sat, 09 May 2015 11:59:05 +): The new PECL package leveldb-0.1.5 (beta) has been released at http://pecl.php.net/. Release notes - - Fixed pecl installation Package Info - This extension is a PHP binding for Google LevelDB Interesting

[PECL-DEV] Re: [ANNOUNCEMENT] trace-0.3.0 (beta) Released.

2015-05-15 Thread Jan Ehrhardt
PECL Announce in php.pecl.dev (Fri, 15 May 2015 11:53:19 +): The new PECL package trace-0.3.0 (beta) has been released at http://pecl.php.net/. ... - Added support for PHP 5.1 You are kidding, aren't you? Anyway, PECL says 'PHP Version: PHP 5.2 or newer' Jan -- PECL development discussion

[PECL-DEV] Re: DLLs and logs missing for completed Windows builds

2015-06-10 Thread Jan Ehrhardt
Jeremy Mikola in php.pecl.dev (Tue, 9 Jun 2015 19:16:21 -0400): The mongo-1.6.9 Windows builds completed around 22:15 UTC (~45 minutes ago), but I don't see the DLLs or logs available in http://windows.php.net/downloads/pecl/releases/mongo/1.6.9/. According to the build emails, Upload status:

[PECL-DEV] Re: [ANNOUNCEMENT] pecl_http-2.5.0 (stable) Released.

2015-07-09 Thread Jan Ehrhardt
Hi Mike, PECL Announce in php.pecl.dev (Thu, 09 Jul 2015 06:58:12 +): The new PECL package pecl_http-2.5.0 (stable) has been released at http://pecl.php.net/. Authors - Michael Wallner m...@php.net (lead) It is a little confusing that there are two places at Github with this

[PECL-DEV] Re: Ported some PHP5 PECL extensions to PHP7

2016-02-27 Thread Jan Ehrhardt
Jan Ehrhardt in php.pecl.dev (Sat, 27 Feb 2016 13:48:13 +0100): >Tautvydas in php.pecl.dev (Sat, 27 Feb 2016 09:13:51 +0200): >>Here are source repositories: >> >>https://bitbucket.org/esminis/php_pecl_rar > >Wonderful job! Could somebody with karma give Tautvydas

[PECL-DEV] Re: Ported some PHP5 PECL extensions to PHP7

2016-02-28 Thread Jan Ehrhardt
Tautvydas in php.pecl.dev (Sun, 28 Feb 2016 16:13:00 +0200): >Just so you know I have fixed the ZTS, now testing and if everything is >ok will push to repo. > >> I have accepted PR`s. Thanks. I have recompiled all my 7.0.4RC1 builds with RAR and your other ports (except quickhash):

[PECL-DEV] Re: Ported some PHP5 PECL extensions to PHP7

2016-02-28 Thread Jan Ehrhardt
Tautvydas in php.pecl.dev (Sun, 28 Feb 2016 15:23:24 +0200): >Yes I have backup of bitbucket repo(I can push to separate branch or >send as zip to you), but I did not quite understand why you need it for >PHP5 - there were only PHP7 rewrite, nothing more. As far as I could remember, you started

[PECL-DEV] Re: Ported some PHP5 PECL extensions to PHP7

2016-02-27 Thread Jan Ehrhardt
Tautvydas in php.pecl.dev (Sat, 27 Feb 2016 09:13:51 +0200): >Here are source repositories: > >https://bitbucket.org/esminis/php_pecl_judy >https://bitbucket.org/esminis/php_pecl_spl_types >https://bitbucket.org/esminis/php_pecl_id3 >https://bitbucket.org/esminis/php_pecl_rar

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

2016-04-20 Thread Jan Ehrhardt
"PECL Announce" in php.pecl.dev (Tue, 19 Apr 2016 18:34:47 +): >The new PECL package couchbase-2.2.0beta1 (beta) has been released at >http://pecl.php.net/. > >Release notes >- >This is a major update to the PHP 2.2 SDK. > >Changes: >* PCBC-360: refactoring to support PHP 7 There

[PECL-DEV] Re: ImageMagick vulnerability

2016-05-07 Thread Jan Ehrhardt
Hi Dan, Dan Ackroyd in php.pecl.dev (Tue, 3 May 2016 23:33:17 +0100): >Sorry for being off-topic, but as the maintainer for the Imagick >extension I feel it necessary to do my best impression of Paul Revere* >and warn people of an alleged vulnerability in the underlying >ImageMagick library. The

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

2016-07-14 Thread Jan Ehrhardt
Hi Anatol, "Anatol Belski" in php.pecl.dev (Fri, 1 Jul 2016 12:45:56 +0200): >No libcouchbase SDK builds are provided for VS2015, and it couldn't be >ensured whether it's safe to link with other builds that are provided. They have them now:

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

2016-07-01 Thread Jan Ehrhardt
Hi Anatol, "Anatol Belski" in php.pecl.dev (Fri, 1 Jul 2016 12:45:56 +0200): >Hi Jan, > >> -Original Message- >> From: Jan Ehrhardt [mailto:php...@ehrhardt.nl] >> Sent: Thursday, June 30, 2016 11:07 AM >> >> Is there any special rea

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

2017-02-19 Thread Jan Ehrhardt
"Anatol Belski" in php.windows (Tue, 17 Jan 2017 20:14:55 +0100): >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

Re: [PECL-DEV] Win32service PECL update

2017-01-18 Thread Jan Ehrhardt
Mr Jean Baptiste Nahan in php.pecl.dev (Wed, 18 Jan 2017 07:52:17 +0100): >I have actually one contributor (Fernando Herrero). And Jan-E of Apache >Lounge (http://apachelounge.com) know our work on this extension. I am not 'of Apache Lounge'. I only announce my PHP builds in the Member Downloads

[PECL-DEV] Pecl Memcache

2016-12-08 Thread Jan Ehrhardt
https://pecl.php.net/package/memcache is as good as dead. The development is done at https://github.com/websupport-sk/pecl-memcache Can somebody contact Tomas Srnka about maintaining this extension? See https://github.com/websupport-sk/pecl-memcache/issues/11#issuecomment-265740146 -- Jan --

[PECL-DEV] Re: [ANNOUNCEMENT] mysql_xdevapi-1.0.0 (alpha) Released.

2016-12-08 Thread Jan Ehrhardt
"PECL Announce" in php.pecl.dev (Thu, 08 Dec 2016 15:51:36 +): >Package home: http://pecl.php.net/package/mysql_xdevapi > Changelog: http://pecl.php.net/package-changelog.php?package=mysql_xdevapi >Download: http://pecl.php.net/get/mysql_xdevapi-1.0.0.tgz Are the sources somewhere

Re: [PECL-DEV] Win32service PECL update

2017-01-12 Thread Jan Ehrhardt
"Anatol Belski" in php.pecl.dev (Mon, 9 Jan 2017 14:52:09 +0100): >> -Original Message- >> From: Mr Jean Baptiste Nahan [mailto:jean-bapti...@nahan.fr] >> >> I want update this page for >> share >> my work. >> >> Can you help me for this ? >

[PECL-DEV] Re: [ANNOUNCEMENT] couchbase-2.2.4 (stable) Released.

2016-12-27 Thread Jan Ehrhardt
"PECL Announce" in php.pecl.dev (Mon, 26 Dec 2016 20:05:16 +): >* PCBC-401: embed PHP classes using pcs. This fixes performance issue, > where the extension spending time during each request to evaluate > and load Couchbase classes written in PHP. The pecl/pcs extension > have to be

[PECL-DEV] Re: [ANNOUNCEMENT] win32service-0.2.0 (stable) Released.

2017-03-23 Thread Jan Ehrhardt
"PECL Announce" in php.pecl.dev (Thu, 23 Mar 2017 08:07:02 +): >Package home: http://pecl.php.net/package/win32service Can somebody update the source link on the pecl website to https://github.com/InExtenso/win32service -- Jan -- PECL development discussion Mailing List

Re: [PECL-DEV] [ANNOUNCEMENT] mysql_xdevapi-8.0.2 (alpha) Released.

2017-07-13 Thread Jan Ehrhardt
Remi Collet in php.pecl.dev (Wed, 12 Jul 2017 15:56:23 +0200): >Le 11/07/2017 à 15:51, PECL Announce a écrit : >> The new PECL package mysql_xdevapi-8.0.2 (alpha) has been released at >> http://pecl.php.net/. > >Still no link to sources, and no way to report bug. > >Build failure on 32-bit arch

[PECL-DEV] Re: [ANNOUNCEMENT] ps-1.4.1 (stable) Released.

2017-08-01 Thread Jan Ehrhardt
"PECL Announce" in php.pecl.dev (Mon, 31 Jul 2017 11:49:19 +): >Package home: http://pecl.php.net/package/ps Could you fix the 'browse source' link on PECL? http://svn.php.net/viewvc/pecl/ps/ is outdated. -- Jan -- PECL development discussion Mailing List (http://pecl.php.net/) To

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

2017-10-07 Thread Jan Ehrhardt
Leon Sorokin in php.pecl.dev (Fri, 6 Oct 2017 20:02:59 -0500): >Any chance of someone publishing php_mailparse dlls [1] built against >PHP 7.2? They are part of my builds: https://www.apachelounge.com/viewtopic.php?t=6617 -- Jan -- PECL development discussion Mailing List

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

2018-05-08 Thread Jan Ehrhardt
"PECL Announce" in php.pecl.dev (Tue, 08 May 2018 06:28:43 +): >Fixed issue #49: "Invalid file descriptor" exceptions in PHP 7.2. Due to > Zend API changes in PHP 7.2, Event stream arguments were accepted by > reference. > >Package Info >- >This is an extension to efficiently

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

2018-05-08 Thread Jan Ehrhardt
"Christoph M. Becker" in php.pecl.dev (Tue, 8 May 2018 18:12:16 +0200): >On 08.05.2018 at 17:53, Jan Ehrhardt wrote: > >> @weltling: Is there any reason why windows.php.net did not even try to >> compile the php 7.2 version? >> https://windows.php.net/downloads/pe

[PECL-DEV] Re: memcache, without a d, as in Venezuela

2018-06-23 Thread Jan Ehrhardt
Rowan Collins in php.internals (Fri, 22 Jun 2018 23:40:27 +0100): >However, it seems that the package without a d is actually abandoned. >The official PECL package was last released more than 5 years ago [3], >and the bug asking for PHP 7 compatibility is still open [4]. An >unofficial fork

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

2018-06-23 Thread Jan Ehrhardt
Or this one Szabolcs Balogh in php.pecl.dev (Thu, 18 Feb 2016 13:28:51 +0100): >Hi, > >I'm getting questions about merging this patch into php.net version, so i >would ask, that what are the requirements, what is the process for getting >this port to be merged? > >thanks for answer >szabi > >On

[PECL-DEV] Re: Pecl Memcache

2018-06-23 Thread Jan Ehrhardt
Jan Ehrhardt in php.pecl.dev (Thu, 08 Dec 2016 15:07:41 +0100): >https://pecl.php.net/package/memcache is as good as dead. The >development is done at https://github.com/websupport-sk/pecl-memcache > >Can somebody contact Tomas Srnka about maintaining this extension? See >htt

[PECL-DEV] Re: [ANNOUNCEMENT] event-2.4.0 (stable) Released.

2018-07-23 Thread Jan Ehrhardt
Hi Remi, "PECL Announce" in php.pecl.dev (Mon, 23 Jul 2018 06:35:50 +): >The new PECL package event-2.4.0 (stable) has been released at >http://pecl.php.net/. >Remi Collet (contributor) Nice work. Compilation on Windows for PHP 7.2 (with OpenSSL 1.0.2) will be fixed with this addition to

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

2018-03-24 Thread Jan Ehrhardt
"PECL Announce" in php.pecl.dev (Fri, 23 Mar 2018 21:29:52 +): >The new PECL package pdo_sqlsrv-5.2.0 (stable) has been released at >http://pecl.php.net/. Is there any special reason why the PHP 7.1 x86 ts version was not built? See

[PECL-DEV] Re: PECL Account Request: xhprof

2018-11-05 Thread Jan Ehrhardt
xinhui long in php.pecl.dev (Sun, 04 Nov 2018 00:16:56 +): >Need php.net Account: yes >Purpose: >xhprof php7 maintenance Anyone that takes over this extension should be aware that there is a Windows port, currently at version 0.10.6:

[PECL-DEV] Re: SSH2 DLL for PHP 5.6

2018-09-25 Thread Jan Ehrhardt
Out Of in php.pecl.dev (Tue, 25 Sep 2018 13:47:17 +0100): >I'm trying to find the DLL of SSH2 for PHP 5.6 (i'm running PHP 5.6.35 on >apache 2.4.33). Here is head info of my phpinfo > >PHP Version 5.6.35 >System Windows NT COMPNAME 10.0 build 17134 (Windows 10) AMD64 >Build Date Mar 29 2018

[PECL-DEV] Re: SSH2 DLL for PHP 5.6

2018-09-25 Thread Jan Ehrhardt
Jan Ehrhardt in php.pecl.dev (Wed, 26 Sep 2018 04:39:57 +0200): >Out Of in php.pecl.dev (Tue, 25 Sep 2018 13:47:17 +0100): >>I'm trying to find the DLL of SSH2 for PHP 5.6 (i'm running PHP 5.6.35 on >>apache 2.4.33). Here is head info of my phpinfo >> >>PHP Version

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

2019-01-04 Thread Jan Ehrhardt
Hi Anatol, Anatol Belski in php.pecl.dev (Sat, 5 Jan 2019 02:45:29 +): >Not sure, do you refer to the PHP core or the amqp ext? In general, we >follow the requirements of the dependency libraries. OpenSSL is the >most common requirement for the core, fe for cURL or LDAP. Talking about LDAP

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

2019-01-05 Thread Jan Ehrhardt
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 php_curl.dll could be built with WINSSL, but that is only >> because libcurl supports it. Most dependent libraries do not have an

[PECL-DEV] Re: php_curl.dll with native windows ssl

2019-01-05 Thread Jan Ehrhardt
Jan Ehrhardt in php.pecl.dev (Sat, 05 Jan 2019 19:23:44 +0100): >https://phpdev.toolsforresearch.com/php_curl-7.63.0-winssl.dll.zip Complete build with all kinds of extensions: https://phpdev.toolsforresearch.com/php-7.2.14RC1-curl-winssl-nts-Win32-VC15-x64.htm ht

[PECL-DEV] php_curl.dll with native windows ssl

2019-01-05 Thread Jan Ehrhardt
Vincent Jardin in php.pecl.dev (Sat, 05 Jan 2019 16:32:42 +0100): >Le 5 janvier 2019 14:41:36 Jan Ehrhardt a écrit : >> 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 php_curl.

[PECL-DEV] Re: php_curl.dll with native windows ssl

2019-01-05 Thread Jan Ehrhardt
Jan Ehrhardt in php.pecl.dev (Sat, 05 Jan 2019 19:37:53 +0100): >Jan Ehrhardt in php.pecl.dev (Sat, 05 Jan 2019 19:23:44 +0100): > >>https://phpdev.toolsforresearch.com/php_curl-7.63.0-winssl.dll.zip > >Complete build with all kinds of extensions: > >https://phpdev.

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

2019-01-03 Thread Jan Ehrhardt
Jean-Baptiste Nahan in php.pecl.dev (Thu, 3 Jan 2019 15:59:25 +0100): >I need the PHP amqp extension for PHP 7.2 and 7.3 but I have not found on pecl >website : >https://pecl.php.net/package/amqp/1.9.4/windows Maybe Anatol can build https://github.com/alanxz/rabbitmq-c/releases/tag/v0.9.0 for

  1   2   >