RE: [PHP-DEV] PHP 8.1 and PECL ext builds for Windows

2021-06-08 Thread Anatol Belski
Hi Christoph, > -Original Message- > From: Christoph M. Becker > Sent: Monday, June 7, 2021 11:42 PM > To: Anatol Belski ; Nikita Popov > > Cc: PHP internals > Subject: Re: [PHP-DEV] PHP 8.1 and PECL ext builds for Windows > > On 07.06.2021 at

RE: [PHP-DEV] PHP 8.1 and PECL ext builds for Windows

2021-06-07 Thread Anatol Belski
Hi, > -Original Message- > From: Nikita Popov > Sent: Monday, June 7, 2021 1:07 PM > To: Christoph M. Becker > Cc: PHP internals > Subject: Re: [PHP-DEV] PHP 8.1 and PECL ext builds for Windows > > On Mon, Jun 7, 2021 at 10:58 AM Christoph M. Becker > > wrote: > > > On 07.06.2021 at

Re: [PHP-DEV] support for BLAKE3 hash?

2021-03-13 Thread Anatol Belski
Hi, thanks for keeping in sync with the world events on hashing, especially crypto hashing. I saw happenings from the mentioned PR, but couldn't really follow closely. Could you please tell, what the current impediments on this work are? Please see to rebase the patch to the latest master to ease

Re: [PHP-DEV] Windows snapshot builds switching to debug

2020-03-10 Thread Anatol Belski
Hi Christoph, I'd see not much value in switching to debug builds for the snapshots. Currently the snapshots are public and are built with PGO. This makes it easy for users to test any provided revision. Debug builds are better suitable for the runtime development, but they require a debug

RE: [PHP-DEV] Trigger rebuild of DLLs for PECL extensions?

2019-05-11 Thread Anatol Belski
> -Original Message- > From: Thomas Hruska > Sent: Saturday, May 11, 2019 2:57 PM > To: Anatol Belski ; PHP Development > > Subject: Re: [PHP-DEV] Trigger rebuild of DLLs for PECL extensions? > > On 5/11/2019 4:58 AM, Anatol Belski wrote: > > Hi,

RE: [PHP-DEV] Trigger rebuild of DLLs for PECL extensions?

2019-05-11 Thread Anatol Belski
Hi, > -Original Message- > From: Thomas Hruska > Sent: Saturday, May 11, 2019 1:39 PM > To: PHP Development > Subject: [PHP-DEV] Trigger rebuild of DLLs for PECL extensions? > > Is there a way to trigger the Windows DLL build process for a PECL extension > without publishing a new

Re: [PHP-DEV] Re: PHP 7.3 dom change?

2019-04-02 Thread Anatol Belski
On Mon, 2019-04-01 at 13:42 -0700, Rasmus Lerdorf wrote: > On Mon, Apr 1, 2019 at 9:25 AM Rasmus Lerdorf > wrote: > > > I've been walking through the PHP 7.2->7.3 ext/dom diffs but I > > don't see > > what has caused this change: https://3v4l.org/hEmmR > > What did I miss? > > > > Tracked it

RE: [PHP-DEV] [RFC] JIT

2019-03-15 Thread Anatol Belski
Hi, New Windows builds are available here https://windows.php.net/downloads/snaps/ostc/jit-dynasm/20190315/ . Anyone interested, especially usage with Apache, are encouraged to test hard :) Thanks Anatol > -Original Message- > From: Dmitry Stogov > Sent: Friday, March 15, 2019 10:53

RE: [PHP-DEV] [RFC] JIT

2019-03-07 Thread Anatol Belski
Hi Theodore, > -Original Message- > From: Theodore Brown > Sent: Thursday, March 7, 2019 5:11 PM > To: Anatol Belski ; Dmitry Stogov ; PHP > internals > Cc: Joe Watkins > Subject: Re: [PHP-DEV] [RFC] JIT > > On Tuesday, March 5, 2019 3:52 PM, Anatol Belski

RE: [PHP-DEV] [RFC] JIT

2019-03-05 Thread Anatol Belski
. Thanks Anatol > -Original Message- > From: Dmitry Stogov > Sent: Tuesday, March 5, 2019 3:38 PM > To: PHP internals > Cc: Anatol Belski ; Joe Watkins > Subject: Re: [PHP-DEV] [RFC] JIT > > JIT also works for non-ZTS PHP Windows builds now. > &

[PHP-DEV] RE: ZTS improvement idea

2019-03-04 Thread Anatol Belski
Hi Dmitry, > -Original Message- > From: Dmitry Stogov > Sent: Friday, February 15, 2019 8:12 AM > To: Anatol Belski ; Joe Watkins ; Bob > Weinand ; Nikita Popov ; z...@php.net > Cc: PHP internals > Subject: Re: ZTS improvement idea > > Hi Anatol, > >

RE: [PHP-DEV] [RFC] JIT

2019-03-01 Thread Anatol Belski
Hi, > -Original Message- > From: Dmitry Stogov > Sent: Friday, February 22, 2019 1:49 PM > To: Joe Watkins > Cc: PHP internals ; Anatol Belski > Subject: Re: [PHP-DEV] [RFC] JIT > > Thanks to Anatol, who started working on Windows build and "enforced&qu

[PHP-DEV] RE: ZTS improvement idea

2019-02-18 Thread Anatol Belski
Hi Nikita, > I think we need to distinguish two cases: > > 1. Globals that are local to a DSO. The majority of globals in extensions is > of this > kind. While it is currently common to declare these globals in an exported > header, they really shouldn't be. We should move these towards

[PHP-DEV] RE: ZTS improvement idea

2019-02-15 Thread Anatol Belski
Hi Dmitry, > > I thought about it as well. The reason for the additional dereference > > levels is probably ,that every globals structure has its own size. > > That way, it needs to go on the heap. > > Not necessary. In case all the structures are known at MINIT time, we may > realloc()-ate the

[PHP-DEV] RE: ZTS improvement idea

2019-02-15 Thread Anatol Belski
> -Original Message- > From: Dmitry Stogov > Sent: Thursday, February 14, 2019 11:21 PM > To: Anatol Belski ; Nikita Popov > Cc: Joe Watkins ; Bob Weinand ; > Nikita Popov ; z...@php.net; PHP internals > > Subject: Re: ZTS improvement idea > > > &g

[PHP-DEV] RE: ZTS improvement idea

2019-02-14 Thread Anatol Belski
Hi Nikita, > -Original Message- > From: Nikita Popov > Sent: Wednesday, February 13, 2019 1:02 AM > To: Dmitry Stogov > Cc: Joe Watkins ; Bob Weinand ; > Nikita Popov ; Anatol Belski (a...@php.net) ; > z...@php.net; PHP internals > Subject: Re: ZTS improvement

[PHP-DEV] RE: ZTS improvement idea

2019-02-14 Thread Anatol Belski
Hi Dmitry, > -Original Message- > From: Dmitry Stogov > Sent: Wednesday, February 13, 2019 12:26 AM > To: Joe Watkins ; Bob Weinand ; > Nikita Popov ; Anatol Belski (a...@php.net) ; > z...@php.net > Cc: PHP internals > Subject: ZTS improvement idea > > H

RE: [PHP-DEV] [RFC] FFI - Foreign Function Interface

2018-12-12 Thread Anatol Belski
Hi Sara, > -Original Message- > From: Sara Golemon > Sent: Tuesday, December 11, 2018 5:20 PM > To: Dmitry Stogov > Cc: PHP internals > Subject: Re: [PHP-DEV] [RFC] FFI - Foreign Function Interface > > I'm not super enthused by having "ffi.enable=true" even be an option, to be > quite

[PHP-DEV] PHP 7.0.33 is available

2018-12-06 Thread Anatol Belski
. Regards, Anatol Belski and Ferenc Kovacs P.S. Below is the verification information for the downloads php-7.0.33.tar.bz2 SHA256 hash: 4933ea74298a1ba046b0246fe3771415c84dfb878396201b56cb5333abe86f07 PGP signature: -BEGIN PGP SIGNATURE

RE: [PHP-DEV] Unbundle libsqlite3?

2018-09-18 Thread Anatol Belski
Hi, > -Original Message- > From: Nikita Popov > Sent: Monday, September 17, 2018 7:07 PM > To: Christoph Becker > Cc: PHP internals > Subject: Re: [PHP-DEV] Unbundle libsqlite3? > > On Mon, Sep 17, 2018 at 3:16 PM Christoph M. Becker > wrote: > > > Hi! > > > > We bundle an

[PHP-DEV] PHP 7.0.32 is available

2018-09-13 Thread Anatol Belski
://www.php.net/downloads.php Windows binaries can be found on http://windows.php.net/download/ The list of changes is recorded in the ChangeLog: http://www.php.net/ChangeLog-7.php#7.0.32 Regards, Anatol Belski and Ferenc Kovacs P.S. Below is the verification information for the downloads php

RE: [PHP-DEV] Lift ICU requirements

2018-09-03 Thread Anatol Belski
> -Original Message- > From: Remi Collet > Sent: Monday, September 3, 2018 3:55 PM > To: internals@lists.php.net > Subject: Re: [PHP-DEV] Lift ICU requirements > > Le 03/09/2018 à 15:12, Christoph M. Becker a écrit : > > Hi! > > > > ext/intl presently requires ICU ≥ 4.0 (ICU 4.0 has

RE: [PHP-DEV] PHP 7.1.21RC1 is available for testing

2018-08-02 Thread Anatol Belski
> -Original Message- > From: Peter Kokot > Sent: Thursday, August 2, 2018 8:25 PM > To: krak...@php.net > Cc: Internals > Subject: Re: [PHP-DEV] PHP 7.1.21RC1 is available for testing > > Hello, thank you for the release, there is also a PHP-7.21 tag which might be > an > issue when

RE: [PHP-DEV] Re: PHP 7.1.21

2018-08-01 Thread Anatol Belski
Hi, > -Original Message- > From: Peter Kokot > Sent: Thursday, August 2, 2018 6:56 AM > To: php...@ehrhardt.nl > Cc: Internals > Subject: Re: [PHP-DEV] Re: PHP 7.1.21 > > It seems to be resolved now and versions and tags done properly. > > Should in this case there be also a merge

[PHP-DEV] PHP 7.0.31 is available

2018-07-19 Thread Anatol Belski
: http://www.php.net/downloads.php Windows binaries can be found on http://windows.php.net/download/ The list of changes is recorded in the ChangeLog: http://www.php.net/ChangeLog-7.php#7.0.31 Regards, Anatol Belski and Ferenc Kovacs P.S. Below is the verification information for the downloads

RE: [PHP-DEV] re2c version(s)

2018-07-13 Thread Anatol Belski
> -Original Message- > From: p...@golemon.com On Behalf Of Sara Golemon > Sent: Friday, July 13, 2018 10:27 PM > To: Anatol Belski > Cc: Dmitry Stogov ; Nikita Popov ; > PHP internals list ; Stanislav Malyshev > ; der...@derickrethans.nl; Christoph M. Becker >

RE: [PHP-DEV] re2c version(s)

2018-07-13 Thread Anatol Belski
> -Original Message- > From: Stanislav Malyshev > Sent: Friday, July 13, 2018 8:46 PM > To: Nikita Popov ; Dmitry Stogov > Cc: PHP internals list ; der...@derickrethans.nl; > Christoph M. Becker > Subject: Re: [PHP-DEV] re2c version(s) > > Hi! > > > On Linux distros on common

RE: [PHP-DEV] re2c version(s)

2018-07-13 Thread Anatol Belski
Hi, > -Original Message- > From: p...@golemon.com On Behalf Of Sara Golemon > Sent: Friday, July 13, 2018 8:22 PM > To: Dmitry Stogov > Cc: Nikita Popov ; PHP internals list > ; Stanislav Malyshev ; > der...@derickrethans.nl; Christoph M. Becker > Subject: Re: [PHP-DEV] re2c version(s)

RE: [PHP-DEV] On not rushing things at the last minute

2018-07-10 Thread Anatol Belski
Hi, > -Original Message- > From: Stanislav Malyshev > Sent: Tuesday, July 10, 2018 8:55 PM > To: Sara Golemon ; PHP internals > Subject: Re: [PHP-DEV] On not rushing things at the last minute > > Hi! > > > I'm disappointed by the last minute kitchen-sink dump of RFCs being > > raised,

Re: [PHP-DEV] PHP 7.3 timetable

2018-06-06 Thread Anatol Belski
On Wed, 2018-06-06 at 00:44 +0200, Christoph M. Becker wrote: > On 05.06.2018 at 19:53, Anatol Belski wrote: > > > I haven't seen the tag pushed yet. The signing process is otherwise > > described in the doc. You can use any service to excercise before > > pushing to th

Re: [PHP-DEV] PHP 7.3 timetable

2018-06-05 Thread Anatol Belski
On Tue, 2018-06-05 at 19:14 +0200, Christoph M. Becker wrote: > On 05.06.2018 at 17:10, Sara Golemon wrote: > > > On Tue, Jun 5, 2018 at 10:26 AM, Anatol Belski wrote: > > > > > On Tue, 2018-06-05 at 15:36 +0200, Christoph M. Becker wrote: > > > > > &

Re: [PHP-DEV] PHP 7.3 timetable

2018-06-05 Thread Anatol Belski
On Tue, 2018-06-05 at 15:36 +0200, Christoph M. Becker wrote: > Hi! > > Due to some pending preliminary work, I won't be able to release > 7.3.0alpha1 on Thursday. Unless Stas is willing to tackle the first > alpha, I suggest to postpone the tentative timetable[1] by a week. I > don't think

Re: [PHP-DEV] README.RELEASE_PROCESS: misleading branching info?

2018-06-05 Thread Anatol Belski
Hi Remi, On Tue, 2018-06-05 at 14:44 +0200, Remi Collet wrote: > Le 05/06/2018 à 13:05, Anatol Belski a écrit : > > > PHP-x.y is a development branch. When it is branched off, it gets > > integrated into the git workflow and the regular fixes need to be > > merged

Re: [PHP-DEV] README.RELEASE_PROCESS: misleading branching info?

2018-06-05 Thread Anatol Belski
Hi Christoph, On Tue, 2018-06-05 at 12:37 +0200, Christoph M. Becker wrote: > Hi! > > README.RELEASE_PROCESS[1] states in the “Rolling a non stable release > (alpha/beta/RC)” section[2]: > > > 4. Checkout the release branch for this release (e.g., PHP-5.4.2) > > from > > the main branch. > >

[PHP-DEV] PHP 7.0.30 is available

2018-04-26 Thread Anatol Belski
: http://www.php.net/downloads.php Windows binaries can be found on http://windows.php.net/download/ The list of changes is recorded in the ChangeLog: http://www.php.net/ChangeLog-7.php#7.0.30 Regards, Anatol Belski and Ferenc Kovacs P.S. Below is the verification information for the downloads

Re: [PHP-DEV] Re: PHP 7.3 Release Manager Selection

2018-04-24 Thread Anatol Belski
On Thu, 2018-04-19 at 23:30 +0200, Christoph M. Becker wrote: > On 19.04.2018 at 17:00, Sara Golemon wrote: > > > On Thu, Apr 12, 2018 at 5:56 PM, Sara Golemon > > wrote: > > > > > So, I woke up this morning and looked at my calendar, and I > > > realized > > > we're less than

[PHP-DEV] PHP 7.0.29 is available

2018-03-29 Thread Anatol Belski
://www.php.net/downloads.php Windows binaries can be found on http://windows.php.net/download/ The list of changes is recorded in the ChangeLog: http://www.php.net/ChangeLog-7.php#7.0.29 Regards, Anatol Belski and Ferenc Kovacs P.S. Below is the verification information for the downloads php

[PHP-DEV] PHP 7.0.28 is available

2018-03-01 Thread Anatol Belski
://www.php.net/downloads.php Windows binaries can be found on http://windows.php.net/download/ The list of changes is recorded in the ChangeLog: http://www.php.net/ChangeLog-7.php#7.0.28 Regards, Anatol Belski and Ferenc Kovacs P.S. Below is the verification information for the downloads php-7.0.28

RE: [PHP-DEV] run-tests.php exit code

2018-03-01 Thread Anatol Belski
Hi Stas, > -Original Message- > From: Stanislav Malyshev [mailto:smalys...@gmail.com] > Sent: Wednesday, February 28, 2018 9:26 PM > To: PHP Internals > Subject: [PHP-DEV] run-tests.php exit code > > Hi! > > When running tests with run-tests.php, if the tests

RE: [PHP-DEV] Status of our bundled liboniguruma

2018-03-01 Thread Anatol Belski
Hi Christoph, > -Original Message- > From: Christoph M. Becker [mailto:cmbecke...@gmx.de] > Sent: Tuesday, February 27, 2018 2:36 PM > To: PHP Internals List > Subject: [PHP-DEV] Status of our bundled liboniguruma > > Hi! > > I noticed that master bundles

RE: [PHP-DEV] Replaced the bundled libgd with upstream (aka. system)libgd

2018-02-12 Thread Anatol Belski
Hi, > -Original Message- > From: Christoph M. Becker [mailto:cmbecke...@gmx.de] > Sent: Wednesday, February 7, 2018 11:51 PM > To: Stanislav Malyshev ; PHP Internals > > Subject: Re: [PHP-DEV] Replaced the bundled libgd with upstream (aka. >

RE: [PHP-DEV] RE: Requesting php-src Karma

2018-01-26 Thread Anatol Belski
> -Original Message- > From: Peter Cowburn [mailto:petercowb...@gmail.com] > Sent: Friday, January 26, 2018 9:16 PM > To: Anatol Belski <a...@php.net> > Cc: Thomas Punt <tp...@hotmail.co.uk>; PHP internals list > <internals@lists.php.net> > Subjec

[PHP-DEV] RE: Requesting php-src Karma

2018-01-26 Thread Anatol Belski
Hi, > -Original Message- > From: Thomas Punt [mailto:tp...@hotmail.co.uk] > Sent: Thursday, January 25, 2018 11:41 PM > To: PHP internals list > Subject: [PHP-DEV] Requesting php-src Karma > > Hi internals, > > > I'd like to request for php-src karma for my

RE: [PHP-DEV] threadsafe php crashes too easily

2018-01-26 Thread Anatol Belski
Hi, > -Original Message- > From: Hajo Locke [mailto:hajo.lo...@gmx.de] > Sent: Friday, January 26, 2018 12:43 PM > To: internals@lists.php.net > Subject: [PHP-DEV] threadsafe php crashes too easily > > Hello List, > > i hope this is the right place to get helped. I have a promising

[PHP-DEV] PHP 7.1.14RC1 is available for testing

2018-01-18 Thread Anatol Belski
to the NEWS file: https://github.com/php/php-src/blob/php-7.1.14RC1/NEWS Please test it carefully, and report any bugs in the bug system. The stable release is planned for February 1st 2018, if no critical issues will be discovered in the RC. Thank you for your support. Regards, Anatol

RE: [PHP-DEV] RE: High resolution timer function

2018-01-08 Thread Anatol Belski
Hi, > -Original Message- > From: Anatol Belski [mailto:weltl...@outlook.de] On Behalf Of Anatol Belski > Sent: Saturday, January 6, 2018 12:31 AM > To: Rasmus Lerdorf <ras...@lerdorf.com>; Rowan Collins > <rowan.coll...@gmail.com> > Cc: internals@lists.php.n

RE: [PHP-DEV] RE: High resolution timer function

2018-01-05 Thread Anatol Belski
Hi Rasmus, > -Original Message- > From: Rasmus Lerdorf [mailto:ras...@lerdorf.com] > Sent: Friday, January 5, 2018 5:42 PM > To: Rowan Collins > Cc: internals@lists.php.net > Subject: Re: [PHP-DEV] RE: High resolution timer function > > Definitely. Small,

RE: [PHP-DEV] Re: PHP 7.1.13 and 7.2.1 Available

2018-01-05 Thread Anatol Belski
Hi Christoph, > -Original Message- > From: Christoph M. Becker [mailto:cmbecke...@arcor.de] > Sent: Friday, January 5, 2018 5:31 PM > To: internals@lists.php.net; Jan Ehrhardt ; > internals@lists.php.net > Subject: Re: [PHP-DEV] Re: PHP 7.1.13 and 7.2.1 Available > >

RE: [PHP-DEV] Re: PHP 7.1.13 and 7.2.1 Available

2018-01-05 Thread Anatol Belski
> -Original Message- > From: Jan Ehrhardt [mailto:php...@ehrhardt.nl] > Sent: Friday, January 5, 2018 4:20 PM > To: internals@lists.php.net > Subject: Re: [PHP-DEV] Re: PHP 7.1.13 and 7.2.1 Available > > Hi Chris, > > "Christoph M. Becker" in php.internals (Fri, 5 Jan 2018 15:53:23

RE: [PHP-DEV] Re: PHP 7.1.13 and 7.2.1 Available

2018-01-05 Thread Anatol Belski
Hi Jan, > -Original Message- > From: Jan Ehrhardt [mailto:php...@ehrhardt.nl] > Sent: Friday, January 5, 2018 9:50 AM > To: internals@lists.php.net > Subject: [PHP-DEV] Re: PHP 7.1.13 and 7.2.1 Available > > Jan Ehrhardt in php.internals (Fri, 05 Jan 2018 09:19:46 +0100): > >Sara Golemon

[PHP-DEV] PHP 7.0.27 is available

2018-01-04 Thread Anatol Belski
#7.0.27 Regards, Anatol Belski and Ferenc Kovacs P.S. Below is the verification information for the downloads php-7.0.27.tar.bz2 SHA256 hash: 99fa2563bb4c4c1cde9febe87cfe97324227d7b4b8828f2e936e507127394131 PGP signature: -BEGIN PGP SIGNATURE- Version: GnuPG v2

RE: [PHP-DEV] RE: High resolution timer function

2018-01-02 Thread Anatol Belski
> -Original Message- > From: Stanislav Malyshev [mailto:smalys...@gmail.com] > Sent: Tuesday, January 2, 2018 8:43 PM > To: Anatol Belski <a...@php.net>; internals@lists.php.net > Cc: Niklas Keller <m...@kelunik.com> > Subject: Re: [PHP-DEV] RE: High res

RE: [PHP-DEV] RE: High resolution timer function

2018-01-02 Thread Anatol Belski
Hi, > -Original Message- > From: Peter Cowburn [mailto:petercowb...@gmail.com] > Sent: Tuesday, January 2, 2018 2:56 PM > To: Anatol Belski <a...@php.net> > Cc: internals@lists.php.net; Niklas Keller <m...@kelunik.com> > Subject: Re: [PHP-DEV] RE:

[PHP-DEV] RE: High resolution timer function

2018-01-02 Thread Anatol Belski
Hi, > -Original Message- > From: Anatol Belski [mailto:weltl...@outlook.de] On Behalf Of Anatol Belski > Sent: Saturday, December 16, 2017 3:03 PM > To: internals@lists.php.net > Cc: Niklas Keller <m...@kelunik.com> > Subject: [PHP-DEV] High resolution timer functi

RE: [PHP-DEV] C++ and FAST_ZPP macros

2017-12-19 Thread Anatol Belski
> -Original Message- > From: p...@golemon.com [mailto:p...@golemon.com] On Behalf Of Sara > Golemon > Sent: Tuesday, December 19, 2017 10:05 PM > To: Anatol Belski <a...@php.net> > Cc: PHP internals <internals@lists.php.net> > Subject: Re: [PHP-DEV] C+

RE: [PHP-DEV] Outstanding php.net account requests

2017-12-19 Thread Anatol Belski
> -Original Message- > From: Johannes Schlüter [mailto:johan...@schlueters.de] > Sent: Tuesday, December 5, 2017 3:22 PM > To: Christoph M. Becker ; Pedro Magalhães > > Cc: PHP internals list > Subject: Re: [PHP-DEV]

RE: [PHP-DEV] C++ and FAST_ZPP macros

2017-12-19 Thread Anatol Belski
Hi Sara, > -Original Message- > From: p...@golemon.com [mailto:p...@golemon.com] On Behalf Of Sara > Golemon > Sent: Monday, December 18, 2017 8:44 PM > To: PHP internals > Subject: [PHP-DEV] C++ and FAST_ZPP macros > > This blog post came across my twitter

[PHP-DEV] High resolution timer function

2017-12-16 Thread Anatol Belski
Hi, I would like to propose a function for high resolution monotonic timing. There was discussions about this before and a PR https://github.com/php/php-src/pull/2368 which has issues and was abandoned. I've filed https://github.com/php/php-src/pull/2976 with some reworked implementation. A

[PHP-DEV] PHP 7.0.27RC1 is available for testing

2017-12-07 Thread Anatol Belski
active support patches. Thank you for your support. Regards, Anatol Belski and Ferenc Kovacs P.S. Below is the verification information for the downloads. php-7.0.27RC1.tar.bz2 SHA256 hash: 9560ee4e63309ddada8f1fddf5c5abd911f6c857a5f707f4fb37bef52c25a8d4 PGP signature: -BEGIN PGP

RE: [PHP-DEV] PHP 7.0.26 is available

2017-11-29 Thread Anatol Belski
> -Original Message- > From: Sebastian Bergmann [mailto:sebast...@php.net] > Sent: Wednesday, November 29, 2017 10:56 AM > To: internals@lists.php.net > Subject: Re: [PHP-DEV] PHP 7.0.26 is available > > Am 29.11.2017 um 10:35 schrieb Anatol Belski: > > 7.

RE: [PHP-DEV] PHP 7.0.26 is available

2017-11-29 Thread Anatol Belski
Hi Sebastian, > -Original Message- > From: Sebastian Bergmann [mailto:sebast...@php.net] > Sent: Wednesday, November 29, 2017 10:07 AM > To: internals@lists.php.net > Subject: Re: [PHP-DEV] PHP 7.0.26 is available > > Am 23.11.2017 um 17:40 schrieb Anatol Belski: &g

[PHP-DEV] RE: Public Tags of Releases

2017-11-28 Thread Anatol Belski
hre...@pthreads.org>; Remi Collet <r...@php.net>; Anatol Belski > <a...@php.net> > Subject: Re: Public Tags of Releases > > On Tue, Nov 28, 2017 at 10:55 AM, Niklas Keller <m...@kelunik.com> wrote: > > it's the current practice to tag releases publicly two d

RE: [PHP-DEV] net_get_interfaces()

2017-11-24 Thread Anatol Belski
> -Original Message- > From: p...@golemon.com [mailto:p...@golemon.com] On Behalf Of Sara > Golemon > Sent: Thursday, November 23, 2017 11:46 PM > To: PHP internals > Subject: [PHP-DEV] net_get_interfaces() > > Planning to add net_get_interfaces() >

[PHP-DEV] PHP 7.0.26 is available

2017-11-23 Thread Anatol Belski
be found on http://windows.php.net/download/ The list of changes is recorded in the ChangeLog: http://www.php.net/ChangeLog-7.php#7.0.26 Regards, Anatol Belski and Ferenc Kovacs P.S. Below is the verification information for the downloads. php-7.0.26.tar.bz2 SHA256 hash

[PHP-DEV] [RFC][ACCEPTED] PCRE2 migration

2017-11-13 Thread Anatol Belski
Hi, The PCRE2 migration RFC vote is closed. 26 people voted with the outcome of 100% acceptance. Special huge thanks to Dmitry for analyze and performance improvements on the current patch. The merge is to follow soon. Thanks everyone! Anatol -- PHP Internals - PHP Runtime Development

[PHP-DEV] PHP 7.0.26RC1 is available for testing

2017-11-09 Thread Anatol Belski
to the NEWS file: https://github.com/php/php-src/blob/php-7.0.26RC1/NEWS Please test it carefully, and report any bugs in the bug system. The stable release is planned for November 23rd, if no critical issues will be discovered in the RC. Thank you for your support. Regards, Anatol Belski

[PHP-DEV] [RFC][VOTE] PCRE2 migration

2017-10-30 Thread Anatol Belski
Hi, The vote on https://wiki.php.net/rfc/pcre2-migration is open. The vote opens today and closes on November 13th. Regards Anatol -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] RE: PCRE2 support

2017-10-30 Thread Anatol Belski
Hi, > -Original Message- > From: Anatol Belski [mailto:a...@php.net] > Sent: Saturday, October 14, 2017 11:59 PM > To: internals@lists.php.net > Subject: PCRE2 support > > Hi, > > I experimented with PCRE2 and created > https://github.com/

RE: [PHP-DEV] Consistent indentation for test files

2017-10-29 Thread Anatol Belski
Hi, > -Original Message- > From: jakub@gmail.com [mailto:jakub@gmail.com] On Behalf Of Jakub > Zelenka > Sent: Sunday, October 29, 2017 7:41 PM > To: Nikita Popov > Cc: PHP internals > Subject: Re: [PHP-DEV] Consistent indentation

[PHP-DEV] PHP 7.0.25 available

2017-10-26 Thread Anatol Belski
://www.php.net/downloads.php Windows binaries can be found on http://windows.php.net/download/ The list of changes is recorded in the ChangeLog: http://www.php.net/ChangeLog-7.php#7.0.25 Regards, Anatol Belski and Ferenc Kovacs P.S. Below is the verification information for the downloads php

RE: [PHP-DEV] [RFC] PCRE2 migration

2017-10-24 Thread Anatol Belski
Hi Jakub, > -Original Message- > From: jakub@gmail.com [mailto:jakub@gmail.com] On Behalf Of Jakub > Zelenka > Sent: Tuesday, October 24, 2017 3:54 PM > To: Anatol Belski <a...@php.net> > Cc: internals@lists.php.net > Subject: Re: [PHP-DEV] [RFC] PCRE2

RE: [PHP-DEV] [RFC] PCRE2 migration

2017-10-23 Thread Anatol Belski
Hi Jakub, > -Original Message- > From: jakub@gmail.com [mailto:jakub@gmail.com] On Behalf Of Jakub > Zelenka > Sent: Monday, October 23, 2017 10:43 PM > To: Anatol Belski <a...@php.net> > Cc: internals@lists.php.net > Subject: Re: [PHP-DEV] [RF

[PHP-DEV] RE: [RFC] PCRE2 migration

2017-10-23 Thread Anatol Belski
Hi Christoph, > -Original Message- > From: Christoph M. Becker [mailto:cmbecke...@gmx.de] > Sent: Monday, October 23, 2017 4:24 PM > To: Anatol Belski <a...@php.net>; internals@lists.php.net > Subject: Re: [RFC] PCRE2 migration > > In my opinion, the only real

Re: [PHP-DEV] [RFC] PCRE2 migration

2017-10-22 Thread Anatol Belski
Hi, On 10/16/2017 10:17 AM, Anatol Belski wrote: > Hi, > > I would like hereby to put the RFC about the PCRE2 migration for the > core https://wiki.php.net/rfc/pcre2-migration under discussion. A basic > port is available here https://github.com/php/php-src/pull/2857 for a >

[PHP-DEV] [RFC] PCRE2 migration

2017-10-16 Thread Anatol Belski
Hi, I would like hereby to put the RFC about the PCRE2 migration for the core https://wiki.php.net/rfc/pcre2-migration under discussion. A basic port is available here https://github.com/php/php-src/pull/2857 for a review. Regards Anatol

Re: [PHP-DEV] PCRE2 support

2017-10-15 Thread Anatol Belski
Hi Stas, On 10/15/2017 11:55 PM, Stanislav Malyshev wrote: > Hi! > >> I'd suggest to integrate PCRE2 into 7.3. Will go for an RFC, if necessary. > > Yes, RFC would be nice. Does the move mean 7.3 could not be built on > environments without pcre2? May be OK, but we'll need to make that > clear.

[PHP-DEV] PCRE2 support

2017-10-14 Thread Anatol Belski
Hi, I experimented with PCRE2 and created https://github.com/php/php-src/pull/2857 . So far the implementation covers all the core functionality depending on libpcre. It adds no new userland features, only the existing functionality is mapped for now. The internal API is to the big part

[PHP-DEV] PHP 7.0.25RC1 is available for testing

2017-10-12 Thread Anatol Belski
to the NEWS file: https://github.com/php/php-src/blob/php-7.0.25RC1/NEWS Please test it carefully, and report any bugs in the bug system. The stable release is planned for October 26th, if no critical issues will be discovered in the RC. Thank you for your support. Regards, Anatol

[PHP-DEV] PHP 7.0.24 is available

2017-09-28 Thread Anatol Belski
be found on http://windows.php.net/download/ The list of changes is recorded in the ChangeLog: http://www.php.net/ChangeLog-7.php#7.0.24 Regards, Anatol Belski and Ferenc Kovacs P.S. Below is the verification information for the downloads. php-7.0.24.tar.bz2 SHA256 hash

[PHP-DEV] PHP 7.0.24RC1 is available for testing

2017-09-14 Thread Anatol Belski
to the NEWS file: https://github.com/php/php-src/blob/php-7.0.24RC1/NEWS Please test it carefully, and report any bugs in the bug system. The stable release is planned for September 28th, if no critical issues will be discovered in the RC. Thank you for your support. Regards, Anatol Belski

[PHP-DEV] PHP 7.0.23 is available

2017-08-31 Thread Anatol Belski
be found on http://windows.php.net/download/ The list of changes is recorded in the ChangeLog: http://www.php.net/ChangeLog-7.php#7.0.23 Regards, Anatol Belski and Ferenc Kovacs P.S. Below is the verification information for the downloads. php-7.0.23.tar.bz2 SHA256 hash

[PHP-DEV] PHP 7.0.23RC1 is available for testing

2017-08-17 Thread Anatol Belski
to the NEWS file: https://github.com/php/php-src/blob/php-7.0.23RC1/NEWS Please test it carefully, and report any bugs in the bug system. The stable release is planned for August 31st, if no critical issues will be discovered in the RC. Thank you for your support. Regards, Anatol Belski

[PHP-DEV] PHP 7.0.22 is available

2017-08-03 Thread Anatol Belski
can be found on http://windows.php.net/download/ The list of changes is recorded in the ChangeLog: http://www.php.net/ChangeLog-7.php#7.0.22 Regards, Anatol Belski and Ferenc Kovacs P.S. Below is the verification information for the downloads. php-7.0.22.tar.bz2 SHA256 hash

RE: [PHP-DEV] Size of release tarballs

2017-07-30 Thread Anatol Belski
Hi Stas, > -Original Message- > From: Stanislav Malyshev [mailto:smalys...@gmail.com] > Sent: Saturday, July 29, 2017 10:16 PM > To: Anatol Belski <a...@php.net>; Sara Golemon <poll...@php.net>; Remi Collet > <r...@php.net> > Cc: PHP internals <inter

[PHP-DEV] Size of release tarballs

2017-07-29 Thread Anatol Belski
Hi, Lately there was a discovering about some files causing size growth of the release tarballs https://github.com/php/php-src/commit/469206c84e502e3e349655b802899d5e4d560f72 . Usually we strive to keep tarballs as small as possible and avoid disproportional growth of the size. This case

RE: [PHP-DEV] PHP 7.2 forked

2017-07-26 Thread Anatol Belski
> -Original Message- > From: Nikita Popov [mailto:nikita@gmail.com] > Sent: Wednesday, July 26, 2017 2:48 PM > To: Sara Golemon <poll...@php.net> > Cc: Anatol Belski <weltl...@outlook.de>; PHP internals > <internals@lists.php.net> > Subject: R

RE: [PHP-DEV] PHP 7.2 forked

2017-07-23 Thread Anatol Belski
Hi Nikita, > -Original Message- > From: Nikita Popov [mailto:nikita@gmail.com] > Sent: Sunday, July 23, 2017 12:52 PM > To: Sara Golemon > Cc: PHP internals > Subject: Re: [PHP-DEV] PHP 7.2 forked > > On Sun, Jul 23, 2017 at 3:55 AM, Sara

RE: [PHP-DEV] PHP 7.2 forked

2017-07-22 Thread Anatol Belski
Hi Nikita, > -Original Message- > From: Nikita Popov [mailto:nikita@gmail.com] > Sent: Saturday, July 22, 2017 6:48 PM > To: Sara Golemon > Cc: PHP internals > Subject: Re: [PHP-DEV] PHP 7.2 forked > > On Tue, Jul 18, 2017 at 4:48 PM, Sara

[PHP-DEV] PHP 7.0.22RC1 is available for testing

2017-07-20 Thread Anatol Belski
to the NEWS file: https://github.com/php/php-src/blob/php-7.0.22RC1/NEWS Please test it carefully, and report any bugs in the bug system. The stable release is planned for August 3rd, if no critical issues will be discovered in the RC. Thank you for your support. Regards, Anatol Belski

RE: [PHP-DEV] Images on Workflow Wiki

2017-07-20 Thread Anatol Belski
Hi Sara, > -Original Message- > From: p...@golemon.com [mailto:p...@golemon.com] On Behalf Of Sara > Golemon > Sent: Tuesday, July 18, 2017 5:08 PM > To: PHP internals > Subject: [PHP-DEV] Images on Workflow Wiki > > Who does the art for

[PHP-DEV] RE: [PHP-CVS] com php-src: fix default args for --with-pcre-valgrind: ext/pcre/config0.m4

2017-07-19 Thread Anatol Belski
Hi Chris, > -Original Message- > From: Christopher Jones [mailto:christopher.jo...@oracle.com] > Sent: Thursday, July 20, 2017 2:11 AM > To: Anatol Belski <a...@php.net>; php-...@lists.php.net; Tianfang Yang > <tianfang.y...@oracle.com> > Subject: Re: [PHP

RE: [PHP-DEV] Re: PHP 7.2 forked

2017-07-19 Thread Anatol Belski
Hi Jan, > -Original Message- > From: Jan Ehrhardt [mailto:php...@ehrhardt.nl] > Sent: Tuesday, July 18, 2017 7:11 PM > To: internals@lists.php.net > Subject: [PHP-DEV] Re: PHP 7.2 forked > > Sara Golemon in php.internals (Tue, 18 Jul 2017 10:48:16 -0400): > >That's it! Feature freeze is

RE: [PHP-DEV] Re: Bundled libraries upgrade 'process'

2017-07-18 Thread Anatol Belski
Hi, > -Original Message- > From: Dan Ackroyd [mailto:dan...@basereality.com] > Sent: Tuesday, July 18, 2017 10:42 AM > To: Christoph M. Becker > Cc: internals@lists.php.net > Subject: [PHP-DEV] Re: Bundled libraries upgrade 'process' > > On 17 July 2017 at 20:09,

RE: [PHP-DEV] Re: [RFC] Distrust SHA-1 Certificates

2017-07-13 Thread Anatol Belski
Hi, > After reading related discussion on openssl-users [1], I'm not so sure > if > we should be doing that at all... > > Especially I agree with this bit: > > "Making your code more complex is a far higher risk than a practical > certificate forgery based on a

RE: [PHP-DEV] Re: [RFC] Distrust SHA-1 Certificates

2017-07-10 Thread Anatol Belski
Hi, > -Original Message- > From: Anatol Belski [mailto:weltl...@outlook.de] > Sent: Thursday, July 6, 2017 4:52 PM > To: Niklas Keller <m...@kelunik.com> > Cc: Sara Golemon <poll...@php.net>; Jakub Zelenka <bu...@php.net>; PHP > Internals <internals

RE: [PHP-DEV] Re: [RFC] Distrust SHA-1 Certificates

2017-07-06 Thread Anatol Belski
Morning, guys, > -Original Message- > From: Niklas Keller [mailto:m...@kelunik.com] > Sent: Wednesday, July 5, 2017 4:39 PM > To: Anatol Belski <weltl...@outlook.de> > Cc: Sara Golemon <poll...@php.net>; Jakub Zelenka <bu...@php.net>; PHP > Internals

[PHP-DEV] PHP 7.0.21 available

2017-07-06 Thread Anatol Belski
://www.php.net/downloads.php Windows binaries can be found on http://windows.php.net/download/ The list of changes is recorded in the ChangeLog: http://www.php.net/ChangeLog-7.php#7.0.21 Regards, Anatol Belski and Ferenc Kovacs P.S. Below is the verification information for the downloads php

RE: [PHP-DEV] Re: [RFC] Distrust SHA-1 Certificates

2017-07-05 Thread Anatol Belski
Hi Jakub, > -Original Message- > From: jakub@gmail.com [mailto:jakub@gmail.com] On Behalf Of Jakub > Zelenka > Sent: Wednesday, July 5, 2017 3:24 PM > To: Niklas Keller <m...@kelunik.com> > Cc: Anatol Belski <weltl...@outlook.de>; Sara Golemon <

RE: [PHP-DEV] Re: [RFC] Distrust SHA-1 Certificates

2017-07-05 Thread Anatol Belski
Hi Davey, > -Original Message- > From: m...@daveyshafik.com [mailto:m...@daveyshafik.com] On Behalf Of Davey > Shafik > Sent: Tuesday, July 4, 2017 8:53 AM > To: Niklas Keller <m...@kelunik.com> > Cc: Sara Golemon <poll...@php.net>; Anatol Belski <weltl...

RE: [PHP-DEV] Re: [RFC] Distrust SHA-1 Certificates

2017-07-05 Thread Anatol Belski
Hi, > -Original Message- > From: Niklas Keller [mailto:m...@kelunik.com] > Sent: Wednesday, July 5, 2017 9:43 AM > To: Anatol Belski <weltl...@outlook.de> > Cc: Sara Golemon <poll...@php.net>; Jakub Zelenka <bu...@php.net>; PHP > Internals <internals

  1   2   3   4   5   6   7   >