To reproduce, use the following configure line: ./configure --enable-exif On 12/21/2010 12:34 PM, Antony Dovgal wrote: > 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
-- 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