Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2(PHP_5_3) / zend_compile.h
[email protected] (Dmitry Stogov)
| Newsgroups | php.zend-engine.cvs |
|---|---|
| Message-ID | <[email protected]> |
Could you please commit a test case for the crash. Thanks. Dmitry. Felipe Pena wrote: > felipe Sat Mar 29 11:52:10 2008 UTC > > Modified files: (Branch: PHP_5_3) > /ZendEngine2 zend_compile.h > Log: > Fix for segfault on 64bit platform > > http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_compile.h?r1=1.316.2.8.2.12.2.20&r2=1.316.2.8.2.12.2.21&diff_format=u > Index: ZendEngine2/zend_compile.h > diff -u ZendEngine2/zend_compile.h:1.316.2.8.2.12.2.20 ZendEngine2/zend_compile.h:1.316.2.8.2.12.2.21 > --- ZendEngine2/zend_compile.h:1.316.2.8.2.12.2.20 Fri Mar 28 14:34:59 2008 > +++ ZendEngine2/zend_compile.h Sat Mar 29 11:52:10 2008 > @@ -17,7 +17,7 @@ > +----------------------------------------------------------------------+ > */ > > -/* $Id: zend_compile.h,v 1.316.2.8.2.12.2.20 2008/03/28 14:34:59 felipe Exp $ */ > +/* $Id: zend_compile.h,v 1.316.2.8.2.12.2.21 2008/03/29 11:52:10 felipe Exp $ */ > > #ifndef ZEND_COMPILE_H > #define ZEND_COMPILE_H > @@ -208,8 +208,8 @@ > zend_uint T; > > zend_brk_cont_element *brk_cont_array; > - zend_uint last_brk_cont; > - zend_uint current_brk_cont; > + int last_brk_cont; > + int current_brk_cont; > > zend_try_catch_element *try_catch_array; > int last_try_catch; > > >