|  |
Web 2.0 Starter Toolkit for IBM DB2
A conveniently packaged set of products and technologies that enable the quick creation of DB2 Web services and feeds using PHP technology.
Date Posted: July 26, 2007
|
|
 |
 |
|
 |  Please restart your computer. | | |
 |  You need to restart your Apache Web server. With the regular installation, you can restart the server from the little red feather in your system tray:
With Zend Core for IBM®, you must manually start ApacheMonitor.exe before you can restart Apache. | | |
 | 
- Please open a command prompt and navigate to your PHP directory. The normal default is C:\Program Files\PHP, or, for IBM with Zend Core, C:\Program Files\Zend\Core.
- Enter the following commands:
php -r "readfile('http://pear.php.net/go-pear');" > go-pear
php -q go-pear
pear_env.reg
pear install HTML_Template_Flexy HTML_Javascript
|
- After everything has been completed successfully, please restart your Apache Web server.
| | |
 | 
- Open your php.ini. By default, it is located in C:\Program Files\PHP or C:\Program Files\Zend Core\etc.
- Search for include_path. # denotes a comment in php.ini. Make sure one include_path is uncommented.
- Append ;C:\Program Files\PHP\pear inside the quotes.
If your current include_path is include_path = ".;c:\Program Files\PHP\includes", please change it to the following:
include_path = ".;c:\Program Files\PHP\includes;C:\Program Files\PHP\pear "
|
- Save php.ini, and then restart Apache.
IBM is a trademark of IBM Corporation in the United States, other countries, or both.
Other company, product, or service names may be trademarks or service marks of others.
| |
|
|
 |
|
| |
|