Use PHP5 expansion library in Zendsutdio

xiaoxiao2021-03-06  47

ZendSutdio3.5.2 supports PHP5 but does not support extended libraries

Such as PHP_XSL.DLL, PHP_MYSQL.DLL

After trying to find a possible solution

1, install Zendsutdio3.5.2,

2, download php-5.0.x-win32.zip

3, copy from php5.0.x

PHP5TS.DLL (for php5.0.2 length is 3,481,600 bytes)

Replace the source file (length is 3,178,496 bytes)

/ * ZendStudio original php5ts.dll does not support php_xsl.dll * /

4. Copy directory EXT / PHP_5.0.x

Until

% PATH_TO_PHP_EXT%

5, modify% zendstudio% / bin / php5 / php.ini

Add to

EXTENSION_DIR =% path_to_php_ext% extension = php _ *****. DLL / * Here you need the extension library * /

6. If you need some libraries such as php_mysqli.dll, php_mysql.dll,

You also need to copy libmysql.dll, libmysqli.dll to% windir% system32 /

(Refer to AAPACHE PHP5 configuration)

转载请注明原文地址:https://www.9cbs.com/read-89359.html

New Post(0)