在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP语言基础 → php-5.5.10.tar.bz2

php-5.5.10.tar.bz2

PHP语言基础

下载此实例
  • 开发语言:PHP
  • 实例大小:12.50M
  • 下载次数:1
  • 浏览次数:5
  • 发布时间:2023-10-28
  • 实例类别:PHP语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.bz2
  • 所需积分:2
 相关标签: php 5.1 10 AR hp

实例介绍

【实例简介】php-5.5.10.tar.bz2
CGI 程序编写语言,易学易用,运行速度快,可以方便快捷地编写出功能强大,运行速度快,并可同时运行于 Windows、Unix、Linux 平台的Web后台程序,内置了对文件上传、密码认证、Cookies 操作、邮件收发、动态 ...

【实例截图】

from clipboard

【核心代码】

.
├── php-5.5.10
│   ├── ext
│   │   ├── bcmath
│   │   │   ├── CREDITS
│   │   │   ├── bcmath.c
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── libbcmath
│   │   │   ├── package.xml
│   │   │   ├── php_bcmath.h
│   │   │   └── tests
│   │   ├── bz2
│   │   │   ├── CREDITS
│   │   │   ├── bz2.c
│   │   │   ├── bz2.dsp
│   │   │   ├── bz2_filter.c
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── package.xml
│   │   │   ├── php_bz2.def
│   │   │   ├── php_bz2.h
│   │   │   └── tests
│   │   ├── calendar
│   │   │   ├── CREDITS
│   │   │   ├── cal_unix.c
│   │   │   ├── calendar.c
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── dow.c
│   │   │   ├── easter.c
│   │   │   ├── french.c
│   │   │   ├── gregor.c
│   │   │   ├── jewish.c
│   │   │   ├── julian.c
│   │   │   ├── package.xml
│   │   │   ├── php_calendar.h
│   │   │   ├── sdncal.h
│   │   │   └── tests
│   │   ├── com_dotnet
│   │   │   ├── CREDITS
│   │   │   ├── README
│   │   │   ├── com_com.c
│   │   │   ├── com_dotnet.c
│   │   │   ├── com_extension.c
│   │   │   ├── com_handlers.c
│   │   │   ├── com_iterator.c
│   │   │   ├── com_misc.c
│   │   │   ├── com_olechar.c
│   │   │   ├── com_persist.c
│   │   │   ├── com_saproxy.c
│   │   │   ├── com_typeinfo.c
│   │   │   ├── com_variant.c
│   │   │   ├── com_wrapper.c
│   │   │   ├── config.w32
│   │   │   ├── package.xml
│   │   │   ├── php_com_dotnet.h
│   │   │   ├── php_com_dotnet_internal.h
│   │   │   └── tests
│   │   ├── ctype
│   │   │   ├── CREDITS
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── ctype.c
│   │   │   ├── ctype.dsp
│   │   │   ├── ctype.xml
│   │   │   ├── package.xml
│   │   │   ├── php_ctype.h
│   │   │   └── tests
│   │   ├── curl
│   │   │   ├── CREDITS
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── curl.dsp
│   │   │   ├── curl_file.c
│   │   │   ├── interface.c
│   │   │   ├── multi.c
│   │   │   ├── package.xml
│   │   │   ├── php_curl.h
│   │   │   ├── share.c
│   │   │   └── tests
│   │   ├── date
│   │   │   ├── CREDITS
│   │   │   ├── TODO
│   │   │   ├── config.w32
│   │   │   ├── config0.m4
│   │   │   ├── lib
│   │   │   ├── php_date.c
│   │   │   ├── php_date.h
│   │   │   └── tests
│   │   ├── dba
│   │   │   ├── CREDITS
│   │   │   ├── README
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── dba.c
│   │   │   ├── dba.dsp
│   │   │   ├── dba_cdb.c
│   │   │   ├── dba_db1.c
│   │   │   ├── dba_db2.c
│   │   │   ├── dba_db3.c
│   │   │   ├── dba_db4.c
│   │   │   ├── dba_dbm.c
│   │   │   ├── dba_flatfile.c
│   │   │   ├── dba_gdbm.c
│   │   │   ├── dba_inifile.c
│   │   │   ├── dba_ndbm.c
│   │   │   ├── dba_qdbm.c
│   │   │   ├── dba_tcadb.c
│   │   │   ├── install_cdb.sh
│   │   │   ├── libcdb
│   │   │   ├── libflatfile
│   │   │   ├── libinifile
│   │   │   ├── php_cdb.h
│   │   │   ├── php_db1.h
│   │   │   ├── php_db2.h
│   │   │   ├── php_db3.h
│   │   │   ├── php_db4.h
│   │   │   ├── php_dba.h
│   │   │   ├── php_dbm.h
│   │   │   ├── php_flatfile.h
│   │   │   ├── php_gdbm.h
│   │   │   ├── php_inifile.h
│   │   │   ├── php_ndbm.h
│   │   │   ├── php_qdbm.h
│   │   │   ├── php_tcadb.h
│   │   │   └── tests
│   │   ├── dom
│   │   │   ├── CREDITS
│   │   │   ├── TODO
│   │   │   ├── attr.c
│   │   │   ├── cdatasection.c
│   │   │   ├── characterdata.c
│   │   │   ├── comment.c
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── document.c
│   │   │   ├── documentfragment.c
│   │   │   ├── documenttype.c
│   │   │   ├── dom.dsp
│   │   │   ├── dom_ce.h
│   │   │   ├── dom_fe.h
│   │   │   ├── dom_iterators.c
│   │   │   ├── dom_properties.h
│   │   │   ├── domconfiguration.c
│   │   │   ├── domerror.c
│   │   │   ├── domerrorhandler.c
│   │   │   ├── domexception.c
│   │   │   ├── domimplementation.c
│   │   │   ├── domimplementationlist.c
│   │   │   ├── domimplementationsource.c
│   │   │   ├── domlocator.c
│   │   │   ├── domstringlist.c
│   │   │   ├── element.c
│   │   │   ├── entity.c
│   │   │   ├── entityreference.c
│   │   │   ├── examples
│   │   │   ├── namednodemap.c
│   │   │   ├── namelist.c
│   │   │   ├── node.c
│   │   │   ├── nodelist.c
│   │   │   ├── notation.c
│   │   │   ├── php_dom.c
│   │   │   ├── php_dom.h
│   │   │   ├── processinginstruction.c
│   │   │   ├── string_extend.c
│   │   │   ├── tests
│   │   │   ├── text.c
│   │   │   ├── typeinfo.c
│   │   │   ├── userdatahandler.c
│   │   │   ├── xml_common.h
│   │   │   └── xpath.c
│   │   ├── enchant
│   │   │   ├── CREDITS
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── docs
│   │   │   ├── enchant.c
│   │   │   ├── package.xml
│   │   │   ├── php_enchant.h
│   │   │   └── tests
│   │   ├── exif
│   │   │   ├── CREDITS
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── example.php
│   │   │   ├── exif.c
│   │   │   ├── exif.dsp
│   │   │   ├── package.xml
│   │   │   ├── php_exif.h
│   │   │   ├── test.php
│   │   │   ├── test.txt
│   │   │   └── tests
│   │   ├── ext_skel
│   │   ├── ext_skel_win32.php
│   │   ├── fileinfo
│   │   │   ├── CREDITS
│   │   │   ├── EXPERIMENTAL
│   │   │   ├── Makefile.frag
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── create_data_file.php
│   │   │   ├── data_file.c
│   │   │   ├── fileinfo.c
│   │   │   ├── fileinfo.php
│   │   │   ├── libmagic
│   │   │   ├── libmagic.patch
│   │   │   ├── package.xml
│   │   │   ├── php_fileinfo.h
│   │   │   └── tests
│   │   ├── filter
│   │   │   ├── CREDITS
│   │   │   ├── callback_filter.c
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── docs
│   │   │   ├── filter.c
│   │   │   ├── filter_private.h
│   │   │   ├── logical_filters.c
│   │   │   ├── php_filter.h
│   │   │   ├── sanitizing_filters.c
│   │   │   └── tests
│   │   ├── ftp
│   │   │   ├── CREDITS
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── ftp.c
│   │   │   ├── ftp.h
│   │   │   ├── package.xml
│   │   │   ├── php_ftp.c
│   │   │   ├── php_ftp.h
│   │   │   └── tests
│   │   ├── gd
│   │   │   ├── CREDITS
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── gd.c
│   │   │   ├── gd.dsp
│   │   │   ├── gd_compat.c
│   │   │   ├── gd_compat.h
│   │   │   ├── gd_ctx.c
│   │   │   ├── gdcache.c
│   │   │   ├── gdcache.h
│   │   │   ├── libgd
│   │   │   ├── php_gd.h
│   │   │   └── tests
│   │   ├── gettext
│   │   │   ├── CREDITS
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── gettext.c
│   │   │   ├── gettext.dsp
│   │   │   ├── php_gettext.h
│   │   │   └── tests
│   │   ├── gmp
│   │   │   ├── CREDITS
│   │   │   ├── README
│   │   │   ├── TODO
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── gmp.c
│   │   │   ├── php_gmp.h
│   │   │   └── tests
│   │   ├── iconv
│   │   │   ├── CREDITS
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── iconv.c
│   │   │   ├── iconv.dsp
│   │   │   ├── php_iconv.def
│   │   │   ├── php_iconv.h
│   │   │   └── tests
│   │   ├── imap
│   │   │   ├── CREDITS
│   │   │   ├── IMAP_Win32_HOWTO.txt
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── imap.dsp
│   │   │   ├── php_imap.c
│   │   │   ├── php_imap.h
│   │   │   └── tests
│   │   ├── interbase
│   │   │   ├── CREDITS
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── ibase_blobs.c
│   │   │   ├── ibase_events.c
│   │   │   ├── ibase_query.c
│   │   │   ├── ibase_service.c
│   │   │   ├── interbase.c
│   │   │   ├── interbase.dsp
│   │   │   ├── php_ibase_includes.h
│   │   │   ├── php_ibase_udf.c
│   │   │   ├── php_interbase.h
│   │   │   └── tests
│   │   ├── intl
│   │   │   ├── CREDITS
│   │   │   ├── ERROR.CONVENTIONS
│   │   │   ├── TODO
│   │   │   ├── breakiterator
│   │   │   ├── calendar
│   │   │   ├── collator
│   │   │   ├── common
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── converter
│   │   │   ├── dateformat
│   │   │   ├── doc
│   │   │   ├── formatter
│   │   │   ├── grapheme
│   │   │   ├── idn
│   │   │   ├── intl_common.h
│   │   │   ├── intl_convert.c
│   │   │   ├── intl_convert.h
│   │   │   ├── intl_convertcpp.cpp
│   │   │   ├── intl_convertcpp.h
│   │   │   ├── intl_cppshims.h
│   │   │   ├── intl_data.h
│   │   │   ├── intl_error.c
│   │   │   ├── intl_error.h
│   │   │   ├── locale
│   │   │   ├── msgformat
│   │   │   ├── normalizer
│   │   │   ├── php_intl.c
│   │   │   ├── php_intl.h
│   │   │   ├── resourcebundle
│   │   │   ├── spoofchecker
│   │   │   ├── tests
│   │   │   ├── timezone
│   │   │   └── transliterator
│   │   ├── json
│   │   │   ├── CREDITS
│   │   │   ├── JSON_parser.c
│   │   │   ├── JSON_parser.h
│   │   │   ├── README
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── json.c
│   │   │   ├── json.dsp
│   │   │   ├── package.xml
│   │   │   ├── php_json.h
│   │   │   ├── tests
│   │   │   ├── utf8_decode.c
│   │   │   └── utf8_decode.h
│   │   ├── ldap
│   │   │   ├── CREDITS
│   │   │   ├── LDAP_Win32_HOWTO.txt
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── ldap.c
│   │   │   ├── ldap.dsp
│   │   │   ├── ldap.mak
│   │   │   ├── php_ldap.h
│   │   │   └── tests
│   │   ├── libxml
│   │   │   ├── CREDITS
│   │   │   ├── config.w32
│   │   │   ├── config0.m4
│   │   │   ├── libxml.c
│   │   │   ├── php_libxml.h
│   │   │   ├── php_libxml2.def
│   │   │   └── tests
│   │   ├── mcrypt
│   │   │   ├── CREDITS
│   │   │   ├── TODO
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── mcrypt.c
│   │   │   ├── mcrypt.dsp
│   │   │   ├── mcrypt_filter.c
│   │   │   ├── php_mcrypt.h
│   │   │   ├── php_mcrypt_filter.h
│   │   │   └── tests
│   │   ├── mssql
│   │   │   ├── CREDITS
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── mssql.dsp
│   │   │   ├── mssql_win32_howto.txt
│   │   │   ├── php_mssql.c
│   │   │   └── php_mssql.h
│   │   ├── mysql
│   │   │   ├── CREDITS
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── mysql.dsp
│   │   │   ├── mysql.mak
│   │   │   ├── mysql_mysqlnd.h
│   │   │   ├── package.xml
│   │   │   ├── php_mysql.c
│   │   │   ├── php_mysql.h
│   │   │   ├── php_mysql_structs.h
│   │   │   └── tests
│   │   ├── mysqli
│   │   │   ├── CREDITS
│   │   │   ├── TODO
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── mysqli.c
│   │   │   ├── mysqli.dsp
│   │   │   ├── mysqli_api.c
│   │   │   ├── mysqli_driver.c
│   │   │   ├── mysqli_embedded.c
│   │   │   ├── mysqli_exception.c
│   │   │   ├── mysqli_fe.c
│   │   │   ├── mysqli_fe.h
│   │   │   ├── mysqli_libmysql.h
│   │   │   ├── mysqli_mysqlnd.h
│   │   │   ├── mysqli_nonapi.c
│   │   │   ├── mysqli_priv.h
│   │   │   ├── mysqli_prop.c
│   │   │   ├── mysqli_report.c
│   │   │   ├── mysqli_result_iterator.c
│   │   │   ├── mysqli_warning.c
│   │   │   ├── package.xml
│   │   │   ├── php_mysqli.h
│   │   │   ├── php_mysqli_structs.h
│   │   │   └── tests
│   │   ├── mysqlnd
│   │   │   ├── CREDITS
│   │   │   ├── config-win.h
│   │   │   ├── config.w32
│   │   │   ├── config9.m4
│   │   │   ├── mysqlnd.c
│   │   │   ├── mysqlnd.h
│   │   │   ├── mysqlnd_alloc.c
│   │   │   ├── mysqlnd_alloc.h
│   │   │   ├── mysqlnd_auth.c
│   │   │   ├── mysqlnd_block_alloc.c
│   │   │   ├── mysqlnd_block_alloc.h
│   │   │   ├── mysqlnd_bt.c
│   │   │   ├── mysqlnd_charset.c
│   │   │   ├── mysqlnd_charset.h
│   │   │   ├── mysqlnd_debug.c
│   │   │   ├── mysqlnd_debug.h
│   │   │   ├── mysqlnd_driver.c
│   │   │   ├── mysqlnd_enum_n_def.h
│   │   │   ├── mysqlnd_ext_plugin.c
│   │   │   ├── mysqlnd_ext_plugin.h
│   │   │   ├── mysqlnd_libmysql_compat.h
│   │   │   ├── mysqlnd_loaddata.c
│   │   │   ├── mysqlnd_net.c
│   │   │   ├── mysqlnd_net.h
│   │   │   ├── mysqlnd_plugin.c
│   │   │   ├── mysqlnd_portability.h
│   │   │   ├── mysqlnd_priv.h
│   │   │   ├── mysqlnd_ps.c
│   │   │   ├── mysqlnd_ps_codec.c
│   │   │   ├── mysqlnd_result.c
│   │   │   ├── mysqlnd_result.h
│   │   │   ├── mysqlnd_result_meta.c
│   │   │   ├── mysqlnd_result_meta.h
│   │   │   ├── mysqlnd_reverse_api.c
│   │   │   ├── mysqlnd_reverse_api.h
│   │   │   ├── mysqlnd_statistics.c
│   │   │   ├── mysqlnd_statistics.h
│   │   │   ├── mysqlnd_structs.h
│   │   │   ├── mysqlnd_wireprotocol.c
│   │   │   ├── mysqlnd_wireprotocol.h
│   │   │   ├── php_mysqlnd.c
│   │   │   └── php_mysqlnd.h
│   │   ├── oci8
│   │   │   ├── CREDITS
│   │   │   ├── README
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── oci8.c
│   │   │   ├── oci8.dsp
│   │   │   ├── oci8_collection.c
│   │   │   ├── oci8_interface.c
│   │   │   ├── oci8_lob.c
│   │   │   ├── oci8_statement.c
│   │   │   ├── package.xml
│   │   │   ├── php_oci8.h
│   │   │   ├── php_oci8_int.h
│   │   │   └── tests
│   │   ├── odbc
│   │   │   ├── CREDITS
│   │   │   ├── birdstep.c
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── php_birdstep.h
│   │   │   ├── php_odbc.c
│   │   │   ├── php_odbc.h
│   │   │   ├── php_odbc_includes.h
│   │   │   └── tests
│   │   ├── opcache
│   │   │   ├── Optimizer
│   │   │   ├── README
│   │   │   ├── ZendAccelerator.c
│   │   │   ├── ZendAccelerator.h
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── shared_alloc_mmap.c
│   │   │   ├── shared_alloc_posix.c
│   │   │   ├── shared_alloc_shm.c
│   │   │   ├── shared_alloc_win32.c
│   │   │   ├── tests
│   │   │   ├── zend_accelerator_blacklist.c
│   │   │   ├── zend_accelerator_blacklist.h
│   │   │   ├── zend_accelerator_debug.c
│   │   │   ├── zend_accelerator_debug.h
│   │   │   ├── zend_accelerator_hash.c
│   │   │   ├── zend_accelerator_hash.h
│   │   │   ├── zend_accelerator_module.c
│   │   │   ├── zend_accelerator_module.h
│   │   │   ├── zend_accelerator_util_funcs.c
│   │   │   ├── zend_accelerator_util_funcs.h
│   │   │   ├── zend_persist.c
│   │   │   ├── zend_persist.h
│   │   │   ├── zend_persist_calc.c
│   │   │   ├── zend_shared_alloc.c
│   │   │   └── zend_shared_alloc.h
│   │   ├── openssl
│   │   │   ├── CREDITS
│   │   │   ├── README
│   │   │   ├── config.w32
│   │   │   ├── config0.m4
│   │   │   ├── openssl.c
│   │   │   ├── openssl.dsp
│   │   │   ├── openssl.mak
│   │   │   ├── php_openssl.h
│   │   │   ├── tests
│   │   │   └── xp_ssl.c
│   │   ├── pcntl
│   │   │   ├── CREDITS
│   │   │   ├── README
│   │   │   ├── config.m4
│   │   │   ├── package.xml
│   │   │   ├── pcntl.c
│   │   │   ├── php_pcntl.h
│   │   │   ├── php_signal.c
│   │   │   ├── php_signal.h
│   │   │   ├── test-pcntl.php
│   │   │   └── tests
│   │   ├── pcre
│   │   │   ├── CREDITS
│   │   │   ├── config.w32
│   │   │   ├── config0.m4
│   │   │   ├── pcrelib
│   │   │   ├── php_pcre.c
│   │   │   ├── php_pcre.def
│   │   │   ├── php_pcre.h
│   │   │   ├── tests
│   │   │   └── upgrade-pcre.php
│   │   ├── pdo
│   │   │   ├── CREDITS
│   │   │   ├── Makefile.frag
│   │   │   ├── README
│   │   │   ├── TODO
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── package2.xml
│   │   │   ├── pdo.c
│   │   │   ├── pdo.php
│   │   │   ├── pdo_dbh.c
│   │   │   ├── pdo_sql_parser.c
│   │   │   ├── pdo_sql_parser.re
│   │   │   ├── pdo_sqlstate.c
│   │   │   ├── pdo_stmt.c
│   │   │   ├── php_pdo.h
│   │   │   ├── php_pdo_driver.h
│   │   │   ├── php_pdo_int.h
│   │   │   └── tests
│   │   ├── pdo_dblib
│   │   │   ├── CREDITS
│   │   │   ├── README
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── dblib_driver.c
│   │   │   ├── dblib_stmt.c
│   │   │   ├── package2.xml
│   │   │   ├── pdo_dblib.c
│   │   │   ├── php_pdo_dblib.h
│   │   │   ├── php_pdo_dblib_int.h
│   │   │   └── tests
│   │   ├── pdo_firebird
│   │   │   ├── CREDITS
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── firebird_driver.c
│   │   │   ├── firebird_statement.c
│   │   │   ├── package2.xml
│   │   │   ├── pdo_firebird.c
│   │   │   ├── php_pdo_firebird.h
│   │   │   ├── php_pdo_firebird_int.h
│   │   │   └── tests
│   │   ├── pdo_mysql
│   │   │   ├── CREDITS
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── get_error_codes.php
│   │   │   ├── mysql_driver.c
│   │   │   ├── mysql_statement.c
│   │   │   ├── package2.xml
│   │   │   ├── pdo_mysql.c
│   │   │   ├── php_pdo_mysql.h
│   │   │   ├── php_pdo_mysql_int.h
│   │   │   ├── php_pdo_mysql_sqlstate.h
│   │   │   └── tests
│   │   ├── pdo_oci
│   │   │   ├── CREDITS
│   │   │   ├── EXPERIMENTAL
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── oci_driver.c
│   │   │   ├── oci_statement.c
│   │   │   ├── package2.xml
│   │   │   ├── pdo_oci.c
│   │   │   ├── php_pdo_oci.h
│   │   │   ├── php_pdo_oci_int.h
│   │   │   └── tests
│   │   ├── pdo_odbc
│   │   │   ├── CREDITS
│   │   │   ├── EXPERIMENTAL
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── odbc_driver.c
│   │   │   ├── odbc_stmt.c
│   │   │   ├── package2.xml
│   │   │   ├── pdo_odbc.c
│   │   │   ├── php_pdo_odbc.h
│   │   │   ├── php_pdo_odbc_int.h
│   │   │   └── tests
│   │   ├── pdo_pgsql
│   │   │   ├── CREDITS
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── package2.xml
│   │   │   ├── pdo_pgsql.c
│   │   │   ├── pgsql_driver.c
│   │   │   ├── pgsql_statement.c
│   │   │   ├── php_pdo_pgsql.h
│   │   │   ├── php_pdo_pgsql_int.h
│   │   │   └── tests
│   │   ├── pdo_sqlite
│   │   │   ├── CREDITS
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── package2.xml
│   │   │   ├── pdo_sqlite.c
│   │   │   ├── php_pdo_sqlite.h
│   │   │   ├── php_pdo_sqlite_int.h
│   │   │   ├── sqlite_driver.c
│   │   │   ├── sqlite_statement.c
│   │   │   └── tests
│   │   ├── pgsql
│   │   │   ├── CREDITS
│   │   │   ├── README
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── mysql_users.php
│   │   │   ├── pgsql.c
│   │   │   ├── pgsql.dsp
│   │   │   ├── pgsql.mak
│   │   │   ├── php_pgsql.h
│   │   │   └── tests
│   │   ├── phar
│   │   │   ├── CREDITS
│   │   │   ├── LICENSE
│   │   │   ├── Makefile.frag
│   │   │   ├── TODO
│   │   │   ├── build_precommand.php
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── dirstream.c
│   │   │   ├── dirstream.h
│   │   │   ├── func_interceptors.c
│   │   │   ├── func_interceptors.h
│   │   │   ├── gdbhelp
│   │   │   ├── makestub.php
│   │   │   ├── package.xml
│   │   │   ├── phar
│   │   │   ├── phar.1.in
│   │   │   ├── phar.c
│   │   │   ├── phar.phar.1.in
│   │   │   ├── phar_internal.h
│   │   │   ├── phar_object.c
│   │   │   ├── phar_path_check.c
│   │   │   ├── phar_path_check.re
│   │   │   ├── pharzip.h
│   │   │   ├── php_phar.h
│   │   │   ├── shortarc.php
│   │   │   ├── stream.c
│   │   │   ├── stream.h
│   │   │   ├── stub.h
│   │   │   ├── tar.c
│   │   │   ├── tar.h
│   │   │   ├── tests
│   │   │   ├── util.c
│   │   │   └── zip.c
│   │   ├── posix
│   │   │   ├── CREDITS
│   │   │   ├── config.m4
│   │   │   ├── package.xml
│   │   │   ├── php_posix.h
│   │   │   ├── posix.c
│   │   │   └── tests
│   │   ├── pspell
│   │   │   ├── CREDITS
│   │   │   ├── README
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── php_pspell.h
│   │   │   ├── pspell.c
│   │   │   ├── pspell.dsp
│   │   │   └── tests
│   │   ├── readline
│   │   │   ├── CREDITS
│   │   │   ├── README.libedit
│   │   │   ├── config.m4
│   │   │   ├── php_readline.h
│   │   │   ├── readline.c
│   │   │   ├── readline_cli.c
│   │   │   ├── readline_cli.h
│   │   │   └── tests
│   │   ├── recode
│   │   │   ├── CREDITS
│   │   │   ├── config.m4
│   │   │   ├── config9.m4
│   │   │   ├── php_recode.h
│   │   │   └── recode.c
│   │   ├── reflection
│   │   │   ├── CREDITS
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── php_reflection.c
│   │   │   ├── php_reflection.h
│   │   │   └── tests
│   │   ├── session
│   │   │   ├── CREDITS
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── mod_files.bat
│   │   │   ├── mod_files.c
│   │   │   ├── mod_files.h
│   │   │   ├── mod_files.sh
│   │   │   ├── mod_mm.c
│   │   │   ├── mod_mm.h
│   │   │   ├── mod_user.c
│   │   │   ├── mod_user.h
│   │   │   ├── mod_user_class.c
│   │   │   ├── package.xml
│   │   │   ├── php_session.h
│   │   │   ├── session.c
│   │   │   └── tests
│   │   ├── shmop
│   │   │   ├── CREDITS
│   │   │   ├── README
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── package.xml
│   │   │   ├── package2.xml
│   │   │   ├── php_shmop.h
│   │   │   ├── shmop.c
│   │   │   ├── shmop.dsp
│   │   │   └── tests
│   │   ├── simplexml
│   │   │   ├── CREDITS
│   │   │   ├── README
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── examples
│   │   │   ├── php_simplexml.h
│   │   │   ├── php_simplexml_exports.h
│   │   │   ├── simplexml.c
│   │   │   ├── simplexml.dsp
│   │   │   ├── sxe.c
│   │   │   ├── sxe.h
│   │   │   └── tests
│   │   ├── skeleton
│   │   │   ├── CREDITS
│   │   │   ├── EXPERIMENTAL
│   │   │   ├── create_stubs
│   │   │   ├── php_skeleton.h
│   │   │   ├── skeleton.c
│   │   │   ├── skeleton.dsp
│   │   │   ├── skeleton.php
│   │   │   └── tests
│   │   ├── snmp
│   │   │   ├── CREDITS
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── php_snmp.h
│   │   │   ├── snmp.c
│   │   │   ├── snmp.dsp
│   │   │   └── tests
│   │   ├── soap
│   │   │   ├── CREDITS
│   │   │   ├── TODO
│   │   │   ├── TODO.old
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── interop
│   │   │   ├── package.xml
│   │   │   ├── php_encoding.c
│   │   │   ├── php_encoding.h
│   │   │   ├── php_http.c
│   │   │   ├── php_http.h
│   │   │   ├── php_packet_soap.c
│   │   │   ├── php_packet_soap.h
│   │   │   ├── php_schema.c
│   │   │   ├── php_schema.h
│   │   │   ├── php_sdl.c
│   │   │   ├── php_sdl.h
│   │   │   ├── php_soap.dsp
│   │   │   ├── php_soap.h
│   │   │   ├── php_xml.c
│   │   │   ├── php_xml.h
│   │   │   ├── soap.c
│   │   │   └── tests
│   │   ├── sockets
│   │   │   ├── CREDITS
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── conversions.c
│   │   │   ├── conversions.h
│   │   │   ├── multicast.c
│   │   │   ├── multicast.h
│   │   │   ├── package.xml
│   │   │   ├── php_sockets.h
│   │   │   ├── sendrecvmsg.c
│   │   │   ├── sendrecvmsg.h
│   │   │   ├── sockaddr_conv.c
│   │   │   ├── sockaddr_conv.h
│   │   │   ├── sockets.c
│   │   │   ├── sockets.dsp
│   │   │   ├── tests
│   │   │   ├── unix_socket_constants.h
│   │   │   ├── win32_socket_constants.h
│   │   │   └── windows_common.h
│   │   ├── spl
│   │   │   ├── README
│   │   │   ├── examples
│   │   │   ├── spl.php
│   │   │   ├── spl_exceptions.c
│   │   │   ├── spl_fixedarray.c
│   │   │   └── tests
│   │   ├── sqlite3
│   │   │   ├── CREDITS
│   │   │   ├── config.w32
│   │   │   ├── config0.m4
│   │   │   ├── libsqlite
│   │   │   ├── php_sqlite3.h
│   │   │   ├── php_sqlite3_structs.h
│   │   │   ├── sqlite3.c
│   │   │   └── tests
│   │   ├── standard
│   │   │   ├── Makefile.frag
│   │   │   ├── array.c
│   │   │   ├── assert.c
│   │   │   ├── base64.c
│   │   │   ├── base64.h
│   │   │   ├── basic_functions.c
│   │   │   ├── basic_functions.h
│   │   │   ├── browscap.c
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── crc32.c
│   │   │   ├── crc32.h
│   │   │   ├── credits.c
│   │   │   ├── credits.h
│   │   │   ├── credits_ext.h
│   │   │   ├── credits_sapi.h
│   │   │   ├── crypt.c
│   │   │   ├── crypt_blowfish.c
│   │   │   ├── crypt_blowfish.h
│   │   │   ├── crypt_freesec.c
│   │   │   ├── crypt_freesec.h
│   │   │   ├── crypt_sha256.c
│   │   │   ├── crypt_sha512.c
│   │   │   ├── css.c
│   │   │   ├── css.h
│   │   │   ├── cyr_convert.c
│   │   │   ├── cyr_convert.h
│   │   │   ├── datetime.c
│   │   │   ├── datetime.h
│   │   │   ├── dir.c
│   │   │   ├── dl.c
│   │   │   ├── dl.h
│   │   │   ├── dns.c
│   │   │   ├── dns_win32.c
│   │   │   ├── exec.c
│   │   │   ├── exec.h
│   │   │   ├── file.c
│   │   │   ├── file.h
│   │   │   ├── filestat.c
│   │   │   ├── filters.c
│   │   │   ├── flock_compat.c
│   │   │   ├── flock_compat.h
│   │   │   ├── formatted_print.c
│   │   │   ├── fsock.c
│   │   │   ├── fsock.h
│   │   │   ├── ftok.c
│   │   │   ├── ftp_fopen_wrapper.c
│   │   │   ├── head.c
│   │   │   ├── head.h
│   │   │   ├── html.c
│   │   │   ├── html.h
│   │   │   ├── html_tables
│   │   │   ├── html_tables.h
│   │   │   ├── http.c
│   │   │   ├── http_fopen_wrapper.c
│   │   │   ├── image.c
│   │   │   ├── incomplete_class.c
│   │   │   ├── info.c
│   │   │   ├── info.h
│   │   │   ├── iptc.c
│   │   │   ├── lcg.c
│   │   │   ├── levenshtein.c
│   │   │   ├── link.c
│   │   │   ├── link_win32.c
│   │   │   ├── mail.c
│   │   │   ├── math.c
│   │   │   ├── md5.c
│   │   │   ├── md5.h
│   │   │   ├── metaphone.c
│   │   │   ├── microtime.c
│   │   │   ├── microtime.h
│   │   │   ├── pack.c
│   │   │   ├── pack.h
│   │   │   ├── pageinfo.c
│   │   │   ├── pageinfo.h
│   │   │   ├── password.c
│   │   │   ├── php_array.h
│   │   │   ├── php_assert.h
│   │   │   ├── php_browscap.h
│   │   │   ├── php_crypt.h
│   │   │   ├── php_crypt_r.c
│   │   │   ├── php_crypt_r.h
│   │   │   ├── php_dir.h
│   │   │   ├── php_dns.h
│   │   │   ├── php_ext_syslog.h
│   │   │   ├── php_filestat.h
│   │   │   ├── php_fopen_wrapper.c
│   │   │   ├── php_fopen_wrappers.h
│   │   │   ├── php_ftok.h
│   │   │   ├── php_http.h
│   │   │   ├── php_image.h
│   │   │   ├── php_incomplete_class.h
│   │   │   ├── php_iptc.h
│   │   │   ├── php_lcg.h
│   │   │   ├── php_link.h
│   │   │   ├── php_mail.h
│   │   │   ├── php_math.h
│   │   │   ├── php_metaphone.h
│   │   │   ├── php_password.h
│   │   │   ├── php_rand.h
│   │   │   ├── php_smart_str.h
│   │   │   ├── php_smart_str_public.h
│   │   │   ├── php_standard.h
│   │   │   ├── php_string.h
│   │   │   ├── php_type.h
│   │   │   ├── php_uuencode.h
│   │   │   ├── php_var.h
│   │   │   ├── php_versioning.h
│   │   │   ├── proc_open.c
│   │   │   ├── proc_open.h
│   │   │   ├── quot_print.c
│   │   │   ├── quot_print.h
│   │   │   ├── rand.c
│   │   │   ├── scanf.c
│   │   │   ├── scanf.h
│   │   │   ├── sha1.c
│   │   │   ├── sha1.h
│   │   │   ├── soundex.c
│   │   │   ├── streamsfuncs.c
│   │   │   ├── streamsfuncs.h
│   │   │   ├── string.c
│   │   │   ├── strnatcmp.c
│   │   │   ├── syslog.c
│   │   │   ├── tests
│   │   │   ├── type.c
│   │   │   ├── uniqid.c
│   │   │   ├── uniqid.h
│   │   │   ├── url.c
│   │   │   ├── url.h
│   │   │   ├── url_scanner_ex.c
│   │   │   ├── url_scanner_ex.h
│   │   │   ├── url_scanner_ex.re
│   │   │   ├── user_filters.c
│   │   │   ├── uuencode.c
│   │   │   ├── var.c
│   │   │   ├── var_unserializer.c
│   │   │   ├── var_unserializer.re
│   │   │   ├── versioning.c
│   │   │   └── winver.h
│   │   ├── sybase_ct
│   │   │   ├── CREDITS
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── php_sybase_ct.c
│   │   │   ├── php_sybase_ct.h
│   │   │   ├── sybase_ct.dsp
│   │   │   └── tests
│   │   ├── sysvmsg
│   │   │   ├── CREDITS
│   │   │   ├── config.m4
│   │   │   ├── package.xml
│   │   │   ├── php_sysvmsg.h
│   │   │   ├── sysvmsg.c
│   │   │   └── tests
│   │   ├── sysvsem
│   │   │   ├── CREDITS
│   │   │   ├── config.m4
│   │   │   ├── package.xml
│   │   │   ├── php_sysvsem.h
│   │   │   ├── sysvsem.c
│   │   │   └── tests
│   │   ├── sysvshm
│   │   │   ├── CREDITS
│   │   │   ├── config.m4
│   │   │   ├── package.xml
│   │   │   ├── php_sysvshm.h
│   │   │   ├── sysvshm.c
│   │   │   └── tests
│   │   ├── tidy
│   │   │   ├── CREDITS
│   │   │   ├── README
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── examples
│   │   │   ├── package.xml
│   │   │   ├── php_tidy.def
│   │   │   ├── php_tidy.h
│   │   │   ├── tests
│   │   │   ├── tidy.c
│   │   │   └── tidy.dsp
│   │   ├── tokenizer
│   │   │   ├── CREDITS
│   │   │   ├── Makefile.frag
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── package.xml
│   │   │   ├── php_tokenizer.h
│   │   │   ├── tests
│   │   │   ├── tokenizer.c
│   │   │   ├── tokenizer.dsp
│   │   │   ├── tokenizer.php
│   │   │   ├── tokenizer_data.c
│   │   │   └── tokenizer_data_gen.sh
│   │   ├── wddx
│   │   │   ├── CREDITS
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── package.xml
│   │   │   ├── php_wddx.h
│   │   │   ├── php_wddx_api.h
│   │   │   ├── tests
│   │   │   └── wddx.c
│   │   ├── xml
│   │   │   ├── CREDITS
│   │   │   ├── compat.c
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── expat_compat.h
│   │   │   ├── package.xml
│   │   │   ├── php_xml.h
│   │   │   ├── tests
│   │   │   ├── xml.c
│   │   │   └── xml.mak
│   │   ├── xmlreader
│   │   │   ├── CREDITS
│   │   │   ├── README
│   │   │   ├── TODO
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── examples
│   │   │   ├── package.xml
│   │   │   ├── php_xmlreader.c
│   │   │   ├── php_xmlreader.h
│   │   │   ├── tests
│   │   │   └── xmlreader.dsp
│   │   ├── xmlrpc
│   │   │   ├── CREDITS
│   │   │   ├── EXPERIMENTAL
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── libxmlrpc
│   │   │   ├── php_xmlrpc.h
│   │   │   ├── tests
│   │   │   ├── xmlrpc-epi-php.c
│   │   │   └── xmlrpc.dsp
│   │   ├── xmlwriter
│   │   │   ├── CREDITS
│   │   │   ├── TODO
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── examples
│   │   │   ├── package.xml
│   │   │   ├── package2.xml
│   │   │   ├── php_xmlwriter.c
│   │   │   ├── php_xmlwriter.h
│   │   │   ├── tests
│   │   │   └── xmlwriter.dsp
│   │   ├── xsl
│   │   │   ├── CREDITS
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── php_xsl.c
│   │   │   ├── php_xsl.h
│   │   │   ├── tests
│   │   │   ├── xsl.dsp
│   │   │   ├── xsl_fe.h
│   │   │   └── xsltprocessor.c
│   │   ├── zip
│   │   │   ├── CREDITS
│   │   │   ├── LICENSE_libzip
│   │   │   ├── TODO
│   │   │   ├── config.m4
│   │   │   ├── config.w32
│   │   │   ├── examples
│   │   │   ├── lib
│   │   │   ├── php_zip.c
│   │   │   ├── php_zip.h
│   │   │   ├── tests
│   │   │   └── zip_stream.c
│   │   └── zlib
│   │       ├── CREDITS
│   │       ├── config.w32
│   │       ├── config0.m4
│   │       ├── package.xml
│   │       ├── php_zlib.def
│   │       ├── php_zlib.h
│   │       ├── tests
│   │       ├── zlib.c
│   │       ├── zlib.dsp
│   │       ├── zlib_filter.c
│   │       ├── zlib_fopen_wrapper.c
│   │       └── zlib_win32_howto.txt
│   └── php5.spec.in
└── 好例子网_php-5.5.10.tar.bz2

188 directories, 943 files


标签: php 5.1 10 AR hp

实例下载地址

php-5.5.10.tar.bz2

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警