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

2015-06-12 Thread Ferenc Kovacs
2015.06.12. 8:09 ezt írta (marius adrian popa map...@gmail.com):

 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-12 Thread Martin Keckeis
Hello,


2015-06-12 2:53 GMT+02:00 a...@php.net:

 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 helped
 to make this happen. From now on we are looking straight forward to get
 the final in time.

 Please test it carefully, and report any bugs in the bug system.
 Alpha 2 will be tagged on Tuesday 23th and released on Thursday 25th.

 Regards,
 Kalle Sommer Nielsen, Anatol Belski and Ferenc Kovacs


 --
 PHP Internals - PHP Runtime Development Mailing List
 To unsubscribe, visit: http://www.php.net/unsub.php


For WINDOWS installation:
If you see the error message: VCRUNTIME140.dll is missing, you need to
install the Visual C++ Redistributable Package for Visual Studio 2015

Get it here: http://www.microsoft.com/en-us/download/details.aspx?id=46881

If you have error on installation of the package, please check this article
(i used the Microsoft fix it tool 50202 and then it worked)
https://social.technet.microsoft.com/Forums/windows/en-US/5728fc8d-4ba7-4d08-994a-2144b79a8f96/windows-update-wont-work?forum=w7itprogeneral


Re: [PHP-DEV] Migrating PHP classes to built in namespace

2015-06-12 Thread Tony Marston
Yasuo Ohgaki  wrote in message 
news:CAGa2bXaMoHDVoZRNNPEEM--km-in4tSyux=tub0paes4tww...@mail.gmail.com...


Hi Tony,

On Thu, Jun 11, 2015 at 4:37 PM, Tony Marston tonymars...@hotmail.com
wrote:


Yasuo Ohgaki  wrote in message
news:CAGa2bXZvuqV4Kwru+wUL-bfTb9_tnv=l16reu-+w+uajx4h...@mail.gmail.com...



Hi Jakub,

On Thu, Jun 11, 2015 at 7:43 AM, Jakub Kubícek kelerest...@gmail.com

wrote:

 This is weird and ugly what you're fabricating here. The PHP classes

should be all in global namespace. I am really against some
namespacing of them.



It may seems weird if you aren't familiar with languages support
this kind of feature. However, you'll find many languages support
this or similar.

JavaScript is one of them. JavaScript allows to override any functions,
for example. It's works like importing other namespace function into
root. i.e. Provide different feature with the same name.

For long term PHP evolution, having ability to import some namespace
into root namespace is great feature. i.e. API/Module version up. We
can provide both old and new during migration. Use of namespace is
better approach because it may give us super clean global namespace 
also.


Regards,

--
Yasuo Ohgaki
yohg...@ohgaki.net



The fact that other languages have this feature should not be a reason to
add it to PHP, especially as it would provide a huge BC break with
absolutely no practical, only theoretical, benefits.



It does not create huge BC.
It's matter of adding a line for namespace or having a default namespace
setting.



Huge or not, it is still a BC break. And what is the benefit in userland?

--
Tony Marston



--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] PHP 5.5.26 is available

2015-06-12 Thread Julien Pauli
Hello!

The PHP development team announces the immediate availability
of PHP 5.5.26. Several bugs have been fixed as well as CVE-2015-3414,
CVE-2015-3415, CVE-2015-3416, CVE-2015-2325 and CVE-2015-2326.

All PHP 5.5 users are encouraged to upgrade to this version.

For source downloads of PHP 5.5.26 please visit our downloads page:
http://www.php.net/downloads.php

 Windows binaries can be found on http://windows.php.net/download/.

The list of changes is recorded in the ChangeLog:
http://www.php.net/ChangeLog-5.php#5.5.26


Julien Pauli  David Soria Parra


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

2015-06-12 Thread marius adrian popa
Firebird related extensions are missing from PHP 7 windows binaries

On Fri, Jun 12, 2015 at 3:53 AM, 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/

 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 helped
 to make this happen. From now on we are looking straight forward to get
 the final in time.

 Please test it carefully, and report any bugs in the bug system.
 Alpha 2 will be tagged on Tuesday 23th and released on Thursday 25th.

 Regards,
 Kalle Sommer Nielsen, Anatol Belski and Ferenc Kovacs


 --
 PHP Internals - PHP Runtime Development Mailing List
 To unsubscribe, visit: http://www.php.net/unsub.php




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 than 5.6 which I can't 
complain about :)


Cheers


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



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

2015-06-12 Thread Anatol Belski
Hi Benoit,

The builds was just repackaged, please redownload.

Thanks

 -Original Message-
 From: Benoit Schildknecht [mailto:bensor...@neuf.fr]
 Sent: Friday, June 12, 2015 9:19 PM
 To: internals@lists.php.net
 Subject: [PHP-DEV] Re: PHP 7.0.0alpha1 Released for Testing!
 
 Le Fri, 12 Jun 2015 02:53:48 +0200, a...@php.net a écrit:
 
  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
  helped to make this happen. From now on we are looking straight
  forward to get the final in time.
 
  Please test it carefully, and report any bugs in the bug system.
  Alpha 2 will be tagged on Tuesday 23th and released on Thursday 25th.
 
  Regards,
  Kalle Sommer Nielsen, Anatol Belski and Ferenc Kovacs
 
 Hi,
 
 The php7apache2_4.dll is not included with the x86 TS windows binaries, and 
 the
 one from the snaps doesn't work, it makes my Apache crash :(
 
 Regards.
 
 --
 PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:
 http://www.php.net/unsub.php



--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



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

2015-06-12 Thread Anatol Belski
Hi Marius Adrian,

 

Thanks for noticing. The builds was just repackaged. It is not a release but a 
build issue.

 

Regards

 

Anatol

 

From: marius adrian popa [mailto:map...@gmail.com] 
Sent: Friday, June 12, 2015 8:08 AM
To: a...@php.net
Cc: PHP Developers Mailing List
Subject: Re: [PHP-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, a...@php.net 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/

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 helped
to make this happen. From now on we are looking straight forward to get
the final in time.

Please test it carefully, and report any bugs in the bug system.
Alpha 2 will be tagged on Tuesday 23th and released on Thursday 25th.

Regards,
Kalle Sommer Nielsen, Anatol Belski and Ferenc Kovacs


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

 



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

2015-06-12 Thread Benoit Schildknecht

Hi Anatol,

Thanks, it works like a charm :) And I had to install the x86 version of  
VS2015 (I had the x64 version only).


Regards,

Le Fri, 12 Jun 2015 21:32:00 +0200, Anatol Belski  
anatol@belski.net a écrit:



Hi Benoit,

The builds was just repackaged, please redownload.

Thanks


-Original Message-
From: Benoit Schildknecht [mailto:bensor...@neuf.fr]
Sent: Friday, June 12, 2015 9:19 PM
To: internals@lists.php.net
Subject: [PHP-DEV] Re: PHP 7.0.0alpha1 Released for Testing!

Le Fri, 12 Jun 2015 02:53:48 +0200, a...@php.net a écrit:

 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
 helped to make this happen. From now on we are looking straight
 forward to get the final in time.

 Please test it carefully, and report any bugs in the bug system.
 Alpha 2 will be tagged on Tuesday 23th and released on Thursday 25th.

 Regards,
 Kalle Sommer Nielsen, Anatol Belski and Ferenc Kovacs

Hi,

The php7apache2_4.dll is not included with the x86 TS windows binaries,  
and the

one from the snaps doesn't work, it makes my Apache crash :(

Regards.

--
PHP Internals - PHP Runtime Development Mailing List To unsubscribe,  
visit:

http://www.php.net/unsub.php






--
Utilisant le logiciel de courrier d'Opera : http://www.opera.com/mail/

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



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:
  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 than 5.6 which I can't
complain
 about :)
 
Thanks for the feedback. It's a good and an important sign :)

Regards

Anatol



-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



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 for Testing!

 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 than 5.6 which I can't
 complain
 about :)

 Thanks for the feedback. It's a good and an important sign :)

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 recompile everything.

-Rasmus



signature.asc
Description: OpenPGP digital signature


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

2015-06-12 Thread Benoit Schildknecht

Le Fri, 12 Jun 2015 02:53:48 +0200, a...@php.net a écrit:


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 helped
to make this happen. From now on we are looking straight forward to get
the final in time.

Please test it carefully, and report any bugs in the bug system.
Alpha 2 will be tagged on Tuesday 23th and released on Thursday 25th.

Regards,
Kalle Sommer Nielsen, Anatol Belski and Ferenc Kovacs


Hi,

The php7apache2_4.dll is not included with the x86 TS windows binaries,  
and the one from the snaps doesn't work, it makes my Apache crash :(


Regards.

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



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 r...@nbsp.io 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 you still reproduce the problem? (I've tweaked the ssl settings there,
it was a bit too strict)

-- 
Ferenc Kovács
@Tyr43l - http://tyrael.hu


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 tyr...@gmail.com wrote:



 On Fri, Jun 12, 2015 at 3:56 PM, Rowan Lewis r...@nbsp.io 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 you still reproduce the problem? (I've tweaked the ssl settings there,
 it was a bit too strict)

 --
 Ferenc Kovács
 @Tyr43l - http://tyrael.hu



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.com/php-7.0.0alpha1-nts-Win32-VC14-x64.htm

Jan

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



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 j.boggi...@seld.be wrote:

 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 than 5.6 which I can't
 complain about :)

 Cheers



 --
 PHP Internals - PHP Runtime Development Mailing List
 To unsubscribe, visit: http://www.php.net/unsub.php