郵件列表

本章包括有關(guān)如何與 PHP 團(tuán)體接觸的問(wèn)題。最好的方法是郵件列表。

有沒(méi)有 PHP 的郵件列表?

當(dāng)然有!有很多關(guān)于幾個(gè)主題的郵件列表。所有郵件列表的完整列表在 ? 技術(shù)支持頁(yè)面。

最通用的郵件列表是 php-general。要訂閱,發(fā)送一封郵件到 ? php-general-subscribe@lists.php.net。不需要在郵件主題或內(nèi)容中包括任何特殊單詞。要取消訂閱,發(fā)送一封郵件到 ? php-general-unsubscribe@lists.php.net。

也可以在我們的 ? 技術(shù)支持頁(yè)面通過(guò) web 界面來(lái)訂閱和取消。

還有其它的團(tuán)體嗎?

世界上有無(wú)數(shù) PHP 團(tuán)體。我們的 ? 技術(shù)支持頁(yè)面上有例如一些 IRC 服務(wù)器和其它語(yǔ)種的郵件列表。

我可以建立我自己的PHP郵件列表嗎?

百分百可以!實(shí)際上,我們不僅允許這么做,而且鼓勵(lì)這么做! 通過(guò)分享您在PHP方面的知識(shí)和經(jīng)驗(yàn)來(lái)幫助他人, 有助于促進(jìn)PHP組織和PHP語(yǔ)言本身的增長(zhǎng)和發(fā)展。

救命!我看來(lái)不能訂閱/取消任何一個(gè)郵件列表!

如果你在訂閱或取消 php-general 郵件列表上有問(wèn)題,可能是因?yàn)猷]件列表軟件沒(méi)法確定你正確的郵件地址。如果你的 email 地址是 joeblow@example.com,可以將訂閱請(qǐng)求發(fā)送到 php-general-subscribe-joeblow=example.com@lists.php.net,或者將取消請(qǐng)求發(fā)送到 php-general-unsubscribe-joeblow=example.com@lists.php.net。對(duì)其它郵件列表用類似的地址。

The most common reason folks have a hard time unsubscribing from our mailing lists is due to the use of mail forwarders. For example, if your email address is danbrown@example.com, but you subscribed to the mailing list with the forwarder php-lists@example.com and forward that to danbrown@example.com, attempting to unsubscribe danbrown@example.com will not work, as that address is not even known to our systems. Instead, you will need to unsubscribe the address to which the mail is being sent - in this example, php-lists@example.com.

在哪里有個(gè)郵件列表的歸檔嗎?

是的,你可以在 ? 技術(shù)支持頁(yè)面找到歸檔站點(diǎn)的列表。 You will also find dozens of sites that archive and/or syndicate our mailing list content by using your favorite Internet search engine and searching for "php mailing list archives".

郵件列表的文章也被作為新聞組消息歸檔。你可以用新聞組客戶端來(lái)訪問(wèn)位于 ? news://news.php.net/的新聞組服務(wù)器。也有一個(gè)試驗(yàn)性質(zhì)的新聞組服務(wù)器的 web 界面位于 ? http://news.php.net/。

我可以在郵件列表中問(wèn)什么?

由于 PHP 一天比一天更流行,php-general 郵件列表的流量增加到現(xiàn)在的每天 150 到 200 個(gè)帖子。由于此原因,為了每個(gè)人的利益,使用此列表是你在尋找過(guò)所有其它地方后的最后手段。

在你向列表發(fā)帖之前請(qǐng)先看看本 FAQ 以及手冊(cè)是不是能找到幫助。如果找不到的話試試郵件列表歸檔(見上面)。如果你有安裝或者配置 PHP 的問(wèn)題請(qǐng)從頭到尾讀一遍所有包含的文檔和 README 文件。如果還是不能找到任何可以幫助你的信息,那么很歡迎你使用此郵件列表。

To ensure that you receive the best responses (and to reduce the likelihood of frustrating your fellow developers), please be sure to post your question to the appropriate list. For example, if you are having difficulties installing PHP, you should send your question to the php-install mailing list. A caveat: some lists have similar names and completely different uses; a question regarding PHP scripts on Windows should be directed to the Windows PHP users list, not to the Windows Internals list.

在提問(wèn)之前,閱讀一下 ? 怎樣聰明地發(fā)問(wèn)這篇文章對(duì)每個(gè)人都是個(gè)好主意。

向郵件列表發(fā)帖子時(shí)我需要包括些什么信息?

像“我不能啟動(dòng)運(yùn)行 PHP!幫幫我!哪里出錯(cuò)了?”之類的貼子對(duì)任何人都完全沒(méi)有用。如果你在啟動(dòng)和運(yùn)行 PHP 上有問(wèn)題你必須包括你運(yùn)行的操作系統(tǒng),你試圖配置的 PHP 版本,你怎樣得到的(預(yù)編譯的,CVS,RPM 等等),目前為止你都做了些什么,卡在了何處以及確切的錯(cuò)誤信息。

這也同樣適用于其它問(wèn)題。你必須包括你做了什么,卡在了哪里,你試圖做什么以及,如果有的話,確切的錯(cuò)誤信息。如果你有源代碼的問(wèn)題那你需要包括不起作用部分的代碼。可是不要包括超出所必需的代碼!這將使貼子很難讀并使很多人為此而跳過(guò)它。如果你不確定應(yīng)該在郵件中包括多少信息,那包括多一些比一點(diǎn)點(diǎn)更好。

另一件重要的事是記住在主題一行中概述你的問(wèn)題。類似“救命!”或者“這是怎么回事?”的主題會(huì)被一大半讀者忽略。

最后,我們鼓勵(lì)你閱讀一下 ? 怎樣聰明地發(fā)問(wèn)這篇文章。這對(duì)每個(gè)人都有很大幫助,尤其是你自己。