Anthony Ferrara <ircmax...@gmail.com> wrote:

> I want to start an idea thread (or at least get a conversation going)
> about
> cleaning up the core integer data type and string lengths. Here's my
> ideas:
> 
> 1. Change string length in the ZVAL from int to size_t
>  - http://lxr.php.net/xref/PHP_5_5/Zend/zend.h#321
> 2. Change long in the ZVAL  (lval) to a system-determined 64bit fixed
> size

In principle I think this is great thing to do. Not having a 64 bit type is 
annoying. I'm a bit curious on how this is going to work with all sorts of 
object wrappers that are now in place as workaround. And casting int64 to int32 
needs to very well looked at as well.

Derick 


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

Reply via email to