abies           Wed Feb 11 06:59:08 2004 EDT

  Modified files:              
    /php-src/ext/interbase      ibase_events.c ibase_service.c 
  Log:
  CS/WS
  
  
http://cvs.php.net/diff.php/php-src/ext/interbase/ibase_events.c?r1=1.3&r2=1.4&ty=u
Index: php-src/ext/interbase/ibase_events.c
diff -u php-src/ext/interbase/ibase_events.c:1.3 
php-src/ext/interbase/ibase_events.c:1.4
--- php-src/ext/interbase/ibase_events.c:1.3    Mon Feb  2 08:47:56 2004
+++ php-src/ext/interbase/ibase_events.c        Wed Feb 11 06:59:08 2004
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: ibase_events.c,v 1.3 2004/02/02 13:47:56 abies Exp $ */
+/* $Id: ibase_events.c,v 1.4 2004/02/11 11:59:08 abies Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -36,8 +36,8 @@
 }
 /* }}} */
 
-static void _php_ibase_event_block(ibase_db_link *ib_link, unsigned short count, char 
**events, 
-       unsigned short *l, char **event_buf, char **result_buf) /* {{{ */
+static void _php_ibase_event_block(ibase_db_link *ib_link, unsigned short count, /* 
{{{ */
+       char **events, unsigned short *l, char **event_buf, char **result_buf)
 {
        ISC_STATUS dummy_result[20];
        unsigned long dummy_count[15];
@@ -142,8 +142,8 @@
 }
 /* }}} */
 
-static isc_callback _php_ibase_callback(ibase_event *event, 
-       unsigned short buffer_size, char *result_buf) /* {{{ */
+static isc_callback _php_ibase_callback(ibase_event *event, /* {{{ */
+       unsigned short buffer_size, char *result_buf)
 {
        /* this function is called asynchronously by the Interbase client library. */
        TSRMLS_FETCH_FROM_CTX(event->thread_ctx);
@@ -305,6 +305,7 @@
        ZEND_REGISTER_RESOURCE(return_value, event, le_event);
        zend_list_addref(Z_LVAL_P(return_value));
 }
+/* }}} */
 
 /* {{{ proto bool ibase_free_event_handler(resource event)
    Frees the event handler set by ibase_set_event_handler() */
http://cvs.php.net/diff.php/php-src/ext/interbase/ibase_service.c?r1=1.5&r2=1.6&ty=u
Index: php-src/ext/interbase/ibase_service.c
diff -u php-src/ext/interbase/ibase_service.c:1.5 
php-src/ext/interbase/ibase_service.c:1.6
--- php-src/ext/interbase/ibase_service.c:1.5   Mon Feb  2 09:57:20 2004
+++ php-src/ext/interbase/ibase_service.c       Wed Feb 11 06:59:08 2004
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: ibase_service.c,v 1.5 2004/02/02 14:57:20 abies Exp $ */
+/* $Id: ibase_service.c,v 1.6 2004/02/11 11:59:08 abies Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -255,8 +255,8 @@
 }
 /* }}} */
 
-static void _php_ibase_service_query(INTERNAL_FUNCTION_PARAMETERS, 
-       ibase_service *svm, char info_action) /* {{{ */
+static void _php_ibase_service_query(INTERNAL_FUNCTION_PARAMETERS, /* {{{ */
+       ibase_service *svm, char info_action)
 {
        static char spb[] = { isc_info_svc_timeout, 10, 0, 0, 0 };
                
@@ -459,6 +459,7 @@
 {
        _php_ibase_backup_restore(INTERNAL_FUNCTION_PARAM_PASSTHRU, 
isc_action_svc_backup);
 }
+/* }}} */
 
 /* {{{ proto mixed ibase_restore(resource service_handle, string source_file, string 
dest_db [, int options [, bool verbose]])
    Initiates a restore task in the service manager and returns immediately */
@@ -595,6 +596,7 @@
        _php_ibase_service_query(INTERNAL_FUNCTION_PARAM_PASSTHRU, svm, (char)action);
 }
 /* }}} */
+
 #endif /* HAVE_IBASE6_API */
         
 /*      

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to