summaryrefslogtreecommitdiff
path: root/ext/interbase/interbase.c
diff options
context:
space:
mode:
authorArd Biesheuvel <abies@php.net>2004-05-30 20:24:46 +0000
committerArd Biesheuvel <abies@php.net>2004-05-30 20:24:46 +0000
commit17da85ba9b0453e9569a432bebb5dd09f611bf1d (patch)
tree7acd1220cfb1a1b5d0f774c963cb393a930669d5 /ext/interbase/interbase.c
parent4a7962b31f438d46c860744720de038575f42837 (diff)
downloadphp-git-17da85ba9b0453e9569a432bebb5dd09f611bf1d.tar.gz
Fix Win32 build
Added missing 'break'
Diffstat (limited to 'ext/interbase/interbase.c')
-rw-r--r--ext/interbase/interbase.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/interbase/interbase.c b/ext/interbase/interbase.c
index 509720c218..f62ce1e675 100644
--- a/ext/interbase/interbase.c
+++ b/ext/interbase/interbase.c
@@ -28,8 +28,6 @@
#include "php.h"
-#define FILE_REVISION "$Revision$"
-
#if HAVE_IBASE
#include "php_ini.h"
@@ -424,6 +422,8 @@ static void _php_ibase_free_trans(zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{ *
/* TODO this function should be part of either Zend or PHP API */
static PHP_INI_DISP(php_ibase_password_displayer_cb)
{
+ TSRMLS_FETCH();
+
if ((type == PHP_INI_DISPLAY_ORIG && ini_entry->orig_value)
|| (type == PHP_INI_DISPLAY_ACTIVE && ini_entry->value)) {
PUTS("********");