var / package มีไว้เพื่ออะไร?


9

บางทีฉันอาจขาดอะไรบางอย่างไปแล้วแต่ฉันยังไม่พบคำอธิบายที่ชัดเจนว่าไดเรกทอรี var / package คืออะไรและมีการใช้งานอย่างไร ผมเคยเห็นมันรวมอยู่ในจำนวนมากของการแก้ปัญหาปัญหา (ล้างมันให้ตรวจสอบไฟล์ xyz มี, ฯลฯ ) แต่มันก็เป็นสิ่งที่จริงสำหรับเฉพาะ?


ไดเรกทอรีนี้มีไฟล์ xml ของส่วนขยายที่ติดตั้ง
Tejas Shah

คำตอบ:


9

var/packageเป็นที่ซึ่งแพ็คเกจทั้งหมดที่ติดตั้งอยู่ (ไม่ใช่เนื้อหาจริงของแพ็คเกจ แต่เป็นข้อมูลของแพ็คเกจ) มันถูกใช้โดย Magento Connect Manager ถ้าเราเปิดไฟล์ใดไฟล์หนึ่งในนั้นเราพบสิ่งนี้:

<?xml version="1.0"?>
<package>
    <name>Lib_Google_Checkout</name>
    <version>1.5.0.0</version>
    <stability>stable</stability>
    <license>Apache License</license>
    <channel>community</channel>
    <extends/>
    <summary>Google Checkout Library</summary>
    <description>Google Checkout Library</description>
    <notes>1.5.0.0</notes>
    <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
    <date>2011-02-08</date>
    <time>16:02:18</time>
    <contents><target name="magelib"><dir name="googlecheckout"><file name="googlecart.php" hash="5b11319b8489cd2cb50bf2f38797fbb0"/><file name="googleitem.php" hash="2305b454c0b524f835e489a224070c1b"/><file name="googlelog.php" hash="402dfa7bf30450451d6dd76db20e8996"/><file name="googlemerchantcalculations.php" hash="2b8ca5d31c7dfc5f1b305ad0f0f8dc8d"/><file name="googlerequest.php" hash="2d9f2ffdb96c38f57772c151f517fe4c"/><file name="googleresponse.php" hash="4af0da6d2d9f461e9e072a81512a205e"/><file name="googleresult.php" hash="9643ea49bfeb16224f43a8ea79571094"/><file name="googleshipping.php" hash="ba2aa1ce3d1375b48a214fba19f589ff"/><file name="googletax.php" hash="55b8cd73340e491a47f62f8b887404ed"/><dir name="xml-processing"><file name="gc_xmlbuilder.php" hash="8b008a09d4ff42408fb601980f965dac"/><file name="gc_xmlparser.php" hash="9845e8a617eef46f0209140c9f26a90b"/></dir></dir></target></contents>
    <compatible/>
    <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
</package>

ในขณะที่คุณสามารถดูชื่อรุ่นเนื้อหาใบอนุญาตการอ้างอิง ฯลฯ มีการระบุไว้ในที่นี่ ใช้ได้กับแพ็คเกจที่ติดตั้งผ่าน Magento Connect Manager เท่านั้น


3
และคุณสามารถลบได้หลังจากติดตั้งแพคเกจแล้ว
brentwpeterson

@brentwpeterson คุณทราบหรือไม่ว่าสิ่งเหล่านี้สามารถลบได้หรือไม่
Michael
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.