ext/exif doesn't compile after this patch because of this:

ext/exif/exif.o: In function `OnUpdateEncode':
/local/qa/HEAD_non-ZTS/ext/exif/exif.c:169: undefined reference to 
`zend_multibyte_check_encoding_list'
ext/exif/exif.o: In function `OnUpdateDecode':
/local/qa/HEAD_non-ZTS/ext/exif/exif.c:178: undefined reference to 
`zend_multibyte_check_encoding_list'

And if I change the code to use zend_multibyte_fetch_encoding(), the error 
messages are back:
./sapi/cli/php -v
PHP Warning:  PHP Startup: Illegal encoding ignored: 'ISO-8859-15' in Unknown 
on line 0
PHP Warning:  PHP Startup: Illegal encoding ignored: 'UCS-2BE' in Unknown on 
line 0
PHP Warning:  PHP Startup: Illegal encoding ignored: 'UCS-2LE' in Unknown on 
line 0
PHP Warning:  PHP Startup: Illegal encoding ignored: 'JIS' in Unknown on line 0
PHP Warning:  PHP Startup: Illegal encoding ignored: 'JIS' in Unknown on line 0
PHP 5.3.99-dev (cli) (built: Dec 21 2010 00:21:28) (DEBUG)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2010 Zend Technologies


On 12/19/2010 07:36 PM, Moriyoshi Koizumi wrote:
> moriyoshi                                Sun, 19 Dec 2010 16:36:37 +0000
> 
> Revision: http://svn.php.net/viewvc?view=revision&revision=306453
> 
> Log:
> * Refactor zend_multibyte facility.
>   Now mbstring.script_encoding is superseded by zend.script_encoding.
> 
> Changed paths:
> <changed paths exceeded maximum size>
> 



-- 
Wbr,
Antony Dovgal
---
http://pinba.org - realtime statistics for PHP

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

Reply via email to