[PHP-DEV] Matching PDO_SQLite features with SQLite3 extension

2017-08-20 Thread BohwaZ/PHP
Hi people of the PHP world, I just have proposed a patch to have SQLite3 open_blob feature implemented in PDO_SQLite: https://github.com/php/php-src/pull/2698 This follows my patch to implement this feature in the SQLite3 extension a few months ago. Now my aim is to implement missing featur

Re: [PHP-DEV] 7.2.0 beta 3: libtool: Version mismatch error. This is libtool 2.4.6, but the libtool: definition of this LT_INIT

2017-08-20 Thread li...@rhsoft.net
https://git.php.net/?p=php-src.git;a=snapshot;h=799b52e87ff487ae46fabee3715084d1e2c95efe;sf=tgz is currently broken the same way "./configure: line 34382: PHP_GD_TTSTR: command not found" seems to be a different bug - however, after tagging the first alpha shape of HEAD quality for 7.2 got wor

[PHP-DEV] 7.2.0 beta 3: libtool: Version mismatch error. This is libtool 2.4.6, but the libtool: definition of this LT_INIT

2017-08-20 Thread li...@rhsoft.net
i saw exactly the same "You should recreate aclocal.m4 with macros from libtool 2.4.6" with the first alpha tarball while all the time HEAD, 7.0 and 7.1 are working fine with the same build-spec __ that is part of the php.spec - what else should one do to re-

[PHP-DEV] Warning Internal error: wrong size calculation

2017-08-20 Thread li...@rhsoft.net
after upgrade the first production server from 7.0.22 to 7.1.8 i have seen that error twice, likely every time after upgrade said file is this a known (probably even fixed in trunk) issue in 7.1.x and if not am i right that this come from opcache? Sun Aug 20 19:45:38 2017 (3066): Warning Inte

Re: [PHP-DEV] Easy method of overriding built-in php functions.

2017-08-20 Thread Dan Ackroyd
On 16 August 2017 at 21:02, Ryan Jentzsch wrote: > > Is there an RFC that I didn't find that allows for easily overriding >built-in functions? No, but there is an extension: https://pecl.php.net/package/uopz However, I believe the maintainer of it recommends avoiding using it if at all possible

Re: [PHP-DEV] PHP 8 (or earlier) RFC Proposal

2017-08-20 Thread Dan Ackroyd
On 19 August 2017 at 15:28, Admin NxPoint wrote: > Hi, > > At this moment PHP doesn't know how to use the SWAP memory from linux, Why would it need to 'know' how to use swap memory? My understanding is that the normal way to get a program to use swap memory is to: i) Enable swapping in the oper

Re: [PHP-DEV] [RFC] [Discussion] UUID

2017-08-20 Thread Fleshgrinder
On 8/20/2017 1:56 PM, Dan Ackroyd wrote: > On 20 August 2017 at 11:45, Fleshgrinder wrote: >> On 5/24/2017 2:28 AM, Fleshgrinder wrote: >> >> I would like to start the voting phase the next days, but leave a little >> time for further feedback before doing so. > > > Perhaps it was clear in your

Re: [PHP-DEV] [RFC] [Discussion] UUID

2017-08-20 Thread Dan Ackroyd
On 20 August 2017 at 11:45, Fleshgrinder wrote: > On 5/24/2017 2:28 AM, Fleshgrinder wrote: > > I would like to start the voting phase the next days, but leave a little > time for further feedback before doing so. Perhaps it was clear in your head, but in the context of this email, it is complet

Re: [PHP-DEV] [RFC] [Discussion] UUID

2017-08-20 Thread Fleshgrinder
On 5/24/2017 2:28 AM, Fleshgrinder wrote: > Hey internals! > > I haven't written the RFC yet, but the implementation is already done. I > think that this is enough to start the discussion, since the concept of > UUIDs should be well known to most people. > > https://github.com/php/php-src/pull/25

Re: [PHP-DEV] [RFC] [Discussion] Namespaces in Core

2017-08-20 Thread Fleshgrinder
On 6/3/2017 6:40 PM, Fleshgrinder wrote: > Next promised RFC (and the last one for this weekend): > > https://wiki.php.net/rfc/namespaces-in-core > > I am unsure about whether we should avoid the usage of abbreviations for > things like language (lang), standard (std), and utility (util). I think