Searched refs:recode (Results 1 – 7 of 7) sorted by relevance
5 PHP_ARG_WITH(recode,for recode support,6 [ --with-recode[=DIR] Include recode support])12 if test -f $i/include/recode.h; then17 if test -f $i/include/recode/recode.h; then19 RECODE_INC=include/recode20 RECODE_LIB=$PHP_LIBDIR/recode22 if test -f $i/recode/include/recode.h; then23 RECODE_DIR=$i/recode31 AC_MSG_ERROR([Can not find recode.h anywhere under $RECODE_LIST.])34 PHP_CHECK_LIBRARY(recode, recode_format_table,[all …]
56 ZEND_BEGIN_MODULE_GLOBALS(recode)58 ZEND_END_MODULE_GLOBALS(recode)94 PHP_MINIT(recode), 95 PHP_MSHUTDOWN(recode), 98 PHP_MINFO(recode), 100 PHP_MODULE_GLOBALS(recode),101 PHP_GINIT(recode),108 ZEND_GET_MODULE(recode)116 PHP_MINIT_FUNCTION(recode) in PHP_MINIT_FUNCTION() argument126 PHP_MSHUTDOWN_FUNCTION(recode) in PHP_MSHUTDOWN_FUNCTION() argument[all …]
29 PHP_MINIT_FUNCTION(recode);30 PHP_MSHUTDOWN_FUNCTION(recode);31 PHP_MINFO_FUNCTION(recode);
16 AC_MSG_ERROR([recode extension can not be configured together with:$recode_conflict])
5 ext/recode/recode.c ident
478 EXTENSION: recode
3047 - Fixed check in recode extension to allow builing of recode and mysql
Completed in 63 milliseconds