Skip to content
WONGCW 網誌
  • 首頁
  • 論壇
  • 微博
  • 壁紙下載
  • 免費圖床
  • 視頻下載
  • 聊天室
  • SEO工具
  • 支援中心
  • 表格製作
  • More
    • 在線名片
    • 網頁搜索
    • 天氣預報
    • 二維碼生成器
    • WordPress 插件及主題下載
  • Search Icon

WONGCW 網誌

記錄生活經驗與點滴

PHP 7.1.27、7.2.16 和7.3.3 組團更新

PHP 7.1.27、7.2.16 和7.3.3 組團更新

2019-03-08 Comments 0 Comment

PHP 7.1.27、7.2.16和7.3.3今日抱團發布,全部都是穩定版行列的版本,以修復問題為主,並不包含新功能,主要改進和修復包括提供了對Oracle數據庫的跟踪屬性、空指針、內存溢出以及初始化讀取時未準備好的問題。

下載地址:

http://php.net/downloads.php

PHP(外文名:PHP: Hypertext Preprocessor,中文名:“超文本預處理器”)是一種通用開源腳本語言。語法吸收了C語言、Java和Perl的特點,利於學習,使用廣泛,主要適用於Web 領域。PHP獨特的語法混合了C、Java、Perl以及PHP自創的語法。它可以比CGI或者Perl更快速地執行動態網頁。

用PHP做出的動態頁面與其他的編程語言相比,PHP是將程序嵌入到HTML(標准通用標記語言下的一個應用)文檔中去執行,執行效率比完全生成HTML標記的CGI要高許多; PHP還可以執行編譯後代碼,編譯可以達到加密和優化代碼運行,使代碼運行更快。

Version 7.1.27

07 Mar 2019

  • Core:
    • Fixed bug  #77630  (rename() across the device may allow unwanted access during processing).
  • EXIF:
    • Fixed bug  #77509  (Uninitialized read in exif_process_IFD_in_TIFF).
    • Fixed bug  #77540  (Invalid Read on exif_process_SOFn).
    • Fixed bug  #77563  (Uninitialized read in exif_process_IFD_in_MAKERNOTE).
    • Fixed bug  #77659  (Uninitialized read in exif_process_IFD_in_MAKERNOTE).
  • PHAR:
    • Fixed bug  #77396  (Null Pointer Dereference in phar_create_or_parse_filename).
    • Fixed bug  #77586  (phar_tar_writeheaders_int() buffer overflow).
  • SPL:
    • Fixed bug  #77431  (openFile() silently truncates after a null byte).

Version 7.2.16

07 Mar 2019

  • Core:
    • Fixed bug  #77589  (Core dump using parse_ini_string with numeric sections).
    • Fixed bug  #77630  (rename() across the device may allow unwanted access during processing).
  • COM:
    • Fixed bug  #77621  (Already defined constants are not properly reported).
  • EXIF:
    • Fixed bug  #77509  (Uninitialized read in exif_process_IFD_in_TIFF).
    • Fixed bug  #77540  (Invalid Read on exif_process_SOFn).
    • Fixed bug  #77563  (Uninitialized read in exif_process_IFD_in_MAKERNOTE).
    • Fixed bug  #77659  (Uninitialized read in exif_process_IFD_in_MAKERNOTE).
  • PDO_OCI:
    • Support Oracle Database tracing attributes ACTION, MODULE, CLIENT_INFO, and CLIENT_IDENTIFIER.
  • PHAR:
    • Fixed bug  #77396  (Null Pointer Dereference in phar_create_or_parse_filename).
  • SPL:
    • Fixed bug  #51068  (DirectoryIterator glob:// don’t support current path relative queries).
    • Fixed bug  #77431  (openFile() silently truncates after a null byte).
  • Standard:
    • Fixed bug  #77552  (Unintialized php_stream_statbuf in stat functions).
  • MySQL:
    • Disabled LOCAL INFILE by default, can be enabled using php.ini directive mysqli.allow_local_infile for mysqli, or PDO::MYSQL_ATTR_LOCAL_INFILE attribute for pdo_mysql.

Version 7.3.3

07 Mar 2019

  • Core:
    • Fixed bug  #77589  (Core dump using parse_ini_string with numeric sections).
    • Fixed bug  #77329  (Buffer Overflow via overly long Error Messages).
    • Fixed bug  #77494  (Disabling class causes segfault on member access).
    • Fixed bug  #77498  (Custom extension Segmentation fault when declare static property).
    • Fixed bug  #77530  (PHP crashes when parsing `(2)::class`).
    • Fixed bug  #77546  (iptcembed broken function).
    • Fixed bug  #77630  (rename() across the device may allow unwanted access during processing).
  • COM:
    • Fixed bug  #77621  (Already defined constants are not properly reported).
    • Fixed bug  #77626  (Persistence confusion in php_com_import_typelib()).
  • EXIF:
    • Fixed bug  #77509  (Uninitialized read in exif_process_IFD_in_TIFF).
    • Fixed bug  #77540  (Invalid Read on exif_process_SOFn).
    • Fixed bug  #77563  (Uninitialized read in exif_process_IFD_in_MAKERNOTE).
    • Fixed bug  #77659  (Uninitialized read in exif_process_IFD_in_MAKERNOTE).
  • Mbstring:
    • Fixed bug  #77514  (mb_ereg_replace() with trailing backslash adds null byte).
  • MySQL:
    • Disabled LOCAL INFILE by default, can be enabled using php.ini directive mysqli.allow_local_infile for mysqli, or PDO::MYSQL_ATTR_LOCAL_INFILE attribute for pdo_mysql.
  • OpenSSL:
    • Fixed bug  #77390  (feof might hang on TLS streams in case of fragmented TLS records).
  • PDO_OCI:
    • Support Oracle Database tracing attributes ACTION, MODULE, CLIENT_INFO, and CLIENT_IDENTIFIER.
  • PHAR:
    • Fixed bug  #77396  (Null Pointer Dereference in phar_create_or_parse_filename).
    • Fixed bug  #77586  (phar_tar_writeheaders_int() buffer overflow).
  • phpdbg:
    • Fixed bug  #76596  (phpdbg support for display_errors=stderr).
  • SPL:
    • Fixed bug  #51068  (DirectoryIterator glob:// don’t support current path relative queries).
    • Fixed bug  #77431  (openFile() silently truncates after a null byte).
  • Standard:
    • Fixed bug  #77552  (Unintialized php_stream_statbuf in stat functions).
    • Fixed bug  #77612  (setcookie() sets incorrect SameSite header if all of its options filled).

分享此文:

  • 分享到 Twitter(在新視窗中開啟)
  • 按一下以分享至 Facebook(在新視窗中開啟)
  • 分享到 WhatsApp(在新視窗中開啟)
  • 按一下以分享到 Telegram(在新視窗中開啟)
  • 分享到 Pinterest(在新視窗中開啟)
  • 分享到 Reddit(在新視窗中開啟)
  • 按一下即可分享至 Skype(在新視窗中開啟)
  • 按一下即可以電子郵件傳送連結給朋友(在新視窗中開啟)
  • 點這裡列印(在新視窗中開啟)

相關


網絡資訊

Post navigation

PREVIOUS
微信WeChat v2.6.7.40
NEXT
調查:每秒有2024名美國人收到自動語音電話

發表迴響 取消回覆

這個網站採用 Akismet 服務減少垃圾留言。進一步了解 Akismet 如何處理網站訪客的留言資料。

More results...

Generic filters
Exact matches only
Search in title
Search in content
Search in excerpt
Filter by 分類
網站公告
Featured
限時免費
ESET NOD32
WINDOWS 10 &11 INSIDER PREVIEW
Windows 軟件下載
系統軟件
辦公軟件
圖像處理
影音媒體
網絡軟件
應用軟件
Mac 軟件下載
安卓軟件下載
網絡資訊
Mac資訊
Linux資訊
VPS資訊
NASA資訊
金融資訊
WhatsApp Stickers教學
WordPress資訊
WeChat資訊
PHP資訊
Plesk資訊
TensorFlow
教學資源
開源程序
網頁工具
SEO工具
醫療健康
旅遊及消閒
其他資訊
Content from
Content to
2019 年 3 月
一 二 三 四 五 六 日
 123
45678910
11121314151617
18192021222324
25262728293031
« 2 月   4 月 »

分類

  • 網站公告
  • 限時免費
  • ESET NOD32
  • WINDOWS 10 &11 INSIDER PREVIEW
  • Windows 軟件下載
  • 系統軟件
  • 辦公軟件
  • 圖像處理
  • 影音媒體
  • 網絡軟件
  • 應用軟件
  • Mac 軟件下載
  • 安卓軟件下載
  • 網絡資訊
  • Mac資訊
  • Linux資訊
  • VPS資訊
  • NASA資訊
  • WhatsApp Stickers教學
  • WordPress資訊
  • WeChat資訊
  • PHP資訊
  • Plesk資訊
  • TensorFlow
  • 教學資源
  • 開源程序
  • 網頁工具
  • SEO工具
  • 醫療健康
  • 旅遊及消閒
  • 其他資訊

彙整

近期文章

  • 國產大飛機C919商業航班今天首飛:經濟艙156座餐食叫“五福臨門” 2023-05-28
  • 東航C919商業首航順利起飛後續將逐步投放更多航線 2023-05-28
  • 工信部部長金壯龍親歷東航開啟C919首次商業飛行 2023-05-28
  • 一理想車主雨天高速路躺平開車:用飲料瓶欺騙汽車“自動駕駛” 2023-05-28
  • AI搶飯碗?雷亞遊戲回應用AI創作後解僱美工:用了但沒解僱 2023-05-28
  • 蘋果公司將從6月5日開始接受Mac Studio和M2 MacBook機型以舊換新 2023-05-28
  • 華為捐贈中國移動完成1050套歐拉操作系統遷移上線 2023-05-28
  • 打擊外來物種日本6月起禁止出售或放生小龍蝦:最高罰款15萬 2023-05-28
  • 印度一官員為找手機抽空210萬升水庫 2023-05-28
  • 把廣告牌識別為真人後剎停理想客服回應:具體原因需做分析診斷 2023-05-28

熱門文章與頁面︰

  • 打車叫到特斯拉不會開門很尷尬?官方介紹開關門方法
  • DP vs HDMI 誰才是遊戲玩家最佳選擇?
  • YouTube By Click 2.2.86(含:註冊機序列號)
  • 貝貝BiliBili – 在線一鍵下載B站視頻,可解析播放!
  • 世界上有多少個國家
  • Autodesk AutoCAD 2021 正式版註冊版-簡體/繁體中文/英文版
  • NVIDIA H100 Hopper加速計算卡上市:配備80GB顯存價格超24萬元
  • REG007 – 你註冊過哪些網站?一搜便知
  • Explorer Patcher:讓Windows 11恢復Windows 10的行為特徵
  • 天翼網盤免登陸高速下載,直鏈解析不限速

投遞稿件

歡迎各界人士投遞稿件到admin@wongcw.com

請提供以下資料:

1.你的名字

2.你的電郵

3.分類目錄

4.文章標題

5.文章摘要

6.文章內容

7.文章來源

 

聯繫我們

查詢,投稿,商務合作:
​admin@wongcw.com
​技術支援:
​support@wongcw.com
​客户服務:
​cs@wongcw.com

QQ群:833641851

快帆

MALUS

極度掃描

DMCA.com Protection Status

WONGCW 網誌

  • 免責聲明
  • 捐助我們
  • ThemeNcode PDF Viewer
  • ThemeNcode PDF Viewer SC
  • Events

服務器提供

本站使用之服務器由ikoula提供。

聯繫我們

查詢,投稿,商務合作:
​admin@wongcw.com
​技術支援:
​support@wongcw.com
​客户服務:
​cs@wongcw.com

QQ群:833641851

© 2023   All Rights Reserved.