static char *php_domxslt_string_to_xpathexpr(const char *str)
{
const xmlChar *string = (const xmlChar *)str;
+
+ TSRMLS_FETCH();
+
xmlChar *value;
if (xmlStrchr(string, '"')) {
char **params = NULL;
int i = 0;
+ TSRMLS_FETCH();
+
parht = HASH_OF(idvars);
parsize = (2 * zend_hash_num_elements(parht) + 1) * sizeof(char *);
params = (char **)emalloc(parsize);
int PHPMsessionConnect(const char *szhost, int nport)
{
+ TSRMLS_FETCH();
+
if(!s_reqb)
s_reqb = AllocateRequestBuffer(2048);
if(s_conn)
{
CloseReqConn(s_conn);
- php_log_err("Call to connect with non-null s_conn");
+ php_log_err("Call to connect with non-null s_conn" TSRMLS_CC);
}
if(strcmp(s_szhost, szhost))
{