Re: [PHP-DEV] Support for writing and executing compiled opcode

2015-11-13 Thread Sara Golemon
On Fri, Nov 13, 2015 at 1:35 PM, Stephen Coakley wrote: > I've been thinking about PHP optimization and distribution, and I would like > to hear some opinions on introducing a new feature for a future PHP 7 > version. Here's the concept: allow PHP opcode to be both saved after parsing > a file, a

Re: [PHP-DEV] Support for writing and executing compiled opcode

2015-11-13 Thread Stephen Coakley
On 11/13/2015 05:46 PM, Rasmus Lerdorf wrote: On Nov 13, 2015, at 17:00, Stephen Coakley wrote: On 11/13/2015 03:45 PM, Sebastian Bergmann wrote: On 11/13/2015 04:35 PM, Stephen Coakley wrote: This is quite similar to Python's ability to execute Python scripts compiled to bytecode as *.pyc f

Re: [PHP-DEV] Support for writing and executing compiled opcode

2015-11-13 Thread Rasmus Lerdorf
On Nov 13, 2015, at 17:00, Stephen Coakley wrote: > >> On 11/13/2015 03:45 PM, Sebastian Bergmann wrote: >>> On 11/13/2015 04:35 PM, Stephen Coakley wrote: >>> This is quite similar to Python's ability to execute Python scripts >>> compiled to bytecode as *.pyc files. The feature has seen great >

Re: [PHP-DEV] Support for writing and executing compiled opcode

2015-11-13 Thread Stephen Coakley
On 11/13/2015 03:45 PM, Sebastian Bergmann wrote: On 11/13/2015 04:35 PM, Stephen Coakley wrote: This is quite similar to Python's ability to execute Python scripts compiled to bytecode as *.pyc files. The feature has seen great success in Python, mostly for distributing releases of software or

Re: [PHP-DEV] Support for writing and executing compiled opcode

2015-11-13 Thread Sebastian Bergmann
On 11/13/2015 04:35 PM, Stephen Coakley wrote: This is quite similar to Python's ability to execute Python scripts compiled to bytecode as *.pyc files. The feature has seen great success in Python, mostly for distributing releases of software or deploying to a server. Correct me if I'm wrong,

[PHP-DEV] Support for writing and executing compiled opcode

2015-11-13 Thread Stephen Coakley
Hello all, I've been thinking about PHP optimization and distribution, and I would like to hear some opinions on introducing a new feature for a future PHP 7 version. Here's the concept: allow PHP opcode to be both saved after parsing a file, and to be loaded and executed, similar to the bcomp

[PHP-DEV] Benchmark Results for PHP Master 2015-11-13

2015-11-13 Thread lp_benchmark_robot
Results for project PHP master, build date 2015-11-13 05:26:49+02:00 commit: 485408b20dcf0ae8272d4d5a3bb7209fe5602f4c revision date: 2015-11-13 00:46:13+03:00 environment:Haswell-EP cpu:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 2x18 cores, stepping 2, LLC 45 MB mem

Re: [PHP-DEV] Re: Resource typehint and return type

2015-11-13 Thread Bob Weinand
> Am 13.11.2015 um 11:57 schrieb François Laupretre : > > Hi, > > Le 13/11/2015 04:30, Stanislav Malyshev a écrit : >> Hi! >> >>> The reason for this is that the resource type is an anachronism from an >>> age in which PHP did not have objects, yet still needed to make certain >>> types of data

[PHP-DEV] RE: Bug #70871 [Asn]: session_regenerate_id(): Failed to create session ID: user (path: )

2015-11-13 Thread ab
Hi Yasuo, > -Original Message- > From: yohg...@gmail.com [mailto:yohg...@gmail.com] On Behalf Of Yasuo > Ohgaki > Sent: Friday, November 13, 2015 2:31 AM > To: Anatol Belski > Cc: php-b...@lists.php.net > Subject: Re: Bug #70871 [Asn]: session_regenerate_id(): Failed to create > session

Re: [PHP-DEV] Re: Benchmark Results for PHP Master 2015-11-12

2015-11-13 Thread Matt Wilmas
Hi, - Original Message - From: "Andrea Faulds" Sent: Friday, November 13, 2015 Hi, lp_benchmark_ro...@intel.com wrote: --- benchmark relative change since change si

[PHP-DEV] Re: Benchmark Results for PHP Master 2015-11-12

2015-11-13 Thread Andrea Faulds
Hi, lp_benchmark_ro...@intel.com wrote: --- benchmark relative change since change since current rev run std_dev* last run ba

Re: [PHP-DEV] Re: Resource typehint and return type

2015-11-13 Thread François Laupretre
Hi, Le 13/11/2015 04:30, Stanislav Malyshev a écrit : Hi! The reason for this is that the resource type is an anachronism from an age in which PHP did not have objects, yet still needed to make certain types of data opaque. The resource type is a type that exists only to I think more specific

[PHP-DEV] PHP 5.6.16 RC1 is available for testing

2015-11-13 Thread Ferenc Kovacs
Hello everyone, PHP 5.6.16 RC1 was just released and can be downloaded from: http://downloads.php.net/~tyrael/ The Windows binaries are available at http://windows.php.net/qa/ This release contains a number of bugfixes. For the list of bugfixes that you can target in your testing, please refer