[PHP-DEV] CVS update: php31 From: rasmus (php-dev <email protected>)
Date: 10/30/98

Date: Friday October 30, 1998 @ 10:23
Author: rasmus

Update of /repository/php31
In directory asf:/u2/tmp/cvs-serv4028

Modified Files:
        acconfig.h config.h.in
Log Message:
Oops, didn't mean to remove that, but it should probably be in acconfig.h
anyway and autoheader will stick it in config.h.in

Index: php31/acconfig.h
diff -c php31/acconfig.h:2.4 php31/acconfig.h:2.5
*** php31/acconfig.h:2.4 Sat Sep 19 12:50:20 1998
--- php31/acconfig.h Fri Oct 30 10:23:10 1998
***************
*** 1,6 ****
--- 1,7 ----
  /* This is the default configuration file to read */
  #define CONFIGURATION_FILE_PATH "php3.ini"
  #define USE_CONFIG_FILE 1
+ #define PHP_31 1
  
  #undef PACKAGE
  #undef VERSION
Index: php31/config.h.in
diff -c php31/config.h.in:2.5 php31/config.h.in:2.6
*** php31/config.h.in:2.5 Fri Oct 30 10:05:20 1998
--- php31/config.h.in Fri Oct 30 10:23:11 1998
***************
*** 71,76 ****
--- 71,77 ----
  /* This is the default configuration file to read */
  #define CONFIGURATION_FILE_PATH "php3.ini"
  #define USE_CONFIG_FILE 1
+ #define PHP_31 1
  
  #undef PACKAGE
  #undef VERSION

--
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>