I see that the Recode (3.6) module is also incompatible with the MySQL module as well as the others noted in the "warning" note above.
![]() |
|
||||||||||
|
CXXXIV. GNU Recode FunctionsВведениеThis module contains an interface to the GNU Recode library. The GNU Recode library converts files between various coded character sets and surface encodings. When this cannot be achieved exactly, it may get rid of the offending characters or fall back on approximations. The library recognises or produces nearly 150 different character sets and is able to convert files between almost any pair. Most RFC 1345 character sets are supported.
ТребованияYou must have GNU Recode 3.5 or higher installed on your system. You can download the package from http://directory.fsf.org/All_GNU_Packages/recode.html. Установка
To be able to use the functions defined in this
module you must compile your PHP interpreter using the
Настройка во время выполненияДанное расширение не определяет никакие директивы конфигурации в php.ini. Типы ресурсовДанное расширение не определяет никакие типы ресурсов. Предопределенные константыДанное расширение не определяет никакие константы.
GNU Recode Functions
theather at I dot am
07-Aug-2005 06:55
I see that the Recode (3.6) module is also incompatible with the MySQL module as well as the others noted in the "warning" note above.
pet at humaj dot sk
30-Apr-2003 06:51
Hope this might help someone:
cv at corbach dot de
03-Feb-2002 09:06
When compiling PHP into Apache as static module Apache configure will complain about an undefined symbol in librecode. You need recode-3.6 (e.g. on ftp://ftp.gnu.org/pub/gnu/recode/) to get rid of this error. It doesn't matter if you're compiling PHP as DSO.
|