Hello Dmitry, hey all,
why are we changing the string type in the code from "char*" to "void*"
when at the same time we fix our code (thanks for that dmitry) to use our
api that allows to do the correct casting always? I ask this because "char*"
has the advantage in non unicode mode to be very easily debugable, while
using "void*" requires us to do a lot of casting in our debuggers.
best regards
marcus
Monday, February 20, 2006, 8:03:43 PM, you wrote:
> http://cvs.php.net/viewcvs.cgi/ZendEngine2/zend.c?r1=1.335&r2=1.336&diff_format=u
> Index: ZendEngine2/zend.c
> diff -u ZendEngine2/zend.c:1.335 ZendEngine2/zend.c:1.336
> --- ZendEngine2/zend.c:1.335 Mon Feb 13 10:23:57 2006
> +++ ZendEngine2/zend.c Mon Feb 20 19:03:42 2006
> @@ -17,7 +17,7 @@
> +----------------------------------------------------------------------+
[...]
--
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|