Home
last modified time | relevance | path

Searched refs:recode (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/recode/
H A Dconfig.m45 PHP_ARG_WITH(recode,for recode support,
6 [ --with-recode[=DIR] Include recode support])
12 if test -f $i/include/recode.h; then
17 if test -f $i/include/recode/recode.h; then
19 RECODE_INC=include/recode
20 RECODE_LIB=$PHP_LIBDIR/recode
22 if test -f $i/recode/include/recode.h; then
23 RECODE_DIR=$i/recode
31 AC_MSG_ERROR([Can not find recode.h anywhere under $RECODE_LIST.])
34 PHP_CHECK_LIBRARY(recode, recode_format_table,
[all …]
H A Drecode.c56 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() argument
126 PHP_MSHUTDOWN_FUNCTION(recode) in PHP_MSHUTDOWN_FUNCTION() argument
[all …]
H A Dphp_recode.h29 PHP_MINIT_FUNCTION(recode);
30 PHP_MSHUTDOWN_FUNCTION(recode);
31 PHP_MINFO_FUNCTION(recode);
H A Dconfig9.m416 AC_MSG_ERROR([recode extension can not be configured together with:$recode_conflict])
/PHP-5.5/
H A D.gitattributes5 ext/recode/recode.c ident
H A DEXTENSIONS490 EXTENSION: recode
H A DNEWS6097 - Fixed check in recode extension to allow builing of recode and mysql

Completed in 43 milliseconds