.tmpreadme

来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· TMPREADME 代码 · 共 55 行

TMPREADME
55
字号
XDEBUG------This extension is not totally finished yet, but it works fine for me. Ifyou have questions, feel free to send me an e-mail at derick@php.net. Ifyou like this piece of software, feel free to checkout my wishlist @http://www.derickrethans.nl/link.php?url=giftlist . Sending me itemsfrom my wishlist improves my motivation to keep working on xdebug, andhelps me keeping xdebug free.INSTALLATION------------You compile xdebug separately from the rest of PHP.  Note, however, thatyou need access to the scripts "phpize" and "php-config".  If yoursystem does not have "phpize" and "php-config", you will need to compileand install PHP from a source tarball first, as these script areby-products of the PHP compilation and installation processes. It isimportant that the source version matches the installed version as thereare slight, but important, differences between PHP versions. Once you have access to "phpize" and "php-config", do the following:1. Unpack the tarball: tar -xzf xdebug-1.x.x.tgz.  Note that you donot need to unpack the tarball inside the PHP source code tree.Xdebug is compiled separately, all by itself, as stated above.2. cd xdebug-1.x.x3. Run phpize: phpize   (or /path/to/phpize if phpize is not in your path).4. ./configure --enable-xdebug (or: ../configure --enable-xdebug   --with-php-config=/path/to/php-config if php-config is not in your   path)5. Compile the module with "make"6. cp modules/xdebug.so /to/wherever/you/want/it7. add the following line to php.ini:   zend_extension="/wherever/you/put/it/xdebug.so"8. Restart your webserver.9. Write a PHP page that calls "phpinfo();" Load it in a browser and   look for the info on the xdebug module.  If you see it, you have been   successful!Derick Rethansderick@xdebug.org

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?