}
}
#else
- PHP_NOT_IN_THIS_BUILD;
+ PHP_NOT_IN_THIS_BUILD();
#endif
}
/* }}} */
return_value->type = IS_STRING;
pval_copy_constructor(return_value);
#else
- PHP_NOT_IN_THIS_BUILD;
+ PHP_NOT_IN_THIS_BUILD();
#endif /* HAVE_CRYPT */
}
/* }}} */
#if HAVE_STRFTIME
_php_strftime(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0);
#else
- PHP_NOT_IN_THIS_BUILD;
+ PHP_NOT_IN_THIS_BUILD();
#endif
}
/* }}} */
#if HAVE_STRFTIME
_php_strftime(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1);
#else
- PHP_NOT_IN_THIS_BUILD;
+ PHP_NOT_IN_THIS_BUILD();
#endif
}
/* }}} */
}
RETURN_TRUE;
#else
- PHP_NOT_IN_THIS_BUILD;
+ PHP_NOT_IN_THIS_BUILD();
#endif
}
/* }}} */
}
RETURN_TRUE;
#else
- PHP_NOT_IN_THIS_BUILD;
+ PHP_NOT_IN_THIS_BUILD();
#endif
}
/* }}} */
php_sockset_timeout(socketd, &t);
RETURN_TRUE;
#else
- PHP_NOT_IN_THIS_BUILD;
+ PHP_NOT_IN_THIS_BUILD();
#endif /* HAVE_SYS_TIME_H */
}
PHP_RUSAGE_PARA(ru_stime.tv_sec);
#undef PHP_RUSAGE_PARA
#else
- PHP_NOT_IN_THIS_BUILD;
+ PHP_NOT_IN_THIS_BUILD();
#endif /* HAVE_GETRUSAGE */
}
#endif
-#define PHP_NOT_IN_THIS_BUILD { \
+#define PHP_NOT_IN_THIS_BUILD() { \
php_error(E_WARNING, "%s: not supported in this PHP build",get_active_function_name()); \
RETURN_FALSE; \
}