From: Derick Rethans Date: Mon, 28 Apr 2003 18:41:32 +0000 (+0000) Subject: - Make them available on Windows too from other files. X-Git-Tag: SPL_ALPHA~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd1346470985bfaa65d4947bafe84f21337ec91d;p=php - Make them available on Windows too from other files. --- diff --git a/ext/standard/php_var.h b/ext/standard/php_var.h index 3ae0bb200f..5f05b7f69f 100644 --- a/ext/standard/php_var.h +++ b/ext/standard/php_var.h @@ -32,9 +32,9 @@ PHP_FUNCTION(unserialize); PHP_FUNCTION(memory_get_usage); #endif -void php_var_dump(zval **struc, int level TSRMLS_DC); -void php_var_export(zval **struc, int level TSRMLS_DC); -void php_debug_zval_dump(zval **struc, int level TSRMLS_DC); +PHPAPI void php_var_dump(zval **struc, int level TSRMLS_DC); +PHPAPI void php_var_export(zval **struc, int level TSRMLS_DC); +PHPAPI void php_debug_zval_dump(zval **struc, int level TSRMLS_DC); /* typdef HashTable php_serialize_data_t; */ #define php_serialize_data_t HashTable