Jump to content
Larry Ullman's Book Forums

awebster

Members
  • Posts

    19
  • Joined

  • Last visited

Posts posted by awebster

  1. I think my PEAR install is working and got the phpDocumentor installed but now get an error using it.  "phpDocumentor.EMERGENCY: phpDocumentor detected that a requirement is missing in your system setup: The XSL writer was unable to find your XSLTProcessor: please check if you have installed the PHP XSL extension or XSLC ache extention."  I have a windows 7 home premium 64 bit laptop with WAMP.  My Wamp 2.2 settings are Apache: 2.2.22, PHP: 5.3.13, and MySQL: 5.5.24.  I checked in my php.ini file from the wamp icon in my toolbar and it has the XSL extension on. 
     

    What can I do now to get the phpDocumentor to work?

     

     

    Thanks.

  2. I still can not install composer.  I think I am going to stick with PEAR.  My settings on my laptop again are windows 7 home premium 64 bit laptop with WAMP.  My Wamp 2.2 settings are Apache: 2.2.22, PHP: 5.3.13, and MySQL: 5.5.24.  I want to be able to use the phpDocumentor.  My first error is Deprecated: Function ereg() is deprecated in C:\wamp\www\go-pear.php on line 1451 . My second error is Error



    Warning: fsockopen() [function.fsockopenC:\wamp\www\go-pear.php on line 1074



    download of https://raw.github.com/pear/pear-core/master/PEAR5.php failed: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (71816640). 

     

    How can I change it so that it doesn't have the deprecated function and then the warning?

  3. I have a windows 7 home premium 64 bit laptop with WAMP.  My Wamp 2.2 settings are Apache: 2.2.22, PHP: 5.3.13, and MySQL: 5.5.24.  I tried to install the go pear file and put it into my www directory and it gave me an error of
    Deprecated: Function ereg() is deprecated in C:\wamp\www\go-pear.php on line 1451

     

    Then i get an error of

    Warning: fsockopen() [function.fsockopenC:\wamp\www\go-pear.php on line 1074

     

    After I try to click the next on the prompt that pops up.  How can I fix it so that I can get pear to work so that I can work through the rest of the chapters.  I got the go-pear.php at http://pear.php.net/go-pear and did a save page as.

     

     

  4. I have bought the book to learn PHP and MySql but when I skimmed through it, I noticed that you use command line MySQL. I downloaded and install EasyPHP from

    http://www.easyphp.org/
    

    . I am wondering if there is a way that I could use the command line MySQL with EasyPHP. I am using EasyPHP because I can install it onto a flash drive and it reconfigures to a new port every time I start the localhost.

×
×
  • Create New...