Moris' Note Book

本博客所有内容皆收集于网上,非本人原创,非心情日记,非研究心得,只是自己浏览的东西的收集
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

zend studio debug

Posted on 2006-11-10 12:54  moris  阅读(197)  评论(0)    收藏  举报

zend studio debug

zend studio version 5.1.0
php version 5.1.1
mysql version 4.1.1
*very important*
 the version of zend MUST correcptive to php, ....

1.internal debug

refer c:\php as <php_dir>
refer C:\Program Files\Zend\ZendStudioClient-5.1.0\bin\php5 as <zend_php_dir>

copy <php_dir>\libmySQL.dll to <zend_php_dir>\
copy <php_dir>\ext\php_mysql.dll and php_mysqli.dll to <zend_php_dir>\ext

modi <zend_php_dir>\php.ini, add following line
extension_dir = "C:\Program Files\Zend\ZendStudioClient-5.1.0\bin\php5\ext"
extension=php_mysql.dll

2. server debug
 the version of zend MUST correcptive to php, otherwise the server will complain
 about "you have not install zend optimizer", but after you install it , it will
 continue its complaint;