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

Date: Saturday June 27, 1998 @ 22:05
Author: owl

Update of /repository/php3
In directory asf:/tmp/cvs-serv20007

Modified Files:
        README.QNX
Log Message:
An extra note concerning building Apache module on QNX with SQL Anywhere.
How the hell people like to define BOOL... It is defined in PHP, Apache and
SQL Anywhere. Undoubtedly, 3 different ways.

Index: php3/README.QNX
diff -c php3/README.QNX:1.1 php3/README.QNX:1.2
*** php3/README.QNX:1.1 Fri Jun 5 10:27:00 1998
--- php3/README.QNX Sat Jun 27 22:05:35 1998
***************
*** 36,41 ****
--- 36,46 ----
     I don't know so far why this required for QNX, may be it is Watcom
     compiler problem.
  
+ If you building Apache module with SQL Anywhere support, you'll get
+ symbol conflict with BOOL. It is defined in Apache (httpd.h) and in
+ SQL Anywhere (odbc.h). This has nothing to do with PHP, so you have to
+ fix it yourself someway.
+
  6. With above precautions, it should compile as is and pass regression
          tests completely:
                  make
***************
*** 45,49 ****
          Don't bother me unless you really sure you made that all but it
          still doesn't work.
  
! June 5, 1998
  Igor Kovalenko -- owl <email protected>
--- 50,54 ----
          Don't bother me unless you really sure you made that all but it
          still doesn't work.
  
! June 28, 1998
  Igor Kovalenko -- owl <email protected>