Hello,
J'ai des scripts php qui utilisent tous l'extension mb_strings.
apparemment, php de fedora 18 n'active pas cette extension:
page blanche du script quand mb_internal_encoding( "UTF-8"); est activée
page normale quand //mb_internal_encoding( "UTF-8"); est désactivée.
J'ai tenté de modifier php.ini
; If enabled, scripts may be written in encodings that are incompatible with
; the scanner. CP936, Big5, CP949 and Shift_JIS are the examples of such
; encodings. To use this feature, mbstring extension must be enabled.
; Default: Off
zend.multibyte = On
mais rien ne change.
Que faut-il donc faire?
J'ai des scripts php qui utilisent tous l'extension mb_strings.
apparemment, php de fedora 18 n'active pas cette extension:
page blanche du script quand mb_internal_encoding( "UTF-8"); est activée
page normale quand //mb_internal_encoding( "UTF-8"); est désactivée.
J'ai tenté de modifier php.ini
; If enabled, scripts may be written in encodings that are incompatible with
; the scanner. CP936, Big5, CP949 and Shift_JIS are the examples of such
; encodings. To use this feature, mbstring extension must be enabled.
; Default: Off
zend.multibyte = On
mais rien ne change.
Que faut-il donc faire?