发布于 2017-06-22 06:53:32 | 124 次阅读 | 评论: 0 | 来源: 网友投递
PHP开源脚本语言
PHP(外文名: Hypertext Preprocessor,中文名:“超文本预处理器”)是一种通用开源脚本语言。语法吸收了C语言、Java和Perl的特点,入门门槛较低,易于学习,使用广泛,主要适用于Web开发领域。PHP的文件后缀名为php。
22 Jun 2017, PHP 7.2.0alpha2
- Core:
. Change PHP_OS_FAMILY value from "OSX" to "Darwin". (sb, kalle)
- GD:
. Fixed bug #74744 (gd.h: stdarg.h include missing for va_list use in
gdErrorMethod). (rainer dot jung at kippdata dot de, cmb)
- OCI8:
. Add TAF callback (PR #2459). (KoenigsKind)
. Fixed bug #74625 (Integer overflow in oci_bind_array_by_name). (Ingmar Runge)
- OpenSSL:
. Fixed bug #74720 (pkcs7_en/decrypt does not work if x1a is used in
content). (Anatol)
. Use TLS_ANY for default ssl:// and tls:// negotiation.
(Niklas Keller, me at kelunik dot com)
. Fix leak in openssl_spki_new(). (jelle at vdwaa dot nl)
- PDO_OCI:
. Fixed Bug #74537 (Align --with-pdo-oci configure option with --with-oci8 syntax).
(Tianfang Yang)
- Standard:
. Compatibility with libargon2 versions 20161029 and 20160821.
(charlesportwoodii at erianna dot com)
. Fixed Bug #74737 (mysqli_get_client_info reflection info).
(mhagstrand at gmail dot com)
- Streams:
. Default ssl/single_dh_use and ssl/honor_cipher_order to true.
(me at kelunik dot com)
- SQLite3:
. Update to Sqlite 3.19.3. (cmb)
. Implement writing to blobs. (bohwaz at github dot com)
下载:
https://downloads.php.net/~pollita/