Hi internals,
We just released PHP 5.5.1. This release includes bug fixes as well as a
security fix.
For changes in PHP 5.5.1, please consult the PHP 5 ChangeLog.
Release Announcement:
http://www.php.net/release_5_5_1.phphttp://www.php.net/release_5_5_0.php
Downloads: http://www.php.net/downloads.php#v5.5
Changelog:
http://www.php.net/ChangeLog-5.php#5.5.http://www.php.net/ChangeLog-5.php#5.5.0
1
regards,
Julien Pauli & David Soria Parra
Congrats :-).
Hi internals,
We just released PHP 5.5.1. This release includes bug fixes as well as a
security fix.
For changes in PHP 5.5.1, please consult the PHP 5 ChangeLog.Release Announcement:
http://www.php.net/release_5_5_1.phphttp://www.php.net/release_5_5_0.php
Downloads: http://www.php.net/downloads.php#v5.5
Changelog:
http://www.php.net/ChangeLog-5.php#5.5.http://www.php.net/ChangeLog-5.php#5.5.0
1regards,
Julien Pauli & David Soria Parra
--
Ivan Enderlin
Developer of Hoa
http://hoa-project.net/
PhD. student at DISC/Femto-ST (Vesontio) and INRIA (Cassis)
http://disc.univ-fcomte.fr/ and http://www.inria.fr/
Member of HTML and WebApps Working Group of W3C
http://w3.org/
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\php55dev>nmake snap
Microsoft (R) Program Maintenance Utility Version 11.00.50727.1
Copyright (C) Microsoft Corporation. All rights reserved.
Recreating build dirs
Recreating build dirs
Recreating build dirs
Recreating build dirs
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
zend/zend_language_parser.y:50: unrecognized: %code
zend/zend_language_parser.y:50: Skipping to next %
NMAKE : fatal error U1077: 'c:\php-sdk\win32build\bin\bison.exe' : return code '0x1'
Stop.
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
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\php55dev>nmake snap
Microsoft (R) Program Maintenance Utility Version 11.00.50727.1
Copyright (C) Microsoft Corporation. All rights reserved.Recreating build dirs
Recreating build dirs
Recreating build dirs
Recreating build dirs
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
zend/zend_language_parser.y:50: unrecognized: %code
zend/zend_language_parser.y:50: Skipping to next %
NMAKE : fatal error U1077: 'c:\php-sdk\win32build\bin\bison.exe' : return
code '0x1' Stop.
C:\php-sdk\php55dev>nmake 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
zend/zend_language_parser.y:50: unrecognized: %code
zend/zend_language_parser.y:50: Skipping to next %
NMAKE : fatal error U1077: 'c:\php-sdk\win32build\bin\bison.exe' : return code '0x1'
Stop.
Release tarballs should have pregenerated parses so this step shouldn't
be needed .. that aside: which version of bison are you using?
johannes