Re: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing!

2015-06-15 Thread Jan Ehrhardt
"Anatol Belski" in php.internals (Mon, 15 Jun 2015 22:14:41 +0200): >> From: Jan Ehrhardt [mailto:php...@ehrhardt.nl] >> BTW: libssh2 also has an update. > >Thanks for the info. It's planned to do full dependencies rebuild once >VS2015 goes final. Some remarks: OpenSSL 1.0.1o and 1.0.2c have a pr

RE: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing!

2015-06-15 Thread Anatol Belski
Hi Jan, > -Original Message- > From: Jan Ehrhardt [mailto:php...@ehrhardt.nl] > Sent: Monday, June 15, 2015 6:29 PM > To: internals@lists.php.net > Subject: Re: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing! > > "Anatol Belski" in php.internals (Sun, 14

Re: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing!

2015-06-15 Thread Jan Ehrhardt
"Anatol Belski" in php.internals (Sun, 14 Jun 2015 20:45:24 +0200): >Hi Jan, > >> -Original Message- >> From: Jan Ehrhardt [mailto:php...@ehrhardt.nl] >> >> OK, I recmpiled my Windows builds with --enable-opcache-file: >> https://www.apachelounge.com/viewtopic.php?p=30718#30718 >> >> Examp

RE: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing!

2015-06-14 Thread Anatol Belski
Hi Jan, > -Original Message- > From: Jan Ehrhardt [mailto:php...@ehrhardt.nl] > Sent: Sunday, June 14, 2015 8:11 PM > To: internals@lists.php.net > Subject: Re: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing! > > Rasmus Lerdorf in php.internals (Sat, 13 Jun 2015 16:

Re: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing!

2015-06-14 Thread Jan Ehrhardt
Rasmus Lerdorf in php.internals (Sat, 13 Jun 2015 16:14:37 -0700): >> On Jun 13, 2015, at 14:54, Jan Ehrhardt wrote: >> >> Rasmus Lerdorf in php.internals (Fri, 12 Jun 2015 13:13:16 -0700): >>> You can get even more speed by compiling with --enable-opcache-file and >>> then in your php-cli.ini ad

Re: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing!

2015-06-13 Thread Rasmus Lerdorf
> On Jun 13, 2015, at 14:54, Jan Ehrhardt wrote: > > Rasmus Lerdorf in php.internals (Fri, 12 Jun 2015 13:13:16 -0700): >> You can get even more speed by compiling with --enable-opcache-file and >> then in your php-cli.ini add: >> >> opcache.enable_cli=1 >> opcache.file_cache=/var/tmp >> o

Re: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing!

2015-06-13 Thread Jan Ehrhardt
Rasmus Lerdorf in php.internals (Fri, 12 Jun 2015 13:13:16 -0700): >You can get even more speed by compiling with --enable-opcache-file and >then in your php-cli.ini add: > >opcache.enable_cli=1 >opcache.file_cache=/var/tmp >opcache.file_cache_only=1 > >Then every time you run composer

Re: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing!

2015-06-13 Thread Thomas Bley
Jefferson Gonzalez schrieb am 13. Juni 2015 21:04: > On 06/12/2015 04:13 PM, Rasmus Lerdorf wrote: >> You can get even more speed by compiling with --enable-opcache-file and >> then in your php-cli.ini add: >> >> opcache.enable_cli=1 >> opcache.file_cache=/var/tmp >> opcache.file_ca

Re: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing!

2015-06-13 Thread Jefferson Gonzalez
On 06/12/2015 04:13 PM, Rasmus Lerdorf wrote: You can get even more speed by compiling with --enable-opcache-file and then in your php-cli.ini add: opcache.enable_cli=1 opcache.file_cache=/var/tmp opcache.file_cache_only=1 Then every time you run composer it won't have to recompi

Re: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing!

2015-06-12 Thread Rasmus Lerdorf
On 06/12/2015 01:08 PM, Anatol Belski wrote: > Hi Jordi, > >> -Original Message- >> From: Jordi Boggiano [mailto:j.boggi...@seld.be] >> Sent: Friday, June 12, 2015 3:03 PM >> To: internals@lists.php.net >> Subject: Re: [PHP-DEV] PHP 7.0.0alpha1 Released

RE: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing!

2015-06-12 Thread Anatol Belski
Hi Jordi, > -Original Message- > From: Jordi Boggiano [mailto:j.boggi...@seld.be] > Sent: Friday, June 12, 2015 3:03 PM > To: internals@lists.php.net > Subject: Re: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing! > > On 12/06/2015 01:53, a...@php.net wrote: > >

RE: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing!

2015-06-12 Thread Anatol Belski
-DEV] PHP 7.0.0alpha1 Released for Testing! Firebird related extensions are missing from PHP 7 windows binaries On Fri, Jun 12, 2015 at 3:53 AM, mailto:a...@php.net> > wrote: Hi, The first alpha for 7.0.0 was just released and can be downloaded from: https://downloads.php.net/~ab

Re: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing!

2015-06-12 Thread Jan Ehrhardt
marius adrian popa in php.internals (Fri, 12 Jun 2015 09:08:25 +0300): >Firebird related extensions are missing from PHP 7 windows binaries Try my builds: https://www.apachelounge.com/viewtopic.php?p=30718#30718 The firebird extensions are there, as you can see in https://phpdev.toolsforresearch.

Re: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing!

2015-06-12 Thread Rowan Lewis
Thanks Ferenc, that's working now. On Fri, Jun 12, 2015 at 4:11 PM, Ferenc Kovacs wrote: > > > On Fri, Jun 12, 2015 at 3:56 PM, Rowan Lewis wrote: > >> Just a heads up that the download link does not work under Firefox because >> in recent versions they started blocking TLS connections. Works f

Re: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing!

2015-06-12 Thread Ferenc Kovacs
On Fri, Jun 12, 2015 at 3:56 PM, Rowan Lewis wrote: > Just a heads up that the download link does not work under Firefox because > in recent versions they started blocking TLS connections. Works fine as > boring old HTTP though. > > Very excited to package this up on Arch. > > Cheers. hi, can

Re: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing!

2015-06-12 Thread Rowan Lewis
Just a heads up that the download link does not work under Firefox because in recent versions they started blocking TLS connections. Works fine as boring old HTTP though. Very excited to package this up on Arch. Cheers. On Fri, Jun 12, 2015 at 3:02 PM, Jordi Boggiano wrote: > On 12/06/2015 01:

Re: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing!

2015-06-12 Thread Jordi Boggiano
On 12/06/2015 01:53, a...@php.net wrote: The first alpha for 7.0.0 was just released and can be downloaded from: https://downloads.php.net/~ab/ The Windows binaries are available at http://windows.php.net/qa/ Yay! Thanks to everyone involved. Composer test suite passing and in -50% runtime

Re: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing!

2015-06-11 Thread Martin Keckeis
Hello, 2015-06-12 2:53 GMT+02:00 : > Hi, > > The first alpha for 7.0.0 was just released and can be downloaded from: > > https://downloads.php.net/~ab/ > > The Windows binaries are available at > > http://windows.php.net/qa/ > > This is the start of a new PHP era! Thanks everyone who made and he

Re: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing!

2015-06-11 Thread Ferenc Kovacs
2015.06.12. 8:09 ezt írta ("marius adrian popa" ): > > Firebird related extensions are missing from PHP 7 windows binaries > Ccing Stephen who is in charge of the windows builds.

Re: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing!

2015-06-11 Thread marius adrian popa
Firebird related extensions are missing from PHP 7 windows binaries On Fri, Jun 12, 2015 at 3:53 AM, wrote: > Hi, > > The first alpha for 7.0.0 was just released and can be downloaded from: > > https://downloads.php.net/~ab/ > > The Windows binaries are available at > > http://windows.php.net/qa