Date: 01/25/99
- Next message: Malcolm Hutty: "[PHP-DEV] PHP Safe Mode"
- Previous message: Rasmus Lerdorf: "[PHP-DEV] autoconf-2.13"
- Next in thread: timothy: "[PHP-DEV] CVS update: php3/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Monday January 25, 1999 @ 0:13
Author: rasmus
Update of /repository/php3/functions
In directory asf:/home/rasmus/php3/functions
Modified Files:
info.c
Log Message:
browscap directive was missing
Index: php3/functions/info.c
diff -c php3/functions/info.c:1.70 php3/functions/info.c:1.71
*** php3/functions/info.c:1.70 Fri Jan 1 12:59:12 1999
--- php3/functions/info.c Mon Jan 25 00:13:30 1999
***************
*** 28,34 ****
+----------------------------------------------------------------------+
*/
! /* $Id: info.c,v 1.70 1999/01/01 17:59:12 zeev Exp $ */
#ifdef THREAD_SAFE
#include "tls.h"
--- 28,34 ----
+----------------------------------------------------------------------+
*/
! /* $Id: info.c,v 1.71 1999/01/25 05:13:30 rasmus Exp $ */
#ifdef THREAD_SAFE
#include "tls.h"
***************
*** 188,193 ****
--- 188,194 ----
PHP3_CONF_STR("user_dir", php3_ini_master.user_dir, php3_ini.user_dir);
PHP3_CONF_LONG("warn_plus_overloading", php3_ini_master.warn_plus_overloading, php3_ini.warn_plus_overloading);
PHP3_CONF_LONG("xbithack", php3_ini_master.xbithack, php3_ini.xbithack);
+ PHP3_CONF_STR("browscap", php3_ini_master.browscap, php3_ini.browscap);
PHP3_CONF_LONG("y2k_compliance", php3_ini_master.y2k_compliance, php3_ini.y2k_compliance);
/* And now for the highlight colours */
-- 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>
- Next message: Malcolm Hutty: "[PHP-DEV] PHP Safe Mode"
- Previous message: Rasmus Lerdorf: "[PHP-DEV] autoconf-2.13"
- Next in thread: timothy: "[PHP-DEV] CVS update: php3/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

