[PHP-DEV] CVS update: php3/functions From: martin (php-dev <email protected>)
Date: 10/06/98

Date: Tuesday October 6, 1998 @ 17:24
Author: martin

Update of /repository/php3/functions
In directory asf:/u2/tmp/cvs-serv26555/functions

Modified Files:
        interbase.c
Log Message:
This would not compile for me when HAVE_IBASE is defined to 0
Index: php3/functions/interbase.c
diff -c php3/functions/interbase.c:1.2 php3/functions/interbase.c:1.3
*** php3/functions/interbase.c:1.2 Tue Oct 6 14:39:45 1998
--- php3/functions/interbase.c Tue Oct 6 17:24:31 1998
***************
*** 28,34 ****
     +----------------------------------------------------------------------+
   */
  
! /* $Id: interbase.c,v 1.2 1998/10/06 18:39:45 jah Exp $ */
  
  /* TODO: A lot... */
  
--- 28,34 ----
     +----------------------------------------------------------------------+
   */
  
! /* $Id: interbase.c,v 1.3 1998/10/06 21:24:31 martin Exp $ */
  
  /* TODO: A lot... */
  
***************
*** 37,43 ****
  #include "internal_functions.h"
  #include "php3_interbase.h"
  
! #ifdef HAVE_IBASE
  #include <ibase.h>
  #include <time.h>
  #include "php3_list.h"
--- 37,43 ----
  #include "internal_functions.h"
  #include "php3_interbase.h"
  
! #if HAVE_IBASE
  #include <ibase.h>
  #include <time.h>
  #include "php3_list.h"

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>