Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend.h zend_compile.c

From: Date: Tue, 15 Nov 2005 19:38:32 +0000
Subject: Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend.h zend_compile.c
References: 1  Groups: php.zend-engine.cvs 
Request: Send a blank email to [email protected] to get a copy of this message
Hello Dmitry,

Tuesday, November 15, 2005, 5:50:09 PM, you wrote:

> dmitry          Tue Nov 15 11:50:09 2005 EDT

>   Modified files:              
>     /ZendEngine2        zend.h zend_compile.c 
>   Log:
>   Allow "null" default value for arguments with array type hint
>   Unicode support
>   
>   
> http://cvs.php.net/diff.php/ZendEngine2/zend.h?r1=1.302&r2=1.303&ty=u
> Index: ZendEngine2/zend.h
> diff -u ZendEngine2/zend.h:1.302 ZendEngine2/zend.h:1.303
> --- ZendEngine2/zend.h:1.302    Tue Nov 15 10:20:17 2005
> +++ ZendEngine2/zend.h  Tue Nov 15 11:50:07 2005
> @@ -17,7 +17,7 @@
>     +----------------------------------------------------------------------+
>  */
>  
> -/* $Id: zend.h,v 1.302 2005/11/15 15:20:17 dmitry Exp $ */
> +/* $Id: zend.h,v 1.303 2005/11/15 16:50:07 dmitry Exp $ */
>  
>  #ifndef ZEND_H
>  #define ZEND_H
> @@ -684,6 +684,7 @@
>           (!memcmp((ustr),(str),(slen))): \
>           (!zend_cmp_unicode_and_literal(((UChar*)(ustr)), ulen, str, slen)))
>  
> +
>  #endif /* ZEND_H */

Watch your whitespace :-)


Best regards,
 Marcus


Thread (2 messages)

« previous php.zend-engine.cvs (#4341) next »