Re: [PHP-DEV] [RFC} Deprecate and Remove ext/wddx

2018-09-17 Thread Christoph M. Becker
On 17.09.2018 at 21:28, Stanislav Malyshev wrote: >> On 9/16/18 12:48 PM, Christoph M. Becker wrote: >> >>> Finally, I hereby put the “Deprecate and Remove ext/wwdx” RFC[1] under >>> discussion. > > I assume it should be ext/wddx? Oops! Thanks, fixed now. -- Christoph M. Becker -- PHP

Re: [PHP-DEV] [RFC} Deprecate and Remove ext/wwdx

2018-09-17 Thread Stanislav Malyshev
Hi! > On 9/16/18 12:48 PM, Christoph M. Becker wrote: >> Finally, I hereby put the “Deprecate and Remove ext/wwdx” RFC[1] under >> discussion. I assume it should be ext/wddx? -- Stas Malyshev smalys...@gmail.com -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

Re: [PHP-DEV] Unbundle libsqlite3?

2018-09-17 Thread Christoph M. Becker
On 17.09.2018 at 16:44, Johannes Schlüter wrote: > On Mo, 2018-09-17 at 15:16 +0200, Christoph M. Becker wrote: > >> So is there any particular reason why we still bundle libsqlite3? > > An issue is that users often  don't control the version being used and > SQLite adds features to it's SQL

Re: [PHP-DEV] [RFC} Deprecate and Remove ext/wddx

2018-09-17 Thread Stanislav Malyshev
Hi! About the RFC - I think we can/should move it to PECL in 7.4 but need no deprecation messages if we do. If somebody is using it, deprecation messages would just annoy them, since there's no easy way to switch except rewrite the code to use completely different extension (which would probably

Re: [PHP-DEV] Unbundle libsqlite3?

2018-09-17 Thread Nikita Popov
On Mon, Sep 17, 2018 at 3:16 PM Christoph M. Becker wrote: > Hi! > > We bundle an unmodified libsqlite3 for at least two years. Since then > all updates go into any dev, alpha and beta releases, while security > patches (usually backports from libsqlite3) go into stable branches. > >

Re: [PHP-DEV] [RFC} Deprecate and Remove ext/wwdx

2018-09-17 Thread Sebastian Bergmann
On 9/16/18 12:48 PM, Christoph M. Becker wrote: > Finally, I hereby put the “Deprecate and Remove ext/wwdx” RFC[1] under > discussion. +1. I have never seen this used anywhere. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Bump libxml2 requirement

2018-09-17 Thread Nikita Popov
Hi, I'd like to bump our libxml2 minimum version requirement from 2.6.11 (released July 2004) to 2.7.6 (released Oct 2009). I've picked this specific version because it is provided by RHEL 6, which means it's so prehistoric that any reasonable system should have it. Increasing the minimum

Re: [PHP-DEV] Unbundle libsqlite3?

2018-09-17 Thread Kalle Sommer Nielsen
Hi Den man. 17. sep. 2018 kl. 15.16 skrev Christoph M. Becker : > > Hi! > > We bundle an unmodified libsqlite3 for at least two years. Since then > all updates go into any dev, alpha and beta releases, while security > patches (usually backports from libsqlite3) go into stable branches. > >

[PHP-DEV] Unbundle libsqlite3?

2018-09-17 Thread Christoph M. Becker
Hi! We bundle an unmodified libsqlite3 for at least two years. Since then all updates go into any dev, alpha and beta releases, while security patches (usually backports from libsqlite3) go into stable branches. ext/sqlite3 requires libsqlite ≥ 3.3.9[1] which has been released on 2007-01-04[2]

Re: [PHP-DEV] Unbundle libsqlite3?

2018-09-17 Thread Johannes Schlüter
On Mo, 2018-09-17 at 15:16 +0200, Christoph M. Becker wrote: > So is there any particular reason why we still bundle libsqlite3? An issue is that users often  don't control the version being used and SQLite adds features to it's SQL dialect from time to time. At the moment, with the bundled