Re: [PHP-DEV] Re: PHP 5.5.1 released

2013-07-21 Thread Anatol Belski
Jan, On Fri, 2013-07-19 at 23:25 +0200, Jan Ehrhardt wrote: Sometimes you run into weird things. Today I learned that upgrading to ICU51 works perfectly under x64, but x86 stumbles over it and fails to compile php_intl.dll. No wonder the official builds still stick to 50.1.2. There was

Re: [PHP-DEV] Re: PHP 5.5.1 released

2013-07-20 Thread Pierre Joye
Hi! On Jul 20, 2013 4:25 AM, Jan Ehrhardt php...@ehrhardt.nl wrote: Jan Ehrhardt in php.internals (Sat, 20 Jul 2013 03:12:19 +0200): As far as I remember from earlier today, VC10 stumbled over the same unresolved externals. I will check that and will only report it if VC10 does not stumble.

[PHP-DEV] Re: PHP 5.5.1 released

2013-07-19 Thread Jan Ehrhardt
Julien Pauli in php.internals (Fri, 19 Jul 2013 10:26:54 +0200): We just released PHP 5.5.1. This release includes bug fixes as well as a security fix. When I try to build this one Windows, it fails quite rapidly. How do I solve that? Jan C:\php-sdk\php55devnmake snap Microsoft (R) Program

Re: [PHP-DEV] Re: PHP 5.5.1 released

2013-07-19 Thread Anatol Belski
Hi Jan, I've just tried to make a snapshot build and it's worked. Please give the exact way you do it from the start. Regards Anatol On Fri, July 19, 2013 12:44, Jan Ehrhardt wrote: Julien Pauli in php.internals (Fri, 19 Jul 2013 10:26:54 +0200): We just released PHP 5.5.1. This release

Re: [PHP-DEV] Re: PHP 5.5.1 released

2013-07-19 Thread Johannes Schlüter
On Fri, 2013-07-19 at 12:44 +0200, Jan Ehrhardt wrote: C:\php-sdk\php55devnmake snap [..] bison.exe --output=Zend/zend_ini_parser.c -v -d -p ini_ Zend/zend_ini_parser.y bison.exe --output=Zend/zend_language_parser.c -v -d -p zend Zend/zend_language_parser.y

Re: [PHP-DEV] Re: PHP 5.5.1 released

2013-07-19 Thread Jan Ehrhardt
Johannes Schlüter in php.internals (Fri, 19 Jul 2013 13:31:25 +0200): On Fri, 2013-07-19 at 12:44 +0200, Jan Ehrhardt wrote: C:\php-sdk\php55devnmake snap [..] bison.exe --output=Zend/zend_ini_parser.c -v -d -p ini_ Zend/zend_ini_parser.y bison.exe

Re: [PHP-DEV] Re: PHP 5.5.1 released

2013-07-19 Thread Johannes Schlüter
On Fri, 2013-07-19 at 14:03 +0200, Jan Ehrhardt wrote: Johannes Schlüter in php.internals (Fri, 19 Jul 2013 13:31:25 +0200): On Fri, 2013-07-19 at 12:44 +0200, Jan Ehrhardt wrote: C:\php-sdk\php55devnmake snap [..] bison.exe --output=Zend/zend_ini_parser.c -v -d -p ini_

Re: [PHP-DEV] Re: PHP 5.5.1 released

2013-07-19 Thread Jan Ehrhardt
Jan Ehrhardt in php.internals (Fri, 19 Jul 2013 14:03:51 +0200): http://windows.php.net/downloads/releases/php-5.5.1-src.zip does not contain a zend_language_parser.c. The php-5.5.1.tar.xz does... http://windows.php.net/downloads/releases/archives/php-5.5.0-src.zip did not contain a

Re: [PHP-DEV] Re: PHP 5.5.1 released

2013-07-19 Thread Jan Ehrhardt
Johannes Schlüter in php.internals (Fri, 19 Jul 2013 14:20:21 +0200): On Fri, 2013-07-19 at 14:03 +0200, Jan Ehrhardt wrote: Johannes Schlüter in php.internals (Fri, 19 Jul 2013 13:31:25 +0200): Release tarballs should have pregenerated parses so this step shouldn't be needed ..

Re: [PHP-DEV] Re: PHP 5.5.1 released

2013-07-19 Thread Johannes Schlüter
On Fri, 2013-07-19 at 14:50 +0200, Jan Ehrhardt wrote: Normal users do not generally build PHP, but there is a chance they use a build system for compiling special extensions, Then it would be nice if the zips contain the pregenerated parses. On http://windows.php.net/snapshots/ we provide

Re: [PHP-DEV] Re: PHP 5.5.1 released

2013-07-19 Thread Anatol Belski
On Fri, July 19, 2013 14:17, Jan Ehrhardt wrote: Jan Ehrhardt in php.internals (Fri, 19 Jul 2013 14:03:51 +0200): http://windows.php.net/downloads/releases/php-5.5.1-src.zip does not contain a zend_language_parser.c. The php-5.5.1.tar.xz does...

Re: [PHP-DEV] Re: PHP 5.5.1 released

2013-07-19 Thread Jan Ehrhardt
Anatol Belski in php.internals (Fri, 19 Jul 2013 16:05:11 +0200): Using bins from http://windows.php.net/downloads/php-sdk/ There is no doubt that I have used this before, given the fact that other files like the phpsdk_buildtree.bat were also in my deps dir. But I must have used it before 15 sep

Re: [PHP-DEV] Re: PHP 5.5.1 released

2013-07-19 Thread Jan Ehrhardt
Johannes Schlüter in php.internals (Fri, 19 Jul 2013 15:33:55 +0200): On http://windows.php.net/snapshots/ we provide development packages which allow a phpize-configure-nmake workflow similar to the Unix system without building the whole of PHP. Last time I tried this worked nicely. I do not know

Re: [PHP-DEV] Re: PHP 5.5.1 released

2013-07-19 Thread Johannes Schlüter
On Fri, 2013-07-19 at 22:42 +0200, Jan Ehrhardt wrote: It would be really handy if there were phpize-configure-nmake packages for Windows releases as well. Well,the ones from the snapshots should work nicely. I hope snaps use similar compilation settings to releases. Pierre recently asked me

Re: [PHP-DEV] Re: PHP 5.5.1 released

2013-07-19 Thread Jan Ehrhardt
Anatol Belski in php.internals (Fri, 19 Jul 2013 16:05:11 +0200): Using bins from http://windows.php.net/downloads/php-sdk/ The 1999 version of bison.exe is still alive and kicking in http://windows.php.net/downloads/php-sdk/php-sdk-binary-tools-20110512.zip ... No chance that any normal Windows

Re: [PHP-DEV] Re: PHP 5.5.1 released

2013-07-19 Thread Jan Ehrhardt
Johannes Schlüter in php.internals (Fri, 19 Jul 2013 22:57:26 +0200): I think it is good if more people do this. (Same for *BSD, HP-UX, AiX, Solaris, ...) Sometimes you run into weird things. Today I learned that upgrading to ICU51 works perfectly under x64, but x86 stumbles over it and fails to

Re: [PHP-DEV] Re: PHP 5.5.1 released

2013-07-19 Thread Jan Ehrhardt
Jan Ehrhardt in php.internals (Fri, 19 Jul 2013 22:42:14 +0200): Are you using Update 2 of VC11? http://blogs.msdn.com/b/somasegar/archive/2013/04/04/visual-studio-2012-update-2-now-available.aspx This question was a general question. The first 5.5 RC's were made public before Update 2 of VC11.

Re: [PHP-DEV] Re: PHP 5.5.1 released

2013-07-19 Thread Gustavo Lopes
On 19-07-2013 23:25, Jan Ehrhardt wrote: Sometimes you run into weird things. Today I learned that upgrading to ICU51 works perfectly under x64, but x86 stumbles over it and fails to compile php_intl.dll. No wonder the official builds still stick to 50.1.2. I doubt it. I built the PECL/intl

Re: [PHP-DEV] Re: PHP 5.5.1 released

2013-07-19 Thread Jan Ehrhardt
Gustavo Lopes in php.internals (Sat, 20 Jul 2013 01:36:04 +0200): On 19-07-2013 23:25, Jan Ehrhardt wrote: Sometimes you run into weird things. Today I learned that upgrading to ICU51 works perfectly under x64, but x86 stumbles over it and fails to compile php_intl.dll. No wonder the official

Re: [PHP-DEV] Re: PHP 5.5.1 released

2013-07-19 Thread Jan Ehrhardt
Gustavo Lopes in php.internals (Sat, 20 Jul 2013 01:36:04 +0200): I doubt it. I built the PECL/intl binaries in http://pecl.php.net/package/intl with ICU 51 with no problem and the codebase is very similar to that of ext/intl. But if you did find a bug, please report it. Earlier today I

Re: [PHP-DEV] Re: PHP 5.5.1 released

2013-07-19 Thread Jan Ehrhardt
Jan Ehrhardt in php.internals (Sat, 20 Jul 2013 03:12:19 +0200): As far as I remember from earlier today, VC10 stumbled over the same unresolved externals. I will check that and will only report it if VC10 does not stumble. VC10 did not stumble over ICU51. The next logical question was: what