I simplified the php library and found many things.

Source: Internet
Author: User
Tags informix postgresql function sapi sybase sybase client yaz xslt

Php's ming library is used to generate flash! Although the module is experimental, it is interesting.
A big table is very interesting. It gives people a feeling of 8 GB.
  • Sapi/php4activescript. dll (php5activescript. dll)-ActiveScript engine, allowing you to embed PHP in your Windows applications.

  • Sapi/php4apache. dll (php5apache. dll)-Apache 1.3.x module.

  • Sapi/php4apache2. dll (php5apache2. dll)-Apache 2.0.x module.

  • Sapi/php4isapi. dll (php5isapi. dll)-ISAPI Module for ISAPI compliant web servers like IIS 4.0/PWS 4.0 or newer.

  • Sapi/php4nsapi. dll (php5nsapi. dll)-Sun/iPlanet/Netscape server module.

  • Sapi/php4pi3web. dll (no equivalent in PHP 5)-Pi3Web server module.

Table 6-1. PHP extension Library

Extended Library Description Annotation
Php_bz2.dll Bzip2 compression function library None
Php_calendar.dll Calendar conversion function library Built-in from PHP 4.0.3
Php_c2.16.dll ClibPDF function library None
Php_crack.dll Password cracking function library None
Php_ctype.dll Ctype family function library Built-in since PHP 4.3.0
Php_curl.dll CURL, client URL library function library Required:Libeay32.dll,Ssleay32.dll(Included)
Php_cybercash.dll Network cash payment function library PHP <= 4.2.0
Php_db.dll DBM function library Abandoned. Replace it with DBA (Php_dba.dll)
Php_dba.dll DBA: Database (dbm style) abstraction layer function library None
Php_dbase.dll DBase function library None
Php_dbx.dll Dbx function library
Php_domxml.dll Dom xml function library PHP <= 4.2.0 requires:Libxml2.dll(Included), PHP> = 4.3.0 required:Iconv. dll(Included)
Php_dotnet.dll . NET function library PHP <= 4.1.1
Php_exif.dll EXIF function library Php_mbstring.dll is required. AndPhp. iniMedium,Php_exif.dllMust be inPhp_mbstring.dllAfterLoad.
Php_fbsql.dll FrontBase function library PHP <= 4.2.0
Php_fdf.dll FDF: function library for formatting form data Required:Fdftk. dll(Included)
Php_filepro.dll FilePro function library Read-only access
Php_ftp.dll FTP function library Built-in from PHP 4.0.3
Php_gd.dll GD library image function library Delete it in PHP 4.3.2. In addition, note that the true color function cannot be used in GD1.Php_gd2.dll.
Php_gd2.dll GD library image function library GD2
Php_gettext.dll Gettext function library PHP <= 4.2.0 requiredGnu_gettext.dll(Included), PHP> = 4.2.3 requiredLibintl-1.dll,Iconv. dll(Included ).
Php_hyperwave.dll HyperWave function library None
Php_iconv.dll ICONV Character Set Conversion Required:Iconv-1.3.dll(Included), PHP> = 4.2.1 requiredIconv. dll
Php_ifx.dll Informix function library Required: Informix Library
Php_iisfunc.dll IIS management function library None
Php_imap.dll IMAP, POP3, and NNTP function libraries None
Php_ingres.dll Ingres II function library Required: Ingres II Library
Php_interbase.dll InterBase functions Required:Gds32.dll(Included)
Php_java.dll Java function library PHP <= 4.0.6:Jvm. dll(Included)
Php_ldap.dll LDAP function library PHP <= 4.2.0 requiredLibsasl. dll(Included), PHP> = 4.3.0 requiredLibeay32.dll,Ssleay32.dll(Included)
Php_mbstring.dll Multi-byte string function library None
Php_mcrypt.dll Mcrypt encryption function library Required:Libmcrypt. dll
Php_mhash.dll Mhash function library PHP> = 4.3.0 requires:Libmhash. dll(Included)
Php_mime_magic.dll Mimetype function library Required:Magic. mime(Included)
Php_ming.dll Ming function library (Flash) None
Php_msql.dll MSQL function library Required:Msql. dll(Included)
Php_mssql.dll MSSQL function library Required:Ntwdblib. dll(Included)
Php_mysql.dll MySQL function library PHP> = 5.0.0 requiredLibmysql. dll(Included)
Php_mysqli.dll MySQLi function library PHP> = 5.0.0 requiredLibmysql. dll(In PHP <= 5.0.2Libmysqli. dll) (Included)
Php_oci8.dll Oracle 8 function library Required: Oracle 8.1 + client library
Php_openssl.dll OpenSSL function library Required:Libeay32.dll(Included)
Php_oracle.dll Oracle function library Required: Oracle 7 client database
Php_overload.dll Object overload function library Built-in since PHP 4.3.0
Php_cmd.dll PDF function library None
Php_pgsql.dll PostgreSQL function library None
Php_printer.dll Printer function library None
Php_shmop.dll Shared memory function library None
Php_snmp.dll SNMP function library Only for Windows NT!
Php_soap.dll SOAP function library PHP> = 5.0.0
Php_sockets.dll Socket function library None
Php_sybase_ct.dll Sybase function library Required: Sybase client library
Php_tidy.dll Tidy function library PHP> = 5.0.0
Php_tokenizer.dll Tokenizer function library Built-in since PHP 4.3.0
Php_w32api.dll W32api function library None
Php_xmlrpc.dll XML-RPC function library PHP> = 4.2.1 requiredIconv. dll(Included)
Php_cmdt.dll XSLT function library PHP <= 4.2.0 requiredSablot. dll,Expat. dll(Included ). PHP> = 4.2.1 requiredSablot. dll,Expat. dll,Iconv. dll(Included ).
Php_yaz.dll YAZ function library Required:Yaz. dll(Included)
Php_zip.dll Zip file function library Read-only access
Php_zlib.dll ZLib compression function library Built-in since PHP 4.3.0

Next, let's take a look at the important PHP Extension Configuration section and find Dynamic Extensions. The next step is the configuration section of Windows Extensions. You can see:; extension = php_bz2.dll; extension = php_c2.16.dll ......; Extension = php_yaz.dll; extension = php_zip.dll all supported extensions of PHP are listed here. A semicolon has been added to comment out before, indicating that the current PHP configuration does not support this extension, we can remove the semicolon to allow PHP to support these extensions, but because the dlls Folder does not contain all the DLL files of the extension library, we can only install them selectively, if you need to know how to obtain dll files not provided in other dlls folders, you can view the relevant section of the PHP Chinese manual (the download method will be mentioned later. It is not described here. Below are some practical PHP extensions included in the dlls Folder: extension = php_curl.dll: CURL extension support. Extension = php_gd2.dll: GD Image Library extension support. It is useful for a series of functions, such as generating images. Extension = php_ming.dll: Ming library extension support. This extension provides functions related to generating flash files and supports most of flash 4 functions. Extension = php_pdf.dll: PDF library extension support, which provides function support for operations on PDF files. Extension = php_xslt.dll: Provides XSLT extension support, which provides XML Conversion. The following lists all supported DLL extension configurations by default. Remove the semicolon to indicate support. All we have to do is determine whether to remove the semicolon. If you do not know which Extensions you need for the moment, you can install them to the maximum extent. The following settings should be made for the corresponding line:; Windows Extensions; Note that MySQL and ODBC support is now built in, so no dll is needed for it .; extension = php_bz2.dllextension = Limit = php_curl.dllextension = php_db.dllextension = Limit = php_dbx.dllextension = Limit = php_fdf.dllextension = php_filepro. Dllextension = extensions = php_iconv.dll; extension = php_ifx.dllextension = extensions = php_java.dllextension = extensions = php_mbstring.dll; extension = extensions = php = extensions _ Msql. dll; extension = extensions = php_openssl.dll; extension = php_oracle.dllextension = php_pdf.dll; extension = extensions = php_printer.dllextension = php_shmop.dllextension = extensions = php_sockets.dll; extension = php_sybase_ct.dllextension = Limit = php_xmlrpc.dllextension = php_20.t.dllextension = php_yaz.dllextension = php_zip.dll find the [Session] section. Here we only modify one parameter session. s Ave_path. The default value is/tmp. We direct it to the C:/TEMP/directory (the path is consistent in PHP using a slash or backslash ), remember to create a folder named temp under the C root directory: session. save_path = "C:/temp/", which is used to set the session storage path. OK. The configuration of the php. ini file has come to an end. Press Ctrl + s to save the file and close notepad.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.