我在freebsd 配置好了php环境环境信息如下PHP Version 5.3.3
System FreeBSD bsd.box.local 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 [email protected]:/usr/obj/usr/src/sys/GENERIC i386
Build Date Oct 27 2010 21:14:24
Configure Command  './configure' '--with-layout=GNU' '--localstatedir=/var' '--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all' '--enable-libxml' '--with-libxml-dir=/usr/local' '--with-pcre-regex=/usr/local' '--with-zlib-dir=/usr' '--program-prefix=' '--with-apxs2=/usr/local/sbin/apxs' '--with-regex=php' '--with-zend-vm=CALL' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd7.2'
Server API Apache 2.0 Handler
Virtual Directory Support disabled
Configuration File (php.ini) Path /usr/local/etc
Loaded Configuration File /usr/local/etc/php.ini
Scan this dir for additional .ini files /usr/local/etc/php
Additional .ini files parsed /usr/local/etc/php/extensions.ini
PHP API 20090626
PHP Extension 20090626
Zend Extension 220090626
Zend Extension Build API220090626,NTS
PHP Extension Build API20090626,NTS
Debug Build no
Thread Safety disabled
Zend Memory Manager enabled
Zend Multibyte Support disabled
IPv6 Support enabled
Registered PHP Streams php, file, glob, data, http, ftp
Registered Stream Socket Transports tcp, udp, unix, udg
Registered Stream Filters string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk, convert.iconv.*在上面用glype搭建了Proxy 可以正常代理
但我访问admin.php时,却出现下面的警告信息Warning: Parameter 1 to Notice::onPrint() expected to be a reference, value given in /usr/local/www/apache22/data/extras/admin.php on line 481 Warning: Parameter 1 to Notice::onPrint() expected to be a reference, value given in /usr/local/www/apache22/data/extras/admin.php on line 481 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /usr/local/www/apache22/data/extras/admin.php on line 534
21:55, 18 November 2010 
admin control panel for glype proxy
value given in /usr/local/www/apache22/data/extras/admin.php on line 481 --没设定值Warning: date(): It is not safe to rely on the system's timezone settings.--时区设置问题网上搜索时,大部分被gfw屏蔽请问,要怎么解决这只是警告信息,应该不影响使用,可我访问admin.php 却没发现控制台之所以要去admin管理,是想看看有什么方法 可以躲过gfw的过渡或屏蔽
希望有经验的朋友,可以说下,如果在这不方便,可以发邮件  [email protected]
我不是php程序员