当前服务器状态(apache224+php523+mod-fastcgid21)

作者:admin 发布时间:June 6, 2007 分类:默认

当前服务器状态(apache224+php523+mod-fastcgid21)
php module
eAccelerator
mysql
gd2
mysqli
crul
mb
zend op323

记录一下,以便以后确认。

阅读剩余部分...

eAccelerator for PHP 5.2.3 released

作者:admin 发布时间:June 6, 2007 分类:默认

a new version of eAccelerator for PHP 5.2.3 released

eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times.

eAccelerator 0951 for PHP 5.2.3

阅读剩余部分...

唉!我的服务器访问啥网站都慢

作者:admin 发布时间:June 6, 2007 分类:默认

真是没办法,郁闷啊。

阅读剩余部分...

PHP 5.2.3 Released

作者:admin 发布时间:June 6, 2007 分类:默认

PHP 5.2.3 Released
[01-Jun-2007] The PHP development team would like to announce the immediate availability of PHP 5.2.3. This release continues to improve the security and the stability of the 5.X branch as well as addressing two regressions introduced by the previous 5.2 releases. These regressions relate to the timeout handling over non-blocking SSL connections and the lack of HTTP_RAW_POST_DATA in certain conditions. All users are encouraged to upgrade to this release.

Further details about the PHP 5.2.3 release can be found in the release announcement for 5.2.3, the full list of changes is available in the ChangeLog for PHP 5.

Security Enhancements and Fixes in PHP 5.2.3:

Fixed an integer overflow inside chunk_split() (by Gerhard Wagner, CVE-2007-2872)
Fixed possible infinite loop in imagecreatefrompng. (by Xavier Roche, CVE-2007-2756)
Fixed ext/filter Email Validation Vulnerability (MOPB-45 by Stefan Esser, CVE-2007-1900)
Fixed bug #41492 (open_basedir/safe_mode bypass inside realpath()) (by bugs dot php dot net at chsc dot dk)
Improved fix for CVE-2007-1887 to work with non-bundled sqlite2 lib.
Added mysql_set_charset() to allow runtime altering of connection encoding.
For users upgrading to PHP 5.2 from PHP 5.0 and PHP 5.1, an upgrade guide is available here, detailing the changes between those releases and PHP 5.2.3.

我每天去看,它都不更新,几天不去看,它就更新了。 -___-

阅读剩余部分...

firefox 的页面缓存问题

作者:admin 发布时间:June 6, 2007 分类:默认

$etag = date('YmdH');
if ($_SERVER['HTTP_IF_NONE_MATCH'] == $etag)
{
header('HTTP/1.1 304 Not Modified');
}
else header('Etag: '.$etag);

用以上代码控制页面缓存,IE下刷新就能更新缓存,firefox下刷新不起作用要等到缓存过期,必须手动去清理页面缓存才能更新。
唉!

阅读剩余部分...

最近做事的逻辑

作者:admin 发布时间:June 4, 2007 分类:默认

想做的是a
考虑的却是b
为c做着准备
着手做的d
结果弄出来的是e

阅读剩余部分...

迅雷的几个垃圾之处

作者:admin 发布时间:June 4, 2007 分类:默认

迅雷的镜像搜索功能确实是它可圈可点的地方,至少去sf下东西不用在去选下载点,直接下载就是,它自动会把添加相关的镜像。
可问题也比较多,首先就是广告,这年头带广告的下载软件还真是不多见了,不过我从来没用过原版的迅雷的,一般都是下载去广告的。
还有个问题就是tnnd它非要占80端口,害我每次用apache就非关掉它,然后再重新开。
还有个下bt的问题,说到bt下载,迅雷这方面做的还真是不错,连接速度真是其它相关bt下载软件所不具备的,下载的稳定性也不错。至少我用bitcomet,flashget相比都逊色好多了。但人性化方面就比较差了,比如,一旦选定下载目录就不能更改了,我下载连续剧有的上百集(这个有点变态)单分区比较小,往往需要下载了一半,另一半要换到另外一个分区去。它居然不能更改下载目录,只是把任务删除了,重新添加下载了更换,这一点操作上bitcomet就做的很好,更换目录很方便。
还有就是bt下载程序上不太稳定,偶尔会出现非法操作。

阅读剩余部分...

행복하길 바래

作者:admin 发布时间:June 1, 2007 分类:默认

好好听,好好听

阅读剩余部分...

加勒比海盗3:世界的尽头 Pirates of the Caribbean: At Worlds End

作者:admin 发布时间:June 1, 2007 分类:默认

◎简  介 

褐色的皮肤,下巴上的山羊胡子编成了小辫,眼睛边缘涂着深色的眼影,嘴里还有着几颗引人注目的金牙……如果不拿腔拿调地说话,

阅读剩余部分...

  1. 1
  2. 2
  3. 3