Use PHPC_ZVAL_IS_TRUE in PHP_FANN_PATH_FORBIDDEN

Esse commit está contido em:
Jakub Zelenka
2016-01-29 20:29:43 +00:00
commit 6d8769aa60
2 arquivos alterados com 2 adições e 2 exclusões
+1 -1
Ver Arquivo
@@ -1180,7 +1180,7 @@ PHP_MINFO_FUNCTION(fann)
}
/* }}} */
#define PHP_FANN_PATH_FORBIDDEN(_retval) (Z_TYPE(_retval) != IS_BOOL || !Z_BVAL(_retval))
#define PHP_FANN_PATH_FORBIDDEN(_retval) !PHPC_ZVAL_IS_TRUE(_retval)
/* php_fann_get_file_path() {{{ */
static char *php_fann_get_path_for_open(char *path, int path_len, int read TSRMLS_DC)
+1 -1
Submodule phpc updated: 5c4952885e...313f8d0d35