[PHP-DEV] Re: [RFC] [Discussion] Implement SQLite "openBlob" feature in PDO

2017-09-30 Thread BohwaZ
On Wed, 27 Sep 2017 11:41:50 +0200 / "Christoph M. Becker" said : > On 26.09.2017 at 04:03, BohwaZ/PHP wrote: > > > following my patch and discussions on this list, here is the RFC > > requested by some people here to implement "openBlob" in the > > pdo_sqlite driver, to match the "openBlob" met

Re: [PHP-DEV] [RFC] [Discussion] Implement SQLite "openBlob" feature in PDO

2017-09-30 Thread BohwaZ
On Wed, 27 Sep 2017 09:47:51 +0100 / Dan Ackroyd said : > On 26 September 2017 at 03:03, BohwaZ/PHP wrote: > > Kia ora, > > > > https://wiki.php.net/rfc/implement_sqlite_openblob_in_pdo > > > Couple of questions: > > > $stream = $pdo->sqliteOpenBlob('test', 'data', 1); > > I tried reading th

[PHP-DEV] Re: [PHP-WEBMASTER] Subscribe Function Seems to be down for several days

2017-09-30 Thread Ferenc Kovacs
On Wed, Aug 16, 2017 at 6:25 PM, Hannes Magnusson < hannes.magnus...@gmail.com> wrote: > how are you trying to subscribe? > > Are you submitting the http://php.net/mailing-lists.php form? In which > case, which mirror are you looking at? Could you try another mirror? > If that still doesn't work,

[PHP-DEV] Making stream functions accepting SplFileObject as valid parameter

2017-09-30 Thread nyamsprod the funky webmaster
Hi internals, I've been following the resolution of this bug: https://bugs.php.net/bug.php?id=44392 and it seems that there is no safe way to expose the internal `SplFileObject` filepointer. So I was wondering if we could not do things differently and instead of trying to expose the internal fi

[PHP-DEV] Making stream functions accept Splfileobject instances

2017-09-30 Thread nyamsprod the funky webmaster
Hi internals, I've been following the resolution of this bug: https://bugs.php.net/bug.php?id=44392 and it seems that there is no safe way to expose the internal `SplFileObject` filepointer. So I was wondering if we could not do things differently and instead of trying to expose the internal fi

[PHP-DEV] SplFileObject and streams

2017-09-30 Thread nyamsprod the funky webmaster
Hi internals, I've been following the resolution of this bug: https://bugs.php.net/bug.php?id=44392 and it seems that there is no safe way to expose the internal `SplFileObject` filepointer. So I was wondering if we could not do things differently and instead of trying to expose the internal fi