[PHP-DEV] GOOD Benchmark Results for PHP Master 2017-03-02

2017-03-03 Thread lp_benchmark_robot
Results for project PHP master, build date 2017-03-02 20:28:59-08:00 commit: 927d2d3 previous commit:2f09973 revision date: 2017-03-02 20:47:56+01:00 environment:Haswell-EP cpu:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 2x18 cores, stepping 2, LLC 45 MB

Re: [PHP-DEV] [Request for Comment] Loading dynamic libraries with cross dependencies.

2017-03-03 Thread Sara Golemon
>> Would I be correct in assuming there's a desire to resolve this issue? >> Or are we considering "know your dependencies and configure for them" >> to be enough? >> > > Configuration should be dead simple, having this load order requirements > is not dead simple. It is actually very complicated

Re: [PHP-DEV] PCRE caching

2017-03-03 Thread Nikita Popov
On Wed, Mar 1, 2017 at 4:35 PM, Rasmus Schultz wrote: > Hey internals, > > I was wondering whether or how PCRE regular expression get parsed and > cached, and I found this answer on Stack Overflow: > > http://stackoverflow.com/questions/209906/compile-regex-in-php > > Do I

Re: [PHP-DEV] [Request for Comment] Loading dynamic libraries with cross dependencies.

2017-03-03 Thread Fleshgrinder
On 3/3/2017 8:14 PM, Sara Golemon wrote: > On Fri, Mar 3, 2017 at 5:47 AM, Derick Rethans wrote: >> See also: >> https://derickrethans.nl/undefined-symbol.html >> > Exactly! The same underlying issue at work. > > Would I be correct in assuming there's a desire to resolve this

Re: [PHP-DEV] [Request for Comment] Loading dynamic libraries with cross dependencies.

2017-03-03 Thread Sara Golemon
On Fri, Mar 3, 2017 at 5:47 AM, Derick Rethans wrote: >> The average PHP extension is dependent only on the PHP runtime it was >> built for and probably one or more 3rd party libraries. However, a >> special class of extensions (such as PDO drivers and much of the XML >> family)

[PHP-DEV] Re: [RFC] Extended String Types For PDO

2017-03-03 Thread Andrea Faulds
Hi, Adam Baratz wrote: Based on some pain points with my team and things I've heard from others, I created an RFC to handle "national" character sets for emulated prepared statements: https://wiki.php.net/rfc/extended-string-types-for-pdo Thanks all for the feedback so far. I updated the

[PHP-DEV] Re: [RFC] Extended String Types For PDO

2017-03-03 Thread Adam Baratz
> > Based on some pain points with my team and things I've heard from others, > I created an RFC to handle "national" character sets for emulated prepared > statements: > https://wiki.php.net/rfc/extended-string-types-for-pdo > Thanks all for the feedback so far. I updated the RFC based on what I

Re: [PHP-DEV] [Request for Comment] Loading dynamic libraries with cross dependencies.

2017-03-03 Thread Derick Rethans
On Tue, 28 Feb 2017, Sara Golemon wrote: > The average PHP extension is dependent only on the PHP runtime it was > built for and probably one or more 3rd party libraries. However, a > special class of extensions (such as PDO drivers and much of the XML > family) have dependencies on other PHP

Re: [PHP-DEV] [Request for Comment] Loading dynamic libraries with cross dependencies.

2017-03-03 Thread Michael Wallner
On 28/02/17 20:13, Sara Golemon wrote: > The average PHP extension is dependent only on the PHP runtime it was > built for and probably one or more 3rd party libraries. However, a > special class of extensions (such as PDO drivers and much of the XML > family) have dependencies on other PHP