更新日志

对本扩展的类/函数/方法有以下更新。

VersionFunctionDescription
7.2.0packfloat 和 double 类型支持打断和小端。
 unpackfloat and double types supports both Big Endian and Little Endian.
7.1.0unpackThe optional offset has been added.
7.0.15,7.1.1pack添加了"e","E","g"和"G"代码以启用float和double的字节顺序支持。
7.0.0define允许 array 的值。
5.6.3pack添加了“q”、“q”、“J”和“P”代码以支持处理64位数字。
5.5.0pack“Z”代码添加了与“a”等效的功能,以实现Perl兼容性。
 unpackChanges were made to bring this function into line with Perl: The "a" code now retains trailing NULL bytes. The "A" code now strips all trailing ASCII whitespace (spaces, tabs, newlines, carriage returns, and NULL bytes). The "Z" code was added for NULL-padded strings, and removes trailing NULL bytes.
5.3.4sleep在PHP 5.3.4之前,Windows平台下无论 sleep 是否成功调用,总是会返回一个 NULL。
5.3.0time_nanosleep至此之后该函数在Windows平台下可用。
 time_sleep_until自此,函数在Windows平台可用。
5.0.5php_check_syntax函数从PHP中移除。
5.0.3php_check_syntaxphp_check_syntax之后调用 exit 会导致一个段错误。
5.0.1php_check_syntaxerror_message 通过引用传递
4.2.1highlight_file该函数现在也受 safe_mode 和 open_basedir 的限制和影响。