Edit report at http://bugs.php.net/bug.php?id=55019&edit=1
ID: 55019 Updated by: [email protected] Reported by: crrodriguez at opensuse dot org Summary: undefined symbol: grapheme_extract_count_iter in Unknown on line 0 -Status: Open +Status: Assigned Type: Bug Package: *Unicode Issues Operating System: Linux PHP Version: 5.3SVN-2011-06-09 (SVN) -Assigned To: +Assigned To: stas Block user comment: N Private report: N Previous Comments: ------------------------------------------------------------------------ [2011-06-09 20:50:12] crrodriguez at opensuse dot org Description: ------------ Somehow the compiler optimizes away grapheme_extract_* functions, causing undefined symbols at loading time. The attached patch fixes the problem by making the functions static inline instead. Test script: --------------- php -v Expected result: ---------------- No errors Actual result: -------------- PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/extensions/intl.so' - /usr/lib/php5/extensions/intl.so: undefined symbol: grapheme_extract_count_iter in Unknown on line 0 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=55019&edit=1
