Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2(PHP_5_3) / zend_compile.h

[email protected] (phpxcache)
Newsgroups php.zend-engine.cvs
Message-ID <[email protected]>
may i ask for a reason? thanks

On Sat, Mar 29, 2008 at 7:52 PM, Felipe Pena <[email protected]> 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;
>
>
>
>  --
>  Zend Engine CVS Mailing List (http://cvs.php.net/)
>  To unsubscribe, visit: http://www.php.net/unsub.php
>
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.