mirror of
https://github.com/php/php-src.git
synced 2025-01-20 18:53:37 +08:00
Revert
This commit is contained in:
parent
6b3cda310a
commit
c84c5640e7
@ -1279,7 +1279,7 @@ PHP_FUNCTION(ibase_num_rows)
|
|||||||
#endif
|
#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)
|
int scale, int flag TSRMLS_DC)
|
||||||
{
|
{
|
||||||
static ISC_INT64 const scales[] = { 1, 10, 100, 1000, 10000, 100000, 1000000, 100000000, 1000000000,
|
static ISC_INT64 const scales[] = { 1, 10, 100, 1000, 10000, 100000, 1000000, 100000000, 1000000000,
|
||||||
|
@ -23,18 +23,6 @@
|
|||||||
#ifndef PHP_INTERBASE_H
|
#ifndef PHP_INTERBASE_H
|
||||||
#define 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;
|
extern zend_module_entry ibase_module_entry;
|
||||||
#define phpext_interbase_ptr &ibase_module_entry
|
#define phpext_interbase_ptr &ibase_module_entry
|
||||||
|
|
||||||
@ -61,7 +49,6 @@ PHP_FUNCTION(ibase_free_query);
|
|||||||
PHP_FUNCTION(ibase_timefmt);
|
PHP_FUNCTION(ibase_timefmt);
|
||||||
|
|
||||||
PHP_FUNCTION(ibase_gen_id);
|
PHP_FUNCTION(ibase_gen_id);
|
||||||
PHP_FUNCTION(ibase_insert_id);
|
|
||||||
PHP_FUNCTION(ibase_num_fields);
|
PHP_FUNCTION(ibase_num_fields);
|
||||||
PHP_FUNCTION(ibase_num_params);
|
PHP_FUNCTION(ibase_num_params);
|
||||||
#if abies_0
|
#if abies_0
|
||||||
@ -106,8 +93,6 @@ PHP_FUNCTION(ibase_wait_event);
|
|||||||
PHP_FUNCTION(ibase_set_event_handler);
|
PHP_FUNCTION(ibase_set_event_handler);
|
||||||
PHP_FUNCTION(ibase_free_event_handler);
|
PHP_FUNCTION(ibase_free_event_handler);
|
||||||
|
|
||||||
FB_API int php_ibase_var_zval(zval *, void *, int, int, int, int TSRMLS_DC);
|
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#define phpext_interbase_ptr NULL
|
#define phpext_interbase_ptr NULL
|
||||||
|
Loading…
Reference in New Issue
Block a user