Jump to content
Larry Ullman's Book Forums

awebster

Members
  • Posts

    19
  • Joined

  • Last visited

awebster's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Yes and it shows that it is enabled. I removed the ; from the php.ini file in front of the extension.
  2. 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.
  3. I uncommented the ssl line in the php.ini file. I ran through the steps on the go-pear.php page and then it came up with those errors.
  4. I did that and now i get Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\temp\PEAR\Config.php on line 786 and Deprecated: Function set_magic_quotes_runtime() is deprecated in C:\wamp\www\temp\PEAR\Registry.php on line 1183 more than once. Is there a pear download I can get for my version of PHP??
  5. 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?
  6. Is composer the same thing as Pear? So i can use the phpDocumentor.
  7. PEAR might be the previous way of doing things but it is what is written in the book and used by most servers that I work for and I am going to be adding pear to them once I figure out how to use it. I asked my professor about it and what they thought of Pear and they said it was really good to use.
  8. I am trying to do what is on page 143-147 of the book because I wanted to have the phpDocumentor that you used in your book on my WAMP server.
  9. Those are the checkboxes that showed up when I tried to install them. What settings do I need to change to allow this? Is it in the PHP.ini file?
  10. Also do I select the two checkboxes for PEAR_Frontend_Gtk2 Graphical PEAR installer based on PHP-Gtk2 MDB2 database abstraction layer.
  11. i am installing pear 1.1.6. thats what it says on the page as the package. The full error message 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? (70376592)
  12. 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.
  13. Ok and another thing is I use windows 7 and 8 mostly but I have ubuntu 12.10 on a virtual machine.
  14. I have been using just notepad++ to write the php code for this book but I am wondering if anyone knows of any good opensource ides or ides that you have to pay for. I am just curious to what other people are using for this. Thanks.
×
×
  • Create New...