abies Sat Jun 12 16:52:08 2004 EDT Modified files: /php-src/ext/interbase ibase_query.c php_interbase.h Log: Revert http://cvs.php.net/diff.php/php-src/ext/interbase/ibase_query.c?r1=1.17&r2=1.18&ty=u Index: php-src/ext/interbase/ibase_query.c diff -u php-src/ext/interbase/ibase_query.c:1.17 php-src/ext/interbase/ibase_query.c:1.18 --- php-src/ext/interbase/ibase_query.c:1.17 Fri Jun 11 22:49:47 2004 +++ php-src/ext/interbase/ibase_query.c Sat Jun 12 16:52:07 2004 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: ibase_query.c,v 1.17 2004/06/12 02:49:47 abies Exp $ */ +/* $Id: ibase_query.c,v 1.18 2004/06/12 20:52:07 abies Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -1279,7 +1279,7 @@ #endif /* }}} */ -FB_API int _php_ibase_var_zval(zval *val, void *data, int type, int len, /* {{{ */ +static int _php_ibase_var_zval(zval *val, void *data, int type, int len, /* {{{ */ int scale, int flag TSRMLS_DC) { static ISC_INT64 const scales[] = { 1, 10, 100, 1000, 10000, 100000, 1000000, 100000000, 1000000000, http://cvs.php.net/diff.php/php-src/ext/interbase/php_interbase.h?r1=1.69&r2=1.70&ty=u Index: php-src/ext/interbase/php_interbase.h diff -u php-src/ext/interbase/php_interbase.h:1.69 php-src/ext/interbase/php_interbase.h:1.70 --- php-src/ext/interbase/php_interbase.h:1.69 Fri Jun 11 22:49:47 2004 +++ php-src/ext/interbase/php_interbase.h Sat Jun 12 16:52:07 2004 @@ -18,23 +18,11 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_interbase.h,v 1.69 2004/06/12 02:49:47 abies Exp $ */ +/* $Id: php_interbase.h,v 1.70 2004/06/12 20:52:07 abies Exp $ */ #ifndef PHP_INTERBASE_H #define PHP_INTERBASE_H -#ifdef PHP_WIN32 -# ifdef INTERBASE_EXPORTS -# define FB_API __declspec(dllexport) -# elif defined(COMPILE_DL_INTERBASE) -# define FB_API __declspec(dllimport) -# else -# define FB_API /* nothing special */ -# endif -#else -# define INTERBASE_API /* nothing special */ -#endif - extern zend_module_entry ibase_module_entry; #define phpext_interbase_ptr &ibase_module_entry @@ -61,7 +49,6 @@ PHP_FUNCTION(ibase_timefmt); PHP_FUNCTION(ibase_gen_id); -PHP_FUNCTION(ibase_insert_id); PHP_FUNCTION(ibase_num_fields); PHP_FUNCTION(ibase_num_params); #if abies_0 @@ -105,8 +92,6 @@ PHP_FUNCTION(ibase_wait_event); PHP_FUNCTION(ibase_set_event_handler); PHP_FUNCTION(ibase_free_event_handler); - -FB_API int php_ibase_var_zval(zval *, void *, int, int, int, int TSRMLS_DC); #else
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php