Searched refs:recode (Results 1 – 8 of 8) 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 …]
32 PHP_MINIT_FUNCTION(recode);33 PHP_MSHUTDOWN_FUNCTION(recode);34 PHP_MINFO_FUNCTION(recode);
16 AC_MSG_ERROR([recode extension can not be configured together with:$recode_conflict])
4 <?php if (!extension_loaded("recode")) print "skip"; ?>
5 ext/recode/recode.c ident
389 EXTENSION: recode
Completed in 15 milliseconds