php-5.2.1-Win32

所属分类:WEB开发
开发工具:SQL
文件大小:9547KB
下载次数:1312
上传日期:2007-03-25 09:25:37
上 传 者shirley329
说明:  数据库软件 php-5.2.1-Win32.zip
(database software php- 5.2.1- Win32.zip)

文件列表:
dev (0, 2007-02-08)
dev\php5ts.lib (639198, 2007-02-08)
ext (0, 2007-02-08)
extras (0, 2007-02-08)
extras\magic.mime (36823, 2007-02-08)
extras\mibs (0, 2007-02-08)
extras\mibs\.index (1688, 2007-02-08)
extras\mibs\AGENTX-MIB.txt (17982, 2007-02-08)
extras\mibs\DISMAN-SCHEDULE-MIB.txt (20433, 2007-02-08)
extras\mibs\DISMAN-SCRIPT-MIB.txt (66075, 2007-02-08)
extras\mibs\EtherLike-MIB.txt (51191, 2007-02-08)
extras\mibs\HCNUM-TC.txt (4778, 2007-02-08)
extras\mibs\HOST-RESOURCES-MIB.txt (54084, 2007-02-08)
extras\mibs\HOST-RESOURCES-TYPES.txt (10972, 2007-02-08)
extras\mibs\IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt (4121, 2007-02-08)
extras\mibs\IANA-LANGUAGE-MIB.txt (4422, 2007-02-08)
extras\mibs\IANAifType-MIB.txt (15975, 2007-02-08)
extras\mibs\IF-INVERTED-STACK-MIB.txt (5215, 2007-02-08)
extras\mibs\IF-MIB.txt (73505, 2007-02-08)
extras\mibs\INET-ADDRESS-MIB.txt (6438, 2007-02-08)
extras\mibs\IP-FORWARD-MIB.txt (27590, 2007-02-08)
extras\mibs\IP-MIB.txt (24219, 2007-02-08)
extras\mibs\IPV6-ICMP-MIB.txt (16465, 2007-02-08)
extras\mibs\IPV6-MIB.txt (50146, 2007-02-08)
extras\mibs\IPV6-TC.txt (2434, 2007-02-08)
extras\mibs\IPV6-TCP-MIB.txt (7468, 2007-02-08)
extras\mibs\IPV6-UDP-MIB.txt (4541, 2007-02-08)
extras\mibs\MTA-MIB.txt (43601, 2007-02-08)
extras\mibs\NETWORK-SERVICES-MIB.txt (21632, 2007-02-08)
extras\mibs\RFC-1215.txt (1212, 2007-02-08)
extras\mibs\RFC1155-SMI.txt (3186, 2007-02-08)
extras\mibs\RFC1213-MIB.txt (82280, 2007-02-08)
extras\mibs\RMON-MIB.txt (151802, 2007-02-08)
extras\mibs\SMUX-MIB.txt (4788, 2007-02-08)
extras\mibs\SNMP-COMMUNITY-MIB.txt (15919, 2007-02-08)
extras\mibs\SNMP-FRAMEWORK-MIB.txt (21247, 2007-02-08)
extras\mibs\SNMP-MPD-MIB.txt (5400, 2007-02-08)
extras\mibs\SNMP-NOTIFICATION-MIB.txt (19653, 2007-02-08)
extras\mibs\SNMP-PROXY-MIB.txt (8711, 2007-02-08)
extras\mibs\SNMP-TARGET-MIB.txt (22130, 2007-02-08)
... ...

To use the CSR and key generation functions from PHP, you will need to install an openssl.cnf file. We have included a sample file that can be used for this purpose in this folder alongside this readme file. The default path for the openssl.cnf file is determined as follows: OPENSSL_CONF environmental variable, if set, is assumed to hold the path to the file. If it is not set, SSLEAY_CONF environmental variable is checked next. If neither are set, PHP will look in the default certificate area that was set at the time that the SSL DLLs were compiled. This is typically "C:\usr\local\ssl\openssl.cnf". If the default path is not suitable for your system, you can set the OPENSSL_CONF variable; under windows 95 and *** you can set this variable in your autoexec.bat (or the batch file that starts your webserver/PHP). Under NT, 2000 and XP you can set environmental variables using "My Computer" properties. If setting an environmental var is not suitable, and you don't want to install the config file at the default location, you can override the default path using code like this: $configargs = array( "config" => "path/to/openssl.cnf" ); $pkey = openssl_pkey_new($config); $csr = openssl_csr_new($dn, $pkey, $config); Please consult the online manual for more information about these functions. NOTE! Windows Explorer gives special meaning to files with a .cnf extension. This typically means that editing the file from the explorer (by double or right-clicking) will be difficult or impossible depending on your setup. It is often easier to open the file from within the editor. You can avoid this issue by naming the file something else (you might need to rename the file using a DOS box) and then setting up an environmental variable as described above.

近期下载者

相关文件


收藏者