Search the Community
Showing results for tags 'install'.
-
Hallo. I use Eclipse to develop my php-code (OS: Windows 7). And Easyphp to have a database to work with. In chapter 9 ('PHP Advanced and ...' CMS) we should use the HTML_Quick2-package (from PEAR). After lots of several days of research I'm stock now: First I couldn´t find any pear folders or files in any of my PC-folders. Then I downloaded the go-pear file (the Pear Package Manager). When trying to run it from my browser (works 'best') the progress-bar arrives at 100% and stops-stocked (and I can try again F5 .. same result). Lot of deprecated functions, variable errors and other errors are shown in the browsers window interlaced with the progress of installation. Are there an easier way to get these (pear) libraries? Thanks in advance. Kåre The first example of many:: Deprecated: Function ereg() is deprecated in C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\php\pear.php on line 1451
-
Trying to install phpDocumentor2, no luck. Would be grateful if you guys could talk me through steps. I'm on Mac computer, I have MAMP installed. Here's what I tried to do: 1. Opened Terminal. 2. Typed: pear channel-discover pear.phpdoc.org; (as per Larry's instructions from the book) Got the response: -bash: pear: command not found My second attempt: 1. Logged in to MAMP using this line in the terminal: /Applications/MAMP/Library/bin/mysql --host=localhost -uroot -proot Got to the mysql> 2. Typed: pear channel-discover pear.phpdoc.org; 3. Got a response: ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'pear channel-discover pear.phpdoc.org' at line 1 What can I do to make it work? Thanks in advance!