Hi.

http://news.php.net/php.cvs/65214

Revision: http://svn.php.net/viewvc?view=revision&revision=312112

Log:
- Fixed bug #54624 (class_alias and type hint)

Bug: http://bugs.php.net/54624 (Open) class_alias and type hint (II.)

is causing me compile issues on Win32...

zend_compile.c
Zend\zend_compile.c(2583) : error C2143: syntax error : missing ';'
before 'type'
Zend\zend_compile.c(2584) : error C2143: syntax error : missing ';'
before 'type'
Zend\zend_compile.c(2587) : error C2065: 'found' : undeclared identifier
Zend\zend_compile.c(2587) : error C2065: 'found2' : undeclared identifier
Zend\zend_compile.c(2617) : error C2061: syntax error : identifier
'do_inherit_method_check'
Zend\zend_compile.c(2617) : error C2059: syntax error : ';'
Zend\zend_compile.c(2617) : error C2059: syntax error : 'type'
Zend\zend_compile.c(2875) : error C2065: 'do_inherit_method_check' :
undeclared identifier
Zend\zend_compile.c(2943) : error C2065: 'do_inherit_method_check' :
undeclared identifier
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
9.0\VC\Bin\cl.exe"' : return code '0x2'


Dropping back to the previous revision allows the compilation to proceed.

I was going to look at the rmtools logs, but they are offline it seems
(or the URLs different or I don't have rights).

Anyway.

Not sure if this is win32 only, but thought that you should know.

Regards,

Richard.

-- 
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea

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

Reply via email to