Re: [PHP-DEV] How to get started with Unicode

2005-08-12 Thread Xuefer
missing "charset=" in content-type header when unicode.output_encoding is set to other than utf-8 is_binary() is_unicode()? (while there is is_string()) and is_buffer() for string/binary/unicode? but pls fix extract() at very first as it inject variable in active symbol table. -- PHP Internals -

Re: [PHP-DEV] How to get started with Unicode

2005-08-12 Thread Nuno Lopes
Attached is a patch to fix the build with zend mm disabled. (just a little typo) Nuno Index: Zend/zend_alloc.h === RCS file: /repository/ZendEngine2/zend_alloc.h,v retrieving revision 1.66 diff -u -r1.66 zend_alloc.h --- Zend/zend

Re: [PHP-DEV] How to get started with Unicode

2005-08-12 Thread Nuno Lopes
It doesn't output so many errors as before, but still fails: "undefined reference to 'zend_ustrdup'" Nuno - Original Message - Should be fixed now. -Andrei On Aug 12, 2005, at 9:16 AM, Nuno Lopes wrote: Just a note to tell you that the build is broken when configured with '--disab

Re: [PHP-DEV] How to get started with Unicode

2005-08-12 Thread Andrei Zmievski
Should be fixed now. -Andrei On Aug 12, 2005, at 9:16 AM, Nuno Lopes wrote: Just a note to tell you that the build is broken when configured with '--disable-zend-memory-manager'. Thats because you forgot to add the eumaloc() and friends in the else part of USE_ZEND_MALLOC (zend_alloc.h). Nu

Re: [PHP-DEV] How to get started with Unicode

2005-08-12 Thread Nuno Lopes
Just a note to tell you that the build is broken when configured with '--disable-zend-memory-manager'. Thats because you forgot to add the eumaloc() and friends in the else part of USE_ZEND_MALLOC (zend_alloc.h). Nuno -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, vi

Re: [PHP-DEV] How to get started with Unicode

2005-08-12 Thread Antony Dovgal
On Thu, 11 Aug 2005 16:36:56 -0700 Andrei Zmievski <[EMAIL PROTECTED]> wrote: > By now, Unicode merge into the public tree has taken place. How do you > get started? > > 1. Take a deep breath. > > 2. Download and build ICU 3.4. SuSE users can use fresh 3.4 rpms from the link below. You'll most

Re: [PHP-DEV] How to get started with Unicode

2005-08-12 Thread Derick Rethans
On Thu, 11 Aug 2005, Andrei Zmievski wrote: > 2. Download and build ICU 3.4. > > Location: http://www-306.ibm.com/software/globalization/icu/downloads.jsp For Debian users, doing "apt-get install libicu34-dev" should pull it in (on debian unstable). Derick -- PHP Internals - PHP Runtime

[PHP-DEV] How to get started with Unicode

2005-08-11 Thread Andrei Zmievski
By now, Unicode merge into the public tree has taken place. How do you get started? 1. Take a deep breath. 2. Download and build ICU 3.4. Location: http://www-306.ibm.com/software/globalization/icu/downloads.jsp Extract and cd into icu/source. Execute configure (replacing /usr/loca