install
来自「php-4.4.7学习linux时下载的源代码」· 代码 · 共 26 行
TXT
26 行
If you downloaded this separately, you can place the dbx folder in the php-source-folders under the ext/ folder. Be sure to use buildconf to rebuild the configure script.Linux:Compile php with the --enable-dbx switchWindows:This should set all includepaths to the right relative folders. Open the .dsp and compile. You could alsoadd this project to the php_modules project.It generates a php_dbx.dll in your extensions folder, and youmust enable it in your php.ini file.When you run phpinfo(), dbx-support should be visible in theresulting table.Good luck and enjoy!Marc Boerenmarch 16th, 2001
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?