abies           Thu Sep  4 17:10:04 2003 EDT

  Modified files:              
    /php-src/ext/interbase      php_interbase.h 
  Log:
  Don't rely on sizeof(int) == 4
  
Index: php-src/ext/interbase/php_interbase.h
diff -u php-src/ext/interbase/php_interbase.h:1.60 
php-src/ext/interbase/php_interbase.h:1.61
--- php-src/ext/interbase/php_interbase.h:1.60  Thu Sep  4 10:18:39 2003
+++ php-src/ext/interbase/php_interbase.h       Thu Sep  4 17:10:03 2003
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_interbase.h,v 1.60 2003/09/04 14:18:39 abies Exp $ */
+/* $Id: php_interbase.h,v 1.61 2003/09/04 21:10:03 abies Exp $ */
 
 #ifndef PHP_INTERBASE_H
 #define PHP_INTERBASE_H
@@ -78,8 +78,8 @@
 PHP_FUNCTION(ibase_add_user);
 PHP_FUNCTION(ibase_modify_user);
 PHP_FUNCTION(ibase_delete_user);
-
-PHP_FUNCTION(ibase_rollback_ret);
+
+PHP_FUNCTION(ibase_rollback_ret);
 #endif
 PHP_FUNCTION(ibase_errmsg);
 PHP_FUNCTION(ibase_errcode);

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

Reply via email to