WebjxCom提示:
PHP5.2.13正式发布
,修复之前30多个BUG.
PHP是一种新型的CGI程序编写语言,易学易用,运行速度快,可以方便快捷地编写出功能强大,运行速度快,并可同时运行于Windows、Unix、Linux平台的Web后台程序,内置了对文件上传、密码认证、Cookies操作、邮件收发、动态GIF生成等功能,PHP直接为很多数据库提供原本的连接,包括
Oracle、Sybase、Postgres、Mysql、Informix、Dbase、Solid、Access等,完全支持ODBC接口,用户更换平台时,无需变换PHP代码,可即拿即用.
http://cn.php.net/distributions/php-5.2.13.tar.bz2(源码)
http://cn.php.net/distributions/php-5.2.13-Win32.zip(二进制包)
查看ChangeLog:http://www.php.net/ChangeLog-5.php#5.2.13
SecurityEnhancementsandFixesinPHP5.2.13:
Fixedsafe_modevalidationinsidetempnam()whenthedirectorypathdoesnotendwitha/).(MartinJansen)
Fixedapossibleopen_basedir/safe_modebypassinthesessionextensionidentifiedbyGrzegorzStachowiak.(Ilia)
ImprovedLCGentropy.(Rasmus,SamyKamkar)
KeyenhancementsinPHP5.2.13include:
Fixedbug#50940Customcontent-lengthsetincorrectlyinApachesapis.(BrianFrance,Rasmus)
Fixedbug#50847(strip_tags()removesalltagsgreaterthen1023byteslong).(Ilia)
Fixedbug#50661(DOMDocument::loadXMLdoesnotallowUTF-16).(Rob)
Fixedbug#50632(filter_input()doesnotreturndefaultvalueifthevariabledoesnotexist).(Ilia)
Fixedbug#50540(Crashwhilerunningldap_next_referencetestcases).(Sriram)
Fixedbug#49851(httpwrapperbreakson1024charlongheaders).(Ilia)
Over30otherbugfixes.