fixed memory fragmention problem which could lead to web server processes growing much more than they should. (andi, zend engine)
修正了内存框架错误,他将导致web服务器处理大大超过他应该的处理量
made $http_session_vars['foo'] and $foo be references to the same value when register_globals is on. (andrei)
更改 $http_session_vars['foo'] 和 $foo 在 register_globals 为 on 的时候为相同的参考值
fixed disk_free_space() and disk_total_space() under freebsd. (jon)
修正了在 freebsd 下面的 disk_free_sapce() 和 disk_total_space()函数错误
fixed readfile/passthru losing resources during connection abort (sascha)
修正了 readfile/passthru 在连接终止期间资源丢失的问题
fixed bug in the mcrypt extension that caused segfaults when using a key that is too large for the used algorithm, and a bug that caused mcrypt_generic() to segfault php (derick)
修正了在mcrypt 扩展中使用过大的密匙进行运算时引起的段失败错误,以及 mcrypt_generic()中同样引起段失败的一个错误
fixed getopt so that it accepts command line arguments in the form -<opt><arg> and -<opt> <arg>. (jmoore)
修正了 getopt 可以接收表单里面的 -<opt><arg> 和 -<opt><arg> 的命令行参数
fixed race in writing session files (sascha)
修正了在写 session 文件时的错误
fixed a possible crash in the php cgi when no input file is specified (zeev)
修正了 php cgi 在没有指定输入文件时可能出现的漏洞
added is_callable() function that can be used to find out whether its argument is a valid callable construct. (andrei)
增加了 is_callable() 函数用于判断它的参数是否是一个可调用的结构
fixed a rare possible crash when generating extended information. (dmitri dmitrienko,
| 对此文章发表了评论 |
