Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>If the go-pear.bat file won't run, try this procedure: </p> <ol> <li><p>issue this command with cmd.exe:</p> <pre><code>php -d phar.require_hash=0 go-pear.phar </code></pre> <p>Allow the installer to edit php.ini.</p></li> <li><p>Check the contents of PEAR_ENV.reg - located in the PEAR directory YOUR-PHP-INSTALL-PATH\PEAR\ folder (ex. c:\PHP\PEAR\PEAR_ENV.reg) to be sure it has the paths right. Edit as needed and run it. Check your path and environment variables for correctness, then do the same in go-pear.bat and php.ini (mine needed to be corrected to point correctly to my php.exe file). </p></li> <li><p>Issue the</p> <pre><code>pear </code></pre> <p>command at the command line to test the path configuration. It will run and do everything but still can't install packages due to a missing dependency.</p></li> <li><p>Download and uncompress Structures_Graph from the <a href="http://download.pear.php.net/package/Structures_Graph-1.0.4.tgz" rel="nofollow">PEAR</a> website (direct link).The file has three folders - docs, Structures and tests. Copy the Structure folder into the YOUR-PHP-INSTALL-PATH\PEAR\ folder (ex. c:\PHP\PEAR\Structures).</p></li> <li><p>Issue the command:</p> <pre><code>pear install Structures_Graph </code></pre> <p>Even though the files are present, Structures_Graph is not really installed unless you issue the above command.</p></li> <li><p>Issue the command:</p> <p>pear update PEAR</p></li> <li><p>Enjoy!</p> <p>Good luck and thanks to Marcos Roriz for the graph dependency half of my solution!</p></li> </ol>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload