Changeset 1205

Show
Ignore:
Timestamp:
10/30/06 16:52:25 (2 years ago)
Author:
david
Message:

some manual fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/docs/docbook/manual.xml

    r1091 r1205  
    4343      <title>Prerequisites</title> 
    4444 
    45       <para>Agavi's minimum requirement is PHP version 5.0.0 or newer. DOM, 
     45      <para>Agavi's minimum requirement is PHP version 5.1.0 or newer. DOM, 
    4646      Reflection and SPL extensions are required, but should be enabled by 
    4747      default, unless you're using one of these Linux distros made by 
     
    5757        </note>Also, you usually need a web server, such as Apache, unless you 
    5858      only want to write a console application. Agavi should work fine with 
    59       all web servers that support PHP. Apache versions 1 and 2 and Microsoft 
    60       Internet Information Server have been tested and verified to be 
    61       compatible with the framework and it's components, such as the 
     59      all web servers that support PHP. Apache versions 1 and 2, LightTPD and 
     60      Microsoft Internet Information Server have been tested and verified to 
     61      be compatible with the framework and it's components, such as the 
    6262      routing.</para> 
    6363 
     
    282282      work, all you have to do is adjust 
    283283      <filename>samples/pub/index.php</filename> to point to 
    284       <filename>agavi.php</filename>, whereever it's installed. Then, fire it 
    285       up in your browser and play around with it.</para> 
     284      <filename>agavi.php</filename>, whereever it's installed, and maybe 
     285      change permissions of <filename>samples/app/cache</filename> so it's 
     286      writeable by your web server or PHP. Then, fire it up in your browser 
     287      and play around with it.</para> 
    286288 
    287289      <para>While not overly complex, the sample application's code should