Re: [PHP-DEV] php.net mailing setup owner?

2016-12-06 Thread Rasmus Lerdorf
Ecelerity is on osu1php and it is still taking traffic even though the mx for php.net doesn't point to it. So something somewhere is hardcoded to use it. But this discussion is better suited for the systems@ list.

Re: [PHP-DEV] [RFC][VOTE] User defined session serializer

2016-12-06 Thread Yasuo Ohgaki
Hi Bob, On Tue, Dec 6, 2016 at 10:36 PM, Bob Weinand wrote: > Am 06.12.2016 um 08:06 schrieb Yasuo Ohgaki : > > Hi all, > > *snip* > > * Why it does not use exception for error? > > Session module uses "errors", not "exceptions" basically. Session save > handler uses "errors" also. We should avoi

Re: [PHP-DEV][RFC][DISCUSSION] SoapClient __getLocation method

2016-12-06 Thread Silvio Marijić
Hi Dan, Thanks for feedback. I'm not sure about RFC either, but it is a new feature sort of. Cheers, Silvio. On Dec 6, 2016 6:48 PM, "Dan Ackroyd" wrote: > On 6 December 2016 at 14:59, Silvio Marijić > wrote: > > > https://wiki.php.net/rfc/soap_get_location > > https://github.com/php/php-src/p

Re: [PHP-DEV][RFC][DISCUSSION] SoapClient __getLocation method

2016-12-06 Thread Dan Ackroyd
On 6 December 2016 at 14:59, Silvio Marijić wrote: > https://wiki.php.net/rfc/soap_get_location > https://github.com/php/php-src/pull/2232 > > Any feedback? Looks good to me. I'm not entirely sure this needs an RFC, but maybe some people have some reason to object to it. The only other thing to

Re: [PHP-DEV] Re: [RFC] Debugging PDO Prepared Statement Emulation v2

2016-12-06 Thread Lester Caine
On 06/12/16 16:30, Adam Baratz wrote: >> This issue is not difficult to solve in userland, at least well enough for >> debugging in my experience. Here's an older example I wrote up on my blog >> that worked (but I'm told is broken right now): https://daveyshafik.com/ >> archives/605-debugging-pdo-

Re: [PHP-DEV] Re: [RFC] Debugging PDO Prepared Statement Emulation v2

2016-12-06 Thread Adam Baratz
> > This issue is not difficult to solve in userland, at least well enough for > debugging in my experience. Here's an older example I wrote up on my blog > that worked (but I'm told is broken right now): https://daveyshafik.com/ > archives/605-debugging-pdo-prepared-statements.html > I want to be

[PHP-DEV] UGLY Benchmark Results for PHP Master 2016-12-06

2016-12-06 Thread lp_benchmark_robot
Results for project PHP master, build date 2016-12-06 06:26:58+02:00 commit: 795cd6d previous commit:35cfec1 revision date: 2016-12-05 20:41:21+01:00 environment:Haswell-EP cpu:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 2x18 cores, stepping 2, LLC 45 MB

[PHP-DEV] Re: SoapClient __getLocation

2016-12-06 Thread Silvio Marijić
Here is RFC open for discussion. https://wiki.php.net/rfc/soap_get_location 2016-12-06 14:48 GMT+01:00 Silvio Marijić : > Hi, > > I've submited pull request to add a __getLocation to SoapClient. > Motivation for that was to add a practical way of getting current location > from SoapClient. > > h

[PHP-DEV][RFC][DISCUSSION] SoapClient __getLocation method

2016-12-06 Thread Silvio Marijić
2016-12-06 15:47 GMT+01:00 Silvio Marijić : > Here is RFC open for discussion. > > https://wiki.php.net/rfc/soap_get_location > > 2016-12-06 14:48 GMT+01:00 Silvio Marijić : > >> Hi, >> >> I've submited pull request to add a __getLocation to SoapClient. >> Motivation for that was to add a practica

[PHP-DEV] SoapClient __getLocation

2016-12-06 Thread Silvio Marijić
Hi, I've submited pull request to add a __getLocation to SoapClient. Motivation for that was to add a practical way of getting current location from SoapClient. https://github.com/php/php-src/pull/2232 Any feedback? Cheers. -- Silvio Marijić Software Engineer 2e Systems

Re: [PHP-DEV] [RFC][VOTE] User defined session serializer

2016-12-06 Thread Bob Weinand
Hey, > Am 06.12.2016 um 08:06 schrieb Yasuo Ohgaki : > > Hi all, > > *snip* > > * Why it does not use exception for error? > > Session module uses "errors", not "exceptions" basically. Session save > handler uses "errors" also. We should avoid inconsistency in a module. > Exception adoption wi

[PHP-DEV] Use pthread in php extension

2016-12-06 Thread simon .barotte
Hi all, I developpe an extension php, and I would like use Linux pthread in my extension (PHP 5.6.27). But I have a feeling that my thread don't work, I looked for the documentation but I find no concrete example. Can I use pthread without zts activated ? Sample of my code : void *called_from_thr

Re: [PHP-DEV] Wiki RFC karma request: pmmaga

2016-12-06 Thread Joe Watkins
Morning, Granted. Cheers Joe On Mon, Dec 5, 2016 at 6:19 PM, Pedro Magalhães wrote: > Hi all, > > In order to create the RFC for the deprecation of the binary strings and > future RFCs, > I kindly request that my account on the wiki (pmmaga) is given the > necessary karma. > > Thanks in advanc