From:             
Operating system: Linux
PHP version:      5.3SVN-2011-06-09 (SVN)
Package:          *Unicode Issues
Bug Type:         Bug
Bug description:undefined symbol: grapheme_extract_count_iter in Unknown on 
line 0 

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 bug report at http://bugs.php.net/bug.php?id=55019&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=55019&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=55019&r=trysnapshot53
Try a snapshot (trunk):              
http://bugs.php.net/fix.php?id=55019&r=trysnapshottrunk
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=55019&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=55019&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=55019&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=55019&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=55019&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=55019&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=55019&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=55019&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=55019&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=55019&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=55019&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=55019&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=55019&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=55019&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=55019&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=55019&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=55019&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=55019&r=mysqlcfg

Reply via email to