Edit report at https://bugs.php.net/bug.php?id=55019&edit=1
ID: 55019 Comment by: Jamesjerseys at 126 dot com Reported by: crrodriguez at opensuse dot org Summary: undefined symbol: grapheme_extract_count_iter in Unknown on line 0 Status: Closed Type: Bug Package: *Unicode Issues Operating System: Linux PHP Version: 5.3SVN-2011-06-09 (SVN) Assigned To: stas Block user comment: N Private report: N New Comment: http://www.shopnflapparel.com/tyron-smith-jersey-c-184_209_1168.html Tyron Smith Jersey http://www.shopnflapparel.com/nick-fairley-jersey-c-184_215_1199.html Nick Fairley Jersey Previous Comments: ------------------------------------------------------------------------ [2011-08-07 17:14:11] gwy...@php.net Automatic comment from SVN on behalf of gwynne Revision: http://svn.php.net/viewvc/?view=revision&revision=314440 Log: Back- and front-port fixes for #55019 ------------------------------------------------------------------------ [2011-08-07 15:13:23] gwy...@php.net This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. For Windows: http://windows.php.net/snapshots/ Thank you for the report, and for helping us make PHP better. ------------------------------------------------------------------------ [2011-08-07 15:12:31] gwy...@php.net Automatic comment from SVN on behalf of gwynne Revision: http://svn.php.net/viewvc/?view=revision&revision=314433 Log: Fixes build issues with ext/intl. This appears to be related to bug #55019, but since the functions in question are used elsewhere, the solution is to de-inline rather than to make them static inline. ------------------------------------------------------------------------ [2011-08-07 15:09:40] gwy...@php.net Automatic comment from SVN on behalf of gwynne Revision: http://svn.php.net/viewvc/?view=revision&revision=314432 Log: fix for bug #55019 ------------------------------------------------------------------------ [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 https://bugs.php.net/bug.php?id=55019&edit=1