PHP environment dedeampz + ZendStudio9.0.4 + firefox + zendstudiotoolbar2.6 + zenddebugger + Optimizer-3.3.0PHP environment dedeampz & #43; dedeampz + Zend Studio 9.0.4 + firefox + zend studio toolbar 2.6 + zenddebugger + Optimizer-3.3.0
PHP environment build dedeampz + Zend Studio 9.0.4 + firefox + zend studio toolbar 2.6 + zenddebugger + Optimizer-3.3.0
1. download DedeAMPZ
Http://www.dedecms.com/html/chanpinxiazai/20080905/39481.html
Download the package and install it directly.
Note that the installed php. ini already contains Optimizer. if you want to use zenddebugger, you cannot directly modify zend_extension_ts.
[Zend]
Zend_extension_manager.optimizer_ts = "~ Apppath ~ \ Program \ lib \ Optimizer-3.3.0"
Zend_extension_ts = "~ Apppath ~ \ Program \ lib \ ZendExtensionManager. dll"
2. Download Zend Studio 9.0.4 http://www.zendstudio.net/zend-studio-all-in-one-download/
If you do not need to install IDE, skip step 1.
Crack patch: http://www.geekso.com/ZendStudio9-key
Registration code: registrant
3. download Firefox 4.0 and php debugging plug-in http://download.csdn.net/detail/gnahshining/4920497
Do not upgrade Firefox after downloading Firefox and plug-ins. disable Firefox's automatic update tool → Options → Remove all Update hooks, because Firefox of a later version does not support zend studio toolbar 2.6 (Firefox debugging plug-in)
Now, download and install the tool. However, the current environment does not support zenddebugger. you need to modify php. ini
[Zend]
Zend_extension_manager.optimizer_ts = "D:/DedeAMPZ \ Program \ lib \ Optimizer-3.3.0"
Zend_extension_ts = "D:/DedeAMPZ \ Program \ lib \ ZendExtensionManager. dll"
Zend_extension_manager.debug_server_ts = "D: \ Program Files \ Zend \ ZendDebugger"
Zend_debugger.allow_hosts = 127.0.0.1, 192.168.0.0/24
Zend_debugger.expose_remotely = always
4. add the local project to apache in the httpd. conf file.
ServerName flower029
DocumentRoot "D: \ workspace_php \ flower029"
Options Indexes FollowSymLinks
AllowOverride All
Order allow, deny
Allow from all
Modify the local hosts file
127.0.0.3 flower029
Enter http: // flower029 in the address bar to access the project.
The attachment in step 1 contains Optimizer and ZendDebugger. you can use the above path. the specific reason is not enough.
Open Zend Studio 9.0.4 before debugging.
Click all pages on this site. all your operations on the web will go through the Zend Studio 9.0.4 breakpoint.