PHP for Mac 是一種流行的通用腳本語言,特別適合於 Web 開發。快速,靈活,實用的 PHP for macOS 為您的博客到世界上最受歡迎的網站提供了強大的支持。
PHP(PHP 的遞歸首字母縮寫:超文本預處理器)是一種廣泛使用的開源通用腳本語言,特別適合於網絡開發,並且可以嵌入 HTML.
頁麵包含大量帶有嵌入式代碼的 HTML,而不是大量用於輸出 HTML 的命令(如 C 或 Perl 中所示)(在這種情況下,輸出“嗨,我是 PHP 腳本!”)。該代碼包含在特殊的開始和結束處理指令中,使您可以跳入和退出“ PHP 模式”。
macOS 的 PHP 與客戶端 JavaScript 之類的區別在於,代碼在服務器上執行,生成 HTML,然後發送給客戶端。客戶端將收到運行該腳本的結果,但不知道底層代碼是什麼。您甚至可以將 Web 服務器配置為使用 PHP 處理所有 HTML 文件,然後,實際上沒有任何辦法可以讓用戶說出自己的想法。
使用 PHP 的最佳之處在於,對於新手來說,這非常簡單,但是為專業程序員提供了許多高級功能。不要害怕閱讀一長串的 PHP 功能。您可以在短時間內跳入,並在幾個小時內開始編寫簡單的腳本。
也可用:下載適用於 Windows 的 PHP88988923
檔案版本 |
PHP 8.0.5 |
檔案名稱 |
php-src-php-8.0.5.tar.gz |
檔案大小 |
|
系統 |
Mac OS X |
軟體類型 |
開源軟體 |
作者 |
PHP Development Team |
更新日期 |
https://www.php.net/ |
軟體類型 |
2021-05-04 |
更新日誌 |
What's new in this version: Core: - Fixed (Flushing streams with compression filter is broken) - Fixed (Function exec without $output but with $restult_code parameter crashes) - Fixed (threaded mod_php won't load on FreeBSD: No space available for static Thread Local Storage) - Changed PowerPC CPU registers used by Zend VM to work around GCC bug. Old registers (r28/r29) might be clobbered by _restgpr routine used for return from C function compiled with -Os.
Dba: - Fixed (dba_popen() may cause segfault during RSHUTDOWN)
DOM: - Fixed (UAF when appending DOMDocument to element)
FFI: - Fixed (CData structs with fields of type struct can't be passed as C function argument)
FPM: - Fixed (Duplication of info about inherited socket after pool removing)
FTP: - Fixed (SSL_read on shutdown, ftp/proc_open)
IMAP: - Fixed (imap_open() fails when the flags parameter includes CL_EXPUNGE) - Fixed (imap_mail_compose() header injection)
Intl: - Fixed (msgfmt_format() does not accept DateTime references)
LibXML: - Fixed (Invalid memory access in php_libxml_xmlCheckUTF8) - Fixed (simplexml_load_file() doesn't use HTTP headers)
MySQLnd: - Fixed (Calling stmt_store_result after fetch doesn't throw an error)
Opcache: - Fixed (PHP problem with JIT) - Fixed (erronous array key overflow in 2D array with JIT) - Fixed (PHP crash using JIT) - Fixed (DASM_S_RANGE_VREG on PHP_INT_MIN-1)
Pcntl: - Fixed (Potential integer overflow in pcntl_exec())
PCRE: - Fixed (preg_split ignores limit flag when pattern with K has 0-width fullstring match)
PDO_ODBC: - Fixed (PDO ODBC truncates BLOB records at every 256th byte)
PDO_pgsql: - Fixed (PDO::PARAM_INT is treated the same as PDO::PARAM_STR)
Session: - Fixed (Cannot set save handler when save_handler is invalid) - Fixed (session_name() problem with backslash)
SOAP: - Fixed (SOAP special XML characters in namespace URIs not encoded).
Standard: - Fixed (Taking a reference to $_SERVER hides its values from phpinfo()) - Fixed ('getdir' accidentally defined as an alias of 'dir') - Fixed (phpinfo(INFO_CREDITS) displays nothing in CLI) - Fixed (http wrapper silently ignores long Location headers) - Fixed (HTTP wrapper waits for HTTP 1 response after HTTP 101)
Zip: - Fixed (ZipArchive::isCompressionMethodSupported does not exist) |
檔案下載 |
檔案下載
|