国产一级一区二区_segui88久久综合9999_97久久夜色精品国产_欧美色网一区二区

掃一掃
關注微信公眾號

網站架設:讓IIS支持PHP的配置方法
2009-01-03   

這個怎么不可能?事實上網上大量的DZ論壇就是采用PHP+IIS,下面是配置IIS支持PHP的流程:

1、將 PHP 安裝為 ISAPI 模式:

在“控制面板”的“管理工具”中選擇“Internet 服務管理器”,打開 IIS 后停止服務,然后在左側“默認Web站點”上單擊右鍵選擇“屬性”,在打開的“默認 Web 站點屬性”窗口的“ISAPI 篩選器”標簽里找到并點擊“添加”按鈕,在彈出的“篩選器屬性”窗口中的“篩選器名稱”欄中輸入:PHP,再將可執行文件指向 php4isapi.dll 所在路徑,如:C:\PHP\sapi\php4isapi.dll。

2、打開“默認 Web 站點屬性”窗口的“主目錄”標簽,找到并點擊“配置”按鈕,在彈出的“應用程序配置”窗口中找到并點擊“添加”按鈕,在彈出的窗口中新增一個擴展名映射,擴展名為 .php,單擊“瀏覽”將可執行文件指向 php4isapi.dll 所在路徑,如:C:\PHP\sapi\php4isapi.dll,然后一路確定即可。如果還想支持諸如 .php3,.phtml 等擴展名的 PHP 文件,可以重復“添加”步驟。

3、再打開“默認 Web 站點屬性”窗口的“的“文檔”標簽,找到并點擊“添加”按鈕,向默認的 Web 站點啟動文檔列表中添加 index.php 項。您可以將 index.php 升到最高優先級,這樣,訪問站點時就會首先自動尋找并打開 index.php 文檔。

4、確定 Web 目錄的應用程序設置和執行許可中選擇為純腳本,然后關閉 Internet 信息服務管理器,在命令提示符中執行如下命令:

net stop w3svc

net stop iisadmin

net start w3svc

5、打開瀏覽器,輸入:http://localhost/,看到成功頁面后,在 IIS 根目錄下新建一個 phpinfo.php,內容如下:

phpinfo()

PHP logo

PHP Version 5.6.24

System Windows NT 10_141_140_108 6.3 build 9200 (Windows Server 2012 R2 Standard Edition) AMD64
Build Date Jul 20 2016 21:12:28
Compiler MSVC11 (Visual C++ 2012)
Architecture x64
Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--disable-isapi" "--enable-debug-pack" "--without-mssql" "--without-pdo-mssql" "--without-pi3web" "--with-pdo-oci=c:\php-sdk\oracle\x64\instantclient_12_1\sdk,shared" "--with-oci8-12c=c:\php-sdk\oracle\x64\instantclient_12_1\sdk,shared" "--enable-object-out-dir=../obj/" "--enable-com-dotnet=shared" "--with-mcrypt=static" "--without-analyzer" "--with-pgo"
Server API Apache 2.0 Handler
Virtual Directory Support enabled
Configuration File (php.ini) Path C:\Windows
Loaded Configuration File D:\php5\php.ini
Scan this dir for additional .ini files (none)
Additional .ini files parsed (none)
PHP API 20131106
PHP Extension 20131226
Zend Extension 220131226
Zend Extension Build API220131226,TS,VC11
PHP Extension Build API20131226,TS,VC11
Debug Build no
Thread Safety enabled
Zend Signal Handling disabled
Zend Memory Manager enabled
Zend Multibyte Support provided by mbstring
IPv6 Support enabled
DTrace Support disabled
Registered PHP Streamsphp, file, glob, data, http, ftp, zip, compress.zlib, compress.bzip2, https, ftps, phar
Registered Stream Socket Transportstcp, udp, ssl, sslv3, tls, tlsv1.0, tlsv1.1, tlsv1.2
Registered Stream Filtersconvert.iconv.*, mcrypt.*, mdecrypt.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk, zlib.*, bzip2.*
Zend logo This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies

Configuration

apache2handler

Apache Version Apache/2.4.23 (Win64) OpenSSL/1.0.2h PHP/5.6.24
Apache API Version 20120211
Server Administrator admin@cnitom.com
Hostname:Port www.515008.com:443
Max Requests Per Child: 0 - Keep Alive: on - Max Per Connection: 100
Timeouts Connection: 60 - Keep-Alive: 5
Virtual Server Yes
Server Root D:/Apache24
Loaded Modules core mod_win32 mpm_winnt http_core mod_so mod_actions mod_alias mod_allowmethods mod_asis mod_auth_basic mod_authn_core mod_authn_file mod_authz_core mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex mod_cgi mod_dir mod_env mod_include mod_info mod_isapi mod_log_config mod_mime mod_negotiation mod_rewrite mod_setenvif mod_socache_shmcb mod_ssl mod_status mod_php5
DirectiveLocal ValueMaster Value
engine11
last_modified00
xbithack00

Apache Environment

VariableValue
HTTPS on
SSL_TLS_SNI www.515008.com
HTTP_CONNECTION Keep-Alive
CONTENT_TYPE application/x-www-form-urlencoded; Charset=UTF-8
HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
HTTP_ACCEPT_ENCODING gzip, deflate
HTTP_ACCEPT_LANGUAGE zh-CN,zh
HTTP_COOKIE t=92d7540e476b153862b4ea2356ede7b3; r=8148
HTTP_REFERER http://www.baidu.com
HTTP_USER_AGENT Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko
HTTP_HOST www.515008.com
PATH D:\php5;D:\php5\ext;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\QCloud\Monitor\Barad;
SystemRoot C:\Windows
COMSPEC C:\Windows\system32\cmd.exe
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
WINDIR C:\Windows
SERVER_SIGNATURE no value
SERVER_SOFTWARE Apache/2.4.23 (Win64) OpenSSL/1.0.2h PHP/5.6.24
SERVER_NAME www.515008.com
SERVER_ADDR 10.141.140.108
SERVER_PORT 443
REMOTE_ADDR 45.197.32.6
DOCUMENT_ROOT D:/Web/cnitom_new
REQUEST_SCHEME https
CONTEXT_PREFIX no value
CONTEXT_DOCUMENT_ROOT D:/Web/cnitom_new
SERVER_ADMIN admin@cnitom.com
SCRIPT_FILENAME D:/Web/cnitom_new/security/200901/47708.html
REMOTE_PORT 60494
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING no value
REQUEST_URI /security/200901/47708.html
SCRIPT_NAME /security/200901/47708.html

HTTP Headers Information

HTTP Request Headers
HTTP Request GET /security/200901/47708.html HTTP/1.1
Connection Keep-Alive
Content-Type application/x-www-form-urlencoded; Charset=UTF-8
Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding gzip, deflate
Accept-Language zh-CN,zh
Cookie t=92d7540e476b153862b4ea2356ede7b3; r=8148
Referer http://www.baidu.com
User-Agent Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko
Host www.515008.com
HTTP Response Headers
X-Powered-By PHP/5.6.24
Keep-Alive timeout=5, max=66
Connection Keep-Alive
Transfer-Encoding chunked
Content-Type text/html; charset=UTF-8

bcmath

BCMath support enabled
DirectiveLocal ValueMaster Value
bcmath.scale00

bz2

BZip2 Support Enabled
Stream Wrapper support compress.bzip2://
Stream Filter support bzip2.decompress, bzip2.compress
BZip2 Version 1.0.6, 6-Sept-2010

calendar

Calendar support enabled

Core

PHP Version 5.6.24
DirectiveLocal ValueMaster Value
allow_url_fopenOnOn
allow_url_includeOffOff
always_populate_raw_post_data-1-1
arg_separator.input&&
arg_separator.output&&
asp_tagsOffOff
auto_append_fileno valueno value
auto_globals_jitOnOn
auto_prepend_fileno valueno value
browscapno valueno value
default_charsetUTF-8UTF-8
default_mimetypetext/htmltext/html
disable_classesno valueno value
disable_functionsno valueno value
display_errorsOnOn
display_startup_errorsOnOn
doc_rootno valueno value
docref_extno valueno value
docref_rootno valueno value
enable_dlOffOff
enable_post_data_readingOnOn
error_append_stringno valueno value
error_logno valueno value
error_prepend_stringno valueno value
error_reporting3276732767
exit_on_timeoutOffOff
expose_phpOnOn
extension_dirextext
file_uploadsOnOn
highlight.comment#FF8000#FF8000
highlight.default#0000BB#0000BB
highlight.html#000000#000000
highlight.keyword#007700#007700
highlight.string#DD0000#DD0000
html_errorsOnOn
ignore_repeated_errorsOffOff
ignore_repeated_sourceOffOff
ignore_user_abortOffOff
implicit_flushOffOff
include_path.;C:\php\pear.;C:\php\pear
input_encodingno valueno value
internal_encodingno valueno value
log_errorsOnOn
log_errors_max_len10241024
mail.add_x_headerOnOn
mail.force_extra_parametersno valueno value
mail.logno valueno value
max_execution_time3030
max_file_uploads2020
max_input_nesting_level6464
max_input_time6060
max_input_vars10001000
memory_limit128M128M
open_basedirno valueno value
output_buffering40964096
output_encodingno valueno value
output_handlerno valueno value
post_max_size8M8M
precision1414
realpath_cache_size16K16K
realpath_cache_ttl120120
register_argc_argvOffOff
report_memleaksOnOn
report_zend_debugOnOn
request_orderGPGP
sendmail_fromno valueno value
sendmail_pathno valueno value
serialize_precision1717
short_open_tagOffOff
SMTPlocalhostlocalhost
smtp_port2525
sql.safe_modeOffOff
sys_temp_dirno valueno value
track_errorsOnOn
unserialize_callback_funcno valueno value
upload_max_filesize50M50M
upload_tmp_dirno valueno value
user_dirno valueno value
user_ini.cache_ttl300300
user_ini.filename.user.ini.user.ini
variables_orderGPCSGPCS
windows.show_crt_warningOffOff
xmlrpc_error_number00
xmlrpc_errorsOffOff
zend.detect_unicodeOnOn
zend.enable_gcOnOn
zend.multibyteOffOff
zend.script_encodingno valueno value

ctype

ctype functions enabled

curl

cURL support enabled
cURL Information 7.49.1
Age 3
Features
AsynchDNS Yes
CharConv No
Debug No
GSS-Negotiate No
IDN Yes
IPv6 Yes
krb4 No
Largefile Yes
libz Yes
NTLM Yes
NTLMWB No
SPNEGO Yes
SSL Yes
SSPI Yes
TLS-SRP No
Protocols dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, pop3, pop3s, rtsp, scp, sftp, smtp, smtps, telnet, tftp
Host x86_64-pc-win32
SSL Version OpenSSL/1.0.2h
ZLib Version 1.2.7.3
libSSH Version libssh2/1.7.0

date

date/time support enabled
"Olson" Timezone Database Version 2016.6
Timezone Database internal
Default timezone PRC
DirectiveLocal ValueMaster Value
date.default_latitude31.766731.7667
date.default_longitude35.233335.2333
date.sunrise_zenith90.58333390.583333
date.sunset_zenith90.58333390.583333
date.timezonePRCPRC

dom

DOM/XML enabled
DOM/XML API Version 20031129
libxml Version 2.9.4
HTML Support enabled
XPath Support enabled
XPointer Support enabled
Schema Support enabled
RelaxNG Support enabled

ereg

Regex Library Bundled library enabled

exif

EXIF Support enabled
EXIF Version 1.4 $Id: 5564de4b4a8fd6b32ae8bd44debf9f13b18c7768 $
Supported EXIF Version 0220
Supported filetypes JPEG,TIFF
DirectiveLocal ValueMaster Value
exif.decode_jis_intelJISJIS
exif.decode_jis_motorolaJISJIS
exif.decode_unicode_intelUCS-2LEUCS-2LE
exif.decode_unicode_motorolaUCS-2BEUCS-2BE
exif.encode_jisno valueno value
exif.encode_unicodeISO-8859-15ISO-8859-15

filter

Input Validation and Filtering enabled
Revision $Id: 0a967738ca580e8bfdacb06853749743fc79b969 $
DirectiveLocal ValueMaster Value
filter.defaultunsafe_rawunsafe_raw
filter.default_flagsno valueno value

ftp

FTP support enabled

gd

GD Support enabled
GD Version bundled (2.1.0 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.6.2
GIF Read Support enabled
GIF Create Support enabled
JPEG Support enabled
libJPEG Version 9 compatible
PNG Support enabled
libPNG Version 1.5.26
WBMP Support enabled
XPM Support enabled
libXpm Version 30411
XBM Support enabled
WebP Support enabled
DirectiveLocal ValueMaster Value
gd.jpeg_ignore_warning00

hash

hash support enabled
Hashing Engines md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost gost-crypto adler32 crc32 crc32b fnv132 fnv1a32 fnv164 fnv1a64 joaat haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5

iconv

iconv support enabled
iconv implementation "libiconv"
iconv library version 1.14
DirectiveLocal ValueMaster Value
iconv.input_encodingno valueno value
iconv.internal_encodingno valueno value
iconv.output_encodingno valueno value

imap

IMAP c-Client Version 2007f
SSL Support enabled

json

json support enabled
json version 1.2.1

ldap

LDAP Support enabled
RCS Version $Id: 5ffc17b96f6abc34bc3607bc1131ea7a79586613 $
Total Links 0/unlimited
API Version 3001
Vendor Name OpenLDAP
Vendor Version 20433
SASL Support Enabled
DirectiveLocal ValueMaster Value
ldap.max_linksUnlimitedUnlimited

libxml

libXML support active
libXML Compiled Version 2.9.4
libXML Loaded Version 20904
libXML streams enabled

mbstring

Multibyte Support enabled
Multibyte string engine libmbfl
HTTP input encoding translation disabled
libmbfl version 1.3.2
mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
Multibyte (japanese) regex support enabled
Multibyte regex (oniguruma) version 5.9.5
DirectiveLocal ValueMaster Value
mbstring.detect_orderno valueno value
mbstring.encoding_translationOffOff
mbstring.func_overload00
mbstring.http_inputno valueno value
mbstring.http_outputno valueno value
mbstring.http_output_conv_mimetypes^(text/|application/xhtml\+xml)^(text/|application/xhtml\+xml)
mbstring.internal_encodingno valueno value
mbstring.languageneutralneutral
mbstring.strict_detectionOffOff
mbstring.substitute_characterno valueno value

mcrypt

mcrypt supportenabled
mcrypt_filter supportenabled
Version 2.5.8
Api No 20021217
Supported ciphers cast-128 gost rijndael-128 twofish cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes arcfour
Supported modes cbc cfb ctr ecb ncfb nofb ofb stream
DirectiveLocal ValueMaster Value
mcrypt.algorithms_dirno valueno value
mcrypt.modes_dirno valueno value

mhash

MHASH support Enabled
MHASH API Version Emulated Support

mysql

MySQL Supportenabled
Active Persistent Links 0
Active Links 0
Client API version mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $
DirectiveLocal ValueMaster Value
mysql.allow_local_infileOnOn
mysql.allow_persistentOnOn
mysql.connect_timeout6060
mysql.default_hostno valueno value
mysql.default_passwordno valueno value
mysql.default_portno valueno value
mysql.default_socketno valueno value
mysql.default_userno valueno value
mysql.max_linksUnlimitedUnlimited
mysql.max_persistentUnlimitedUnlimited
mysql.trace_modeOffOff

mysqli

MysqlI Supportenabled
Client API library version mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $
Active Persistent Links 0
Inactive Persistent Links 0
Active Links 0
DirectiveLocal ValueMaster Value
mysqli.allow_local_infileOnOn
mysqli.allow_persistentOnOn
mysqli.default_hostno valueno value
mysqli.default_port33063306
mysqli.default_pwno valueno value
mysqli.default_socketno valueno value
mysqli.default_userno valueno value
mysqli.max_linksUnlimitedUnlimited
mysqli.max_persistentUnlimitedUnlimited
mysqli.reconnectOffOff
mysqli.rollback_on_cached_plinkOffOff

mysqlnd

mysqlndenabled
Version mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $
Compression supported
core SSL supported
extended SSL not supported
Command buffer size 4096
Read buffer size 32768
Read timeout 31536000
Collecting statistics Yes
Collecting memory statistics Yes
Tracing n/a
Loaded plugins mysqlnd,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
API Extensions mysql,mysqli,pdo_mysql
mysqlnd statistics
bytes_sent 171828479
bytes_received 1009542682
packets_sent 3452790
packets_received 15152536
protocol_overhead_in 60610144
protocol_overhead_out 13811160
bytes_received_ok_packet 0
bytes_received_eof_packet 0
bytes_received_rset_header_packet 7034931
bytes_received_rset_field_meta_packet 0
bytes_received_rset_row_packet 10202102
bytes_received_prepare_response_packet 352583403
bytes_received_change_user_packet 1033191209
packets_sent_command 1465980
packets_received_ok 0
packets_received_eof 0
packets_received_rset_header 781659
packets_received_rset_field_meta 0
packets_received_rset_row 1194744
packets_received_prepare_response 4668233
packets_received_change_user 7987847
result_set_queries 770061
non_result_set_queries 424683
no_index_used 40585
bad_index_used 0
slow_queries 0
buffered_sets 770061
unbuffered_sets 0
ps_buffered_sets 0
ps_unbuffered_sets 0
flushed_normal_sets 0
flushed_ps_sets 0
ps_prepared_never_executed 0
ps_prepared_once_executed 0
rows_fetched_from_server_normal 7217786
rows_fetched_from_server_ps 0
rows_buffered_from_client_normal 7217786
rows_buffered_from_client_ps 0
rows_fetched_from_client_normal_buffered 7217726
rows_fetched_from_client_normal_unbuffered 0
rows_fetched_from_client_ps_buffered 0
rows_fetched_from_client_ps_unbuffered 0
rows_fetched_from_client_ps_cursor 0
rows_affected_normal 174580
rows_affected_ps 0
rows_skipped_normal 7217786
rows_skipped_ps 0
copy_on_write_saved 7673967
copy_on_write_performed 2949797
command_buffer_too_small 56
connect_success 248817
connect_failure 0
connection_reused 0
reconnect 0
pconnect_success 0
active_connections 18446744073709302799
active_persistent_connections 0
explicit_close 248817
implicit_close 0
disconnect_close 0
in_middle_of_command_close 0
explicit_free_result 770061
implicit_free_result 0
explicit_stmt_close 0
implicit_stmt_close 0
mem_emalloc_count 7515838
mem_emalloc_amount 2218880240
mem_ecalloc_count 12125058
mem_ecalloc_amount 3958038660
mem_erealloc_count 3559309
mem_erealloc_amount 2425008912
mem_efree_count 22203310
mem_efree_amount 6263017287
mem_malloc_count 8772894
mem_malloc_amount 13317985926
mem_calloc_count 770061
mem_calloc_amount 24641952
mem_realloc_count 0
mem_realloc_amount 0
mem_free_count 9542955
mem_free_amount 13342627878
mem_estrndup_count 809097
mem_strndup_count 0
mem_estndup_count 1753317
mem_strdup_count 0
proto_text_fetched_null 0
proto_text_fetched_bit 0
proto_text_fetched_tinyint 729166
proto_text_fetched_short 532652
proto_text_fetched_int24 170985
proto_text_fetched_int 1007558
proto_text_fetched_bigint 23261
proto_text_fetched_decimal 20
proto_text_fetched_float 0
proto_text_fetched_double 0
proto_text_fetched_date 0
proto_text_fetched_year 0
proto_text_fetched_time 0
proto_text_fetched_datetime 0
proto_text_fetched_timestamp 0
proto_text_fetched_string 7812485
proto_text_fetched_blob 0
proto_text_fetched_enum 346603
proto_text_fetched_set 0
proto_text_fetched_geometry 0
proto_text_fetched_other 0
proto_binary_fetched_null 0
proto_binary_fetched_bit 0
proto_binary_fetched_tinyint 0
proto_binary_fetched_short 0
proto_binary_fetched_int24 0
proto_binary_fetched_int 0
proto_binary_fetched_bigint 0
proto_binary_fetched_decimal 0
proto_binary_fetched_float 0
proto_binary_fetched_double 0
proto_binary_fetched_date 0
proto_binary_fetched_year 0
proto_binary_fetched_time 0
proto_binary_fetched_datetime 0
proto_binary_fetched_timestamp 0
proto_binary_fetched_string 0
proto_binary_fetched_json 0
proto_binary_fetched_blob 0
proto_binary_fetched_enum 0
proto_binary_fetched_set 0
proto_binary_fetched_geometry 0
proto_binary_fetched_other 0
init_command_executed_count 0
init_command_failed_count 0
com_quit 248817
com_init_db 10821
com_query 1194744
com_field_list 0
com_create_db 0
com_drop_db 0
com_refresh 0
com_shutdown 0
com_statistics 0
com_process_info 0
com_connect 0
com_process_kill 0
com_debug 0
com_ping 0
com_time 0
com_delayed_insert 0
com_change_user 0
com_binlog_dump 0
com_table_dump 0
com_connect_out 0
com_register_slave 0
com_stmt_prepare 0
com_stmt_execute 0
com_stmt_send_long_data 0
com_stmt_close 0
com_stmt_reset 0
com_stmt_set_option 11598
com_stmt_fetch 0
com_deamon 0
bytes_received_real_data_normal 990436889
bytes_received_real_data_ps 0

odbc

ODBC Supportenabled
Active Persistent Links 0
Active Links 0
ODBC library Win32
DirectiveLocal ValueMaster Value
odbc.allow_persistentOnOn
odbc.check_persistentOnOn
odbc.default_cursortypeStatic cursorStatic cursor
odbc.default_dbno valueno value
odbc.default_pwno valueno value
odbc.default_userno valueno value
odbc.defaultbinmodereturn as isreturn as is
odbc.defaultlrlreturn up to 4096 bytesreturn up to 4096 bytes
odbc.max_linksUnlimitedUnlimited
odbc.max_persistentUnlimitedUnlimited

openssl

OpenSSL support enabled
OpenSSL Library Version OpenSSL 1.0.2h 3 May 2016
OpenSSL Header Version OpenSSL 1.0.1t 3 May 2016
Openssl default config /apache24/conf/openssl.cnf
DirectiveLocal ValueMaster Value
openssl.cafileno valueno value
openssl.capathno valueno value

pcre

PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 8.38 2015-11-23
DirectiveLocal ValueMaster Value
pcre.backtrack_limit10000001000000
pcre.recursion_limit100000100000

PDO

PDO supportenabled
PDO drivers mysql

pdo_mysql

PDO Driver for MySQLenabled
Client API version mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $

Phar

Phar: PHP Archive supportenabled
Phar EXT version 2.0.2
Phar API version 1.1.1
SVN revision $Id: 14b80e175ed4d5bf11c890e1f30ea8225935b16c $
Phar-based phar archives enabled
Tar-based phar archives enabled
ZIP-based phar archives enabled
gzip compression enabled
bzip2 compression enabled
OpenSSL support enabled
Phar based on pear/PHP_Archive, original concept by Davey Shafik.
Phar fully realized by Gregory Beaver and Marcus Boerger.
Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
DirectiveLocal ValueMaster Value
phar.cache_listno valueno value
phar.readonlyOnOn
phar.require_hashOnOn

Reflection

Reflectionenabled
Version $Id: fbcf7a77ca8e3d4cd7501de8025235b947b8240f $

session

Session Support enabled
Registered save handlers files user
Registered serializer handlers php_serialize php php_binary wddx
DirectiveLocal ValueMaster Value
session.auto_startOffOff
session.cache_expire180180
session.cache_limiternocachenocache
session.cookie_domainno valueno value
session.cookie_httponlyOffOff
session.cookie_lifetime00
session.cookie_path//
session.cookie_secureOffOff
session.entropy_fileno valueno value
session.entropy_length00
session.gc_divisor10001000
session.gc_maxlifetime14401440
session.gc_probability11
session.hash_bits_per_character55
session.hash_function00
session.namePHPSESSIDPHPSESSID
session.referer_checkno valueno value
session.save_handlerfilesfiles
session.save_path/tmp/tmp
session.serialize_handlerphpphp
session.upload_progress.cleanupOnOn
session.upload_progress.enabledOnOn
session.upload_progress.freq1%1%
session.upload_progress.min_freq11
session.upload_progress.namePHP_SESSION_UPLOAD_PROGRESSPHP_SESSION_UPLOAD_PROGRESS
session.upload_progress.prefixupload_progress_upload_progress_
session.use_cookiesOnOn
session.use_only_cookiesOnOn
session.use_strict_modeOffOff
session.use_trans_sid00

SimpleXML

Simplexml supportenabled
Revision $Id: 07fc6546e896094aed794aea4691f0151774d955 $
Schema support enabled

soap

Soap Client enabled
Soap Server enabled
DirectiveLocal ValueMaster Value
soap.wsdl_cache11
soap.wsdl_cache_dir/tmp/tmp
soap.wsdl_cache_enabled11
soap.wsdl_cache_limit55
soap.wsdl_cache_ttl8640086400

SPL

SPL supportenabled
Interfaces Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
Classes AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException

standard

Dynamic Library Support enabled
Internal Sendmail Support for Windows enabled
DirectiveLocal ValueMaster Value
assert.active11
assert.bail00
assert.callbackno valueno value
assert.quiet_eval00
assert.warning11
auto_detect_line_endings00
default_socket_timeout6060
fromno valueno value
url_rewriter.tagsa=href,area=href,frame=src,input=src,form=fakeentrya=href,area=href,frame=src,input=src,form=fakeentry
user_agentno valueno value

tokenizer

Tokenizer Support enabled

wddx

WDDX Supportenabled
WDDX Session Serializer enabled

xml

XML Support active
XML Namespace Support active
libxml2 Version 2.9.4

xmlreader

XMLReader enabled

xmlwriter

XMLWriter enabled

zip

Zip enabled
Zip version 1.12.5
Libzip version 0.11.2

zlib

ZLib Supportenabled
Stream Wrapper compress.zlib://
Stream Filter zlib.inflate, zlib.deflate
Compiled Version 1.2.7.3
Linked Version 1.2.7.3
DirectiveLocal ValueMaster Value
zlib.output_compressionOffOff
zlib.output_compression_level-1-1
zlib.output_handlerno valueno value

Additional Modules

Module Name

Environment

VariableValue
ALLUSERSPROFILE C:\ProgramData
APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming
CommonProgramFiles C:\Program Files\Common Files
CommonProgramFiles(x86) C:\Program Files (x86)\Common Files
CommonProgramW6432 C:\Program Files\Common Files
COMPUTERNAME 10_141_140_108
ComSpec C:\Windows\system32\cmd.exe
FP_NO_HOST_CHECK NO
LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local
NUMBER_OF_PROCESSORS 2
OS Windows_NT
Path D:\php5;D:\php5\ext;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\QCloud\Monitor\Barad;
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE AMD64
PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel
PROCESSOR_LEVEL 6
PROCESSOR_REVISION 4f01
ProgramData C:\ProgramData
ProgramFiles C:\Program Files
ProgramFiles(x86) C:\Program Files (x86)
ProgramW6432 C:\Program Files
PSModulePath C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
PUBLIC C:\Users\Public
SystemDrive C:
SystemRoot C:\Windows
TEMP C:\Windows\TEMP
TMP C:\Windows\TEMP
USERDOMAIN WORKGROUP
USERNAME 10_141_140_108$
USERPROFILE C:\Windows\system32\config\systemprofile
windir C:\Windows
AP_PARENT_PID 1980

PHP Variables

VariableValue
_COOKIE["t"]92d7540e476b153862b4ea2356ede7b3
_COOKIE["r"]8148
_SERVER["HTTPS"]on
_SERVER["SSL_TLS_SNI"]www.515008.com
_SERVER["HTTP_CONNECTION"]Keep-Alive
_SERVER["CONTENT_TYPE"]application/x-www-form-urlencoded; Charset=UTF-8
_SERVER["HTTP_ACCEPT"]text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
_SERVER["HTTP_ACCEPT_ENCODING"]gzip, deflate
_SERVER["HTTP_ACCEPT_LANGUAGE"]zh-CN,zh
_SERVER["HTTP_COOKIE"]t=92d7540e476b153862b4ea2356ede7b3; r=8148
_SERVER["HTTP_REFERER"]http://www.baidu.com
_SERVER["HTTP_USER_AGENT"]Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko
_SERVER["HTTP_HOST"]www.515008.com
_SERVER["PATH"]D:\php5;D:\php5\ext;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\QCloud\Monitor\Barad;
_SERVER["SystemRoot"]C:\Windows
_SERVER["COMSPEC"]C:\Windows\system32\cmd.exe
_SERVER["PATHEXT"].COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
_SERVER["WINDIR"]C:\Windows
_SERVER["SERVER_SIGNATURE"]no value
_SERVER["SERVER_SOFTWARE"]Apache/2.4.23 (Win64) OpenSSL/1.0.2h PHP/5.6.24
_SERVER["SERVER_NAME"]www.515008.com
_SERVER["SERVER_ADDR"]10.141.140.108
_SERVER["SERVER_PORT"]443
_SERVER["REMOTE_ADDR"]45.197.32.6
_SERVER["DOCUMENT_ROOT"]D:/Web/cnitom_new
_SERVER["REQUEST_SCHEME"]https
_SERVER["CONTEXT_PREFIX"]no value
_SERVER["CONTEXT_DOCUMENT_ROOT"]D:/Web/cnitom_new
_SERVER["SERVER_ADMIN"]admin@cnitom.com
_SERVER["SCRIPT_FILENAME"]D:/Web/cnitom_new/security/200901/47708.html
_SERVER["REMOTE_PORT"]60494
_SERVER["GATEWAY_INTERFACE"]CGI/1.1
_SERVER["SERVER_PROTOCOL"]HTTP/1.1
_SERVER["REQUEST_METHOD"]GET
_SERVER["QUERY_STRING"]no value
_SERVER["REQUEST_URI"]/security/200901/47708.html
_SERVER["SCRIPT_NAME"]/security/200901/47708.html
_SERVER["PHP_SELF"]/security/200901/47708.html
_SERVER["REQUEST_TIME_FLOAT"]1761730262.032
_SERVER["REQUEST_TIME"]1761730262

PHP Credits

PHP Group
Thies C. Arntzen, Stig Bakken, Shane Caraveo, Andi Gutmans, Rasmus Lerdorf, Sam Ruby, Sascha Schumann, Zeev Suraski, Jim Winstead, Andrei Zmievski
Language Design & Concept
Andi Gutmans, Rasmus Lerdorf, Zeev Suraski, Marcus Boerger
PHP Authors
ContributionAuthors
Zend Scripting Language Engine Andi Gutmans, Zeev Suraski, Stanislav Malyshev, Marcus Boerger, Dmitry Stogov, Xinchen Hui, Nikita Popov
Extension Module API Andi Gutmans, Zeev Suraski, Andrei Zmievski
UNIX Build and Modularization Stig Bakken, Sascha Schumann, Jani Taskinen
Windows Port Shane Caraveo, Zeev Suraski, Wez Furlong, Pierre-Alain Joye, Anatol Belski
Server API (SAPI) Abstraction Layer Andi Gutmans, Shane Caraveo, Zeev Suraski
Streams Abstraction Layer Wez Furlong, Sara Golemon
PHP Data Objects Layer Wez Furlong, Marcus Boerger, Sterling Hughes, George Schlossnagle, Ilia Alshanetsky
Output Handler Zeev Suraski, Thies C. Arntzen, Marcus Boerger, Michael Wallner
SAPI Modules
ContributionAuthors
AOLserver Sascha Schumann
Apache 1.3 (apache_hooks) Rasmus Lerdorf, Zeev Suraski, Stig Bakken, David Sklar, George Schlossnagle, Lukas Schroeder
Apache 1.3 Rasmus Lerdorf, Zeev Suraski, Stig Bakken, David Sklar
Apache 2.0 Filter Sascha Schumann, Aaron Bannert
Apache 2.0 Handler Ian Holsman, Justin Erenkrantz (based on Apache 2.0 Filter code)
Caudium / Roxen David Hedbor
CGI / FastCGI Rasmus Lerdorf, Stig Bakken, Shane Caraveo, Dmitry Stogov
CLI Edin Kadribasic, Marcus Boerger, Johannes Schlueter, Moriyoshi Koizumi, Xinchen Hui
Continuity Alex Leigh (based on nsapi code)
Embed Edin Kadribasic
FastCGI Process Manager Andrei Nigmatulin, dreamcat4, Antony Dovgal, Jerome Loyet
ISAPI Andi Gutmans, Zeev Suraski
litespeed George Wang
NSAPI Jayakumar Muthukumarasamy, Uwe Schindler
phpdbg Felipe Pena, Joe Watkins, Bob Weinand
phttpd Thies C. Arntzen
pi3web Holger Zimmermann
Sendmail Milter Harald Radi
thttpd Sascha Schumann
tux Sascha Schumann
WebJames Alex Waugh
Module Authors
ModuleAuthors
BC Math Andi Gutmans
Bzip2 Sterling Hughes
Calendar Shane Caraveo, Colin Viebrock, Hartmut Holzgraefe, Wez Furlong
COM and .Net Wez Furlong
ctype Hartmut Holzgraefe
cURL Sterling Hughes
Date/Time Support Derick Rethans
DB-LIB (MS SQL, Sybase) Wez Furlong, Frank M. Kromann
DBA Sascha Schumann, Marcus Boerger
DOM Christian Stocker, Rob Richards, Marcus Boerger
enchant Pierre-Alain Joye, Ilia Alshanetsky
ereg Rasmus Lerdorf, Jim Winstead, Jaakko Hyv?tti
EXIF Rasmus Lerdorf, Marcus Boerger
fileinfo Ilia Alshanetsky, Pierre Alain Joye, Scott MacVicar, Derick Rethans
Firebird driver for PDO Ard Biesheuvel
FTP Stefan Esser, Andrew Skalski
GD imaging Rasmus Lerdorf, Stig Bakken, Jim Winstead, Jouni Ahto, Ilia Alshanetsky, Pierre-Alain Joye, Marcus Boerger
GetText Alex Plotnick
GNU GMP support Stanislav Malyshev
Iconv Rui Hirokawa, Stig Bakken, Moriyoshi Koizumi
IMAP Rex Logan, Mark Musone, Brian Wang, Kaj-Michael Lang, Antoni Pamies Olive, Rasmus Lerdorf, Andrew Skalski, Chuck Hagenbuch, Daniel R Kalowsky
Input Filter Rasmus Lerdorf, Derick Rethans, Pierre-Alain Joye, Ilia Alshanetsky
InterBase Jouni Ahto, Andrew Avdeev, Ard Biesheuvel
Internationalization Ed Batutis, Vladimir Iordanov, Dmitry Lakhtyuk, Stanislav Malyshev, Vadim Savchuk, Kirti Velankar
JSON Omar Kilani, Scott MacVicar
LDAP Amitay Isaacs, Eric Warnke, Rasmus Lerdorf, Gerrit Thomson, Stig Venaas
LIBXML Christian Stocker, Rob Richards, Marcus Boerger, Wez Furlong, Shane Caraveo
mcrypt Sascha Schumann, Derick Rethans
MS SQL Frank M. Kromann
Multibyte String Functions Tsukada Takuya, Rui Hirokawa
MySQL driver for PDO George Schlossnagle, Wez Furlong, Ilia Alshanetsky, Johannes Schlueter
MySQL Zeev Suraski, Zak Greant, Georg Richter, Andrey Hristov
MySQLi Zak Greant, Georg Richter, Andrey Hristov, Ulf Wendel
MySQLnd Andrey Hristov, Ulf Wendel, Georg Richter, Johannes Schlüter
OCI8 Stig Bakken, Thies C. Arntzen, Andy Sautins, David Benson, Maxim Maletsky, Harald Radi, Antony Dovgal, Andi Gutmans, Wez Furlong, Christopher Jones, Oracle Corporation
ODBC driver for PDO Wez Furlong
ODBC Stig Bakken, Andreas Karajannis, Frank M. Kromann, Daniel R. Kalowsky
OpenSSL Stig Venaas, Wez Furlong, Sascha Kettler, Scott MacVicar
Oracle (OCI) driver for PDO Wez Furlong
pcntl Jason Greene, Arnaud Le Blanc
Perl Compatible Regexps Andrei Zmievski
PHP Archive Gregory Beaver, Marcus Boerger
PHP Data Objects Wez Furlong, Marcus Boerger, Sterling Hughes, George Schlossnagle, Ilia Alshanetsky
PHP hash Sara Golemon, Rasmus Lerdorf, Stefan Esser, Michael Wallner, Scott MacVicar
Posix Kristian Koehntopp
PostgreSQL driver for PDO Edin Kadribasic, Ilia Alshanetsky
PostgreSQL Jouni Ahto, Zeev Suraski, Yasuo Ohgaki, Chris Kings-Lynne
Pspell Vlad Krupin
Readline Thies C. Arntzen
Recode Kristian Koehntopp
Reflection Marcus Boerger, Timm Friebe, George Schlossnagle, Andrei Zmievski, Johannes Schlueter
Sessions Sascha Schumann, Andrei Zmievski
Shared Memory Operations Slava Poliakov, Ilia Alshanetsky
SimpleXML Sterling Hughes, Marcus Boerger, Rob Richards
SNMP Rasmus Lerdorf, Harrie Hazewinkel, Mike Jackson, Steven Lawrance, Johann Hanne, Boris Lytochkin
SOAP Brad Lafountain, Shane Caraveo, Dmitry Stogov
Sockets Chris Vandomelen, Sterling Hughes, Daniel Beulshausen, Jason Greene
SPL Marcus Boerger, Etienne Kneuss
SQLite 3.x driver for PDO Wez Furlong
SQLite3 Scott MacVicar, Ilia Alshanetsky, Brad Dewar
Sybase-CT Zeev Suraski, Tom May, Timm Friebe
System V Message based IPC Wez Furlong
System V Semaphores Tom May
System V Shared Memory Christian Cartus
tidy John Coggeshall, Ilia Alshanetsky
tokenizer Andrei Zmievski, Johannes Schlueter
WDDX Andrei Zmievski
XML Stig Bakken, Thies C. Arntzen, Sterling Hughes
XMLReader Rob Richards
xmlrpc Dan Libby
XMLWriter Rob Richards, Pierre-Alain Joye
XSL Christian Stocker, Rob Richards
Zip Pierre-Alain Joye, Remi Collet
Zlib Rasmus Lerdorf, Stefan Roehrich, Zeev Suraski, Jade Nicoletti, Michael Wallner
PHP Documentation
Authors Mehdi Achour, Friedhelm Betz, Antony Dovgal, Nuno Lopes, Hannes Magnusson, Georg Richter, Damien Seguy, Jakub Vrana, Adam Harvey, Peter Cowburn
Editor Philip Olson
User Note Maintainers Daniel P. Brown, Thiago Henrique Pojda
Other Contributors Previously active authors, editors and other contributors are listed in the manual.
PHP Quality Assurance Team
Ilia Alshanetsky, Joerg Behrens, Antony Dovgal, Stefan Esser, Moriyoshi Koizumi, Magnus Maatta, Sebastian Nohn, Derick Rethans, Melvyn Sopacua, Jani Taskinen, Pierre-Alain Joye, Dmitry Stogov, Felipe Pena, David Soria Parra, Stanislav Malyshev, Julien Pauli, Stephen Zarkos, Anatol Belski, Remi Collet, Ferenc Kovacs
Websites and Infrastructure team
PHP Websites Team Rasmus Lerdorf, Hannes Magnusson, Philip Olson, Lukas Kahwe Smith, Pierre-Alain Joye, Kalle Sommer Nielsen, Peter Cowburn, Adam Harvey, Ferenc Kovacs, Levi Morrison
Event Maintainers Damien Seguy, Daniel P. Brown
Network Infrastructure Daniel P. Brown
Windows Infrastructure Alex Schoenmaker

PHP License

This program is free software; you can redistribute it and/or modify it under the terms of the PHP License as published by the PHP Group and included in the distribution in the file: LICENSE

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact license@php.net.

6、打開瀏覽器,輸入:http://localhost/phpinfo.php,將顯示當前服務器所支持 PHP 的全部信息,可以看到 Server API的模式為:ISAPI。

我自己正在學習這方面的東西,剛剛看到這篇配置文章,又學會一些東西,發上來也和大家分享一下。

Windows系統內置的Internet 信息服務(IIS)對ASP具有良好的支持,因此在IIS中調試ASP網頁是非常方便的。但有些朋友的網頁采用PHP編程技術,默認情況下,IIS是不支持PHP的,手工配置IIS的PHP調試環境對我們這些菜鳥來說是非常困難的,那如何才能讓IIS支持 PHP呢?下面介紹一種方法,只需要簡單幾步就能在IIS中配置好PHP調試環境。

安裝IIS組件

筆者以Windows XP系統的IIS5.1為例,首先必須安裝IIS組件,系統默認是安裝了的。如果你的系統中還沒有,進入到“控制面板→添加或刪除程序→添加/刪除Windows組件”,在“Windows組件向導”對話框中選中“Internet 信息服務(IIS)”選項(如圖1),單擊“下一步”按鈕就能完成IIS組件的安裝。

圖1 安裝IIS組件

配置PHP調試環境

可以到網上搜索下載PHP安裝程序到本地機器,下面我們就使用PHP的安裝向導完成對PHP調試環境的配置。

圖2 選擇Web服務器
運行PHP軟件包的安裝程序,在彈出的歡迎窗口中單擊“Next”按鈕,接著在“許可協議”窗口中單擊“I Agree”按鈕,然后在安裝類型(Installation Type)窗口中選擇“標準(Standard)”安裝,點擊“Next”按鈕后,指定PHP的安裝目錄,建議使用默認安裝目錄。接著“Mail configuration”窗口中設置郵件地址和指定SMTP服務器,在“服務類型(Server Type) ”窗口中選擇你使用的Web服務器的類型(如圖2),因為我們使用Windows XP系統自帶的IIS5.1,選擇“Microsoft iis4 or higher”單選項,點擊“下一步”后開始安裝,最后在“IIS Scriptmap Node selection”窗口中選中所有的站點(如圖3),點擊“OK”按鈕,就完成了PHP的安裝和配置。
圖3 選中所有站點

檢查PHP調試環境配置

進入到“控制面板→管理工具”,運行Internet 信息服務程序,右鍵點擊“默認網站”在彈出的菜單中選擇“屬性”,接著在彈出的屬性對話框中切換到“主目錄”標簽頁,點擊應用程序設置欄中的“配置”按鈕,彈出“應用程序配置”對話框,在“映射”標簽頁中,查看應用程序映射列表框中是否有擴展名為“.ph p”的選項(如圖4),如果存在則表示PHP安裝配置成功。

圖4 查看程序映射
如果沒有找到該選項,也可以手工添加。在應用程序配置對話框中點擊“添加”按鈕,彈出“添加/編輯應用程序擴展名映射”對話框(如圖5),在“可執行文件”欄中輸入“php.exe”程序路徑,“擴展名”中輸入“.PHP”,其它選項使用默認設置,最后點擊“確定”按鈕即可。
圖5 手工添加映射
這樣就完成了PHP調試環境的配置,以后就可以在IIS中調試PHP文件了。


熱詞搜索:

上一篇:摳出Windows 2003中的IIS6安裝程序
下一篇:IIS的安裝以及常見問題的解決方法

分享到: 收藏
国产一级一区二区_segui88久久综合9999_97久久夜色精品国产_欧美色网一区二区
国产精品538一区二区在线| 欧美亚洲自拍偷拍| 亚洲福利一二三区| 国产不卡高清在线观看视频| 欧美少妇xxx| 国产精品美女久久久久av爽李琼| 蜜臀av性久久久久蜜臀aⅴ四虎| 成人av在线资源| 久久九九影视网| 午夜亚洲国产au精品一区二区| 91小视频免费观看| 中文字幕中文字幕中文字幕亚洲无线| 久久机这里只有精品| 欧美性xxxxxxxx| 国产精品日韩成人| 国产成人av一区二区三区在线| 91精品国产综合久久久久久久久久| 一区二区三区国产精品| 国产+成+人+亚洲欧洲自线| 国产人成亚洲第一网站在线播放| 国产剧情av麻豆香蕉精品| 久久午夜羞羞影院免费观看| 日韩精品国产精品| 欧美一区二区三区日韩| 亚洲成国产人片在线观看| 在线欧美小视频| 亚洲天堂av一区| 99久久久精品免费观看国产蜜| 18成人在线观看| 欧美在线观看视频一区二区三区| 亚洲高清在线精品| 91精品国产福利| 久草这里只有精品视频| 久久久久久久久岛国免费| 国产精品综合二区| 国产亚洲欧美在线| 91免费看视频| 日韩综合小视频| 欧美国产1区2区| 色欧美片视频在线观看| 亚洲自拍偷拍图区| 精品欧美一区二区三区精品久久 | 亚洲一区二区中文在线| 欧美日韩国产一区二区三区地区| 日韩激情av在线| 国产欧美一区二区精品性| 成人亚洲一区二区一| 一区二区三区在线视频观看 | 夜夜揉揉日日人人青青一国产精品| 日本韩国欧美三级| 蜜桃视频在线一区| 亚洲女人小视频在线观看| 欧美一区二区在线不卡| 国产资源精品在线观看| 亚洲狠狠爱一区二区三区| 欧美一级二级在线观看| 91视频免费观看| 午夜影院久久久| 欧美国产欧美综合| 91精品国产欧美日韩| gogo大胆日本视频一区| 日韩va欧美va亚洲va久久| 久久久美女艺术照精彩视频福利播放| 日本精品一级二级| 国内成+人亚洲+欧美+综合在线| 亚洲第一福利视频在线| 国产精品欧美一区二区三区| 717成人午夜免费福利电影| 97se亚洲国产综合自在线观| 青青草97国产精品免费观看| 亚洲午夜激情网站| 久久香蕉国产线看观看99| 制服.丝袜.亚洲.中文.综合| 不卡高清视频专区| 成人一道本在线| 久久国产日韩欧美精品| 午夜激情一区二区三区| 自拍偷自拍亚洲精品播放| 国产亚洲欧美在线| 精品福利av导航| 91麻豆精品国产91| 日本福利一区二区| 成人性生交大片免费看中文 | 亚洲精品中文字幕乱码三区| 日韩一区在线看| 中文字幕一区日韩精品欧美| 国产亚洲欧洲997久久综合| 精品成a人在线观看| 精品国产伦理网| 日韩欧美一级精品久久| 欧美日韩国产综合一区二区| 色综合久久久久| 欧美剧情片在线观看| 欧美日韩mp4| 欧美变态tickling挠脚心| 日韩欧美国产一区二区在线播放| 日韩亚洲欧美成人一区| 国产亚洲一区二区三区四区| 久久久久久日产精品| 国产精品久久久久精k8| 亚洲人成亚洲人成在线观看图片| 久久久国产一区二区三区四区小说| 色老头久久综合| 欧美日韩一区二区三区在线| 欧美日韩在线亚洲一区蜜芽| 制服丝袜在线91| 精品少妇一区二区三区免费观看 | 欧美日韩aaaaa| 精品av综合导航| 欧美激情在线观看视频免费| 中文字幕在线一区| 亚洲福利视频一区二区| 老色鬼精品视频在线观看播放| 激情六月婷婷综合| 91蝌蚪porny| 欧美一级一区二区| 国产精品免费视频网站| 夜夜嗨av一区二区三区网页| 蜜桃久久av一区| av一区二区三区黑人| 制服丝袜亚洲播放| 国产精品国产三级国产aⅴ入口| 一区二区在线观看av| 另类成人小视频在线| 成人av电影观看| 日韩欧美一二三四区| 最新国产成人在线观看| 蜜臀a∨国产成人精品| 风流少妇一区二区| 日韩一区二区三区免费看| 国产精品青草久久| 青青草视频一区| 色视频成人在线观看免| 久久久亚洲精品石原莉奈| 一区二区三区精品| 国产丶欧美丶日本不卡视频| 欧美天堂一区二区三区| 国产精品情趣视频| 另类综合日韩欧美亚洲| 在线观看亚洲专区| 国产精品三级电影| 韩国v欧美v日本v亚洲v| 在线观看成人免费视频| 久久香蕉国产线看观看99| 亚洲成人av免费| 成人美女视频在线看| 欧美大片拔萝卜| 一区二区三区四区亚洲| 成人久久视频在线观看| 精品免费国产二区三区| 亚洲色图第一区| 懂色av噜噜一区二区三区av| 日韩欧美电影一二三| **网站欧美大片在线观看| 成人午夜视频网站| 久久久精品天堂| 久久综合综合久久综合| 欧美羞羞免费网站| 亚洲精品自拍动漫在线| 国产精品99久久久| 精品国产不卡一区二区三区| 日韩国产欧美三级| 色诱亚洲精品久久久久久| 国产精品免费视频网站| 成人一区二区三区视频在线观看| 精品国产乱码久久久久久久久| 亚洲国产wwwccc36天堂| 99re这里只有精品首页| 国产精品另类一区| 99综合电影在线视频| 国产精品美女久久久久aⅴ| 成人高清视频在线观看| 日韩久久一区二区| 成人激情av网| 国产调教视频一区| 99国产精品99久久久久久| 亚洲精品日韩一| 91黄色小视频| 香蕉av福利精品导航| 欧美日韩一区二区欧美激情| 香蕉久久夜色精品国产使用方法 | 精品一区二区三区日韩| 亚洲精品一区二区三区精华液| 国内成人精品2018免费看| 精品久久久久久久久久久久久久久久久| 日本va欧美va欧美va精品| 日韩午夜激情免费电影| 国产在线日韩欧美| 国产午夜精品久久| 成人av影院在线| 亚洲精品国产一区二区三区四区在线| 日本精品一区二区三区四区的功能| 亚洲欧美日韩系列| 欧美一区二区三区免费视频| 青椒成人免费视频| 欧美成人午夜电影| av电影在线观看一区| 五月综合激情网| 国产欧美一区二区精品婷婷| 色综合久久久久综合|