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

Date: Friday June 26, 1998 @ 21:35
Author: rasmus

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

Modified Files:
        php3.ini-dist
Log Message:
Fix bogus comment here

Index: php3/php3.ini-dist
diff -c php3/php3.ini-dist:1.39 php3/php3.ini-dist:1.40
*** php3/php3.ini-dist:1.39 Mon Jun 22 05:47:26 1998
--- php3/php3.ini-dist Fri Jun 26 21:35:18 1998
***************
*** 80,86 ****
  magic_quotes_gpc = On ; magic quotes for incoming GET/POST/Cookie data
  magic_quotes_runtime= Off ; magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
  magic_quotes_sybase = Off ; Use Sybase-style magic quotes (escape ' with '' instead of \')
! track_vars = On ; enable $PHP_GET_VARS[], $PHP_POST_VARS[] and $PHP_COOKIE_VARS[] arrays
  ; automatically add files before or after any PHP 3.0 document
  auto_prepend_file =
  auto_append_file =
--- 80,86 ----
  magic_quotes_gpc = On ; magic quotes for incoming GET/POST/Cookie data
  magic_quotes_runtime= Off ; magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
  magic_quotes_sybase = Off ; Use Sybase-style magic quotes (escape ' with '' instead of \')
! track_vars = On ; enable $HTTP_GET_VARS[], $HTTP_POST_VARS[] and $HTTP_COOKIE_VARS[] arrays
  ; automatically add files before or after any PHP 3.0 document
  auto_prepend_file =
  auto_append_file =