On 09/13/2013 04:39 PM, Nikita Popov wrote:
On Sat, Sep 14, 2013 at 1:27 AM, Christopher Jones <
christopher.jo...@oracle.com> wrote:

Hi Nikita,

Running g++ on ext/intl/intl_convertcpp.cpp is failing for me with gcc
4.1.2 on
Oracle Linux 5.9 (equivalent to RHEL 5.9):

/home/cjones/php-src/Zend/**zend_string.h: In function ‘char*
_str_erealloc(char*, size_t, size_t)’:
/home/cjones/php-src/Zend/**zend_string.h:77: error: invalid conversion
from ‘void*’ to ‘char*’
make: *** [ext/intl/intl_convertcpp.lo] Error 1

Can you have a look at it?


Thanks for the notice, should be fixed now. I always forget that out header
files are written in C++ and not in C.

Nikita


Confirmed fixed.  Thanks for the quick response.

Chris

--
christopher.jo...@oracle.com  http://twitter.com/ghrd
Free PHP & Oracle book:
http://www.oracle.com/technetwork/topics/php/underground-php-oracle-manual-098250.html

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to