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

_php-4.3.9.tar.gz

PHP语言基础

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

实例介绍

【实例简介】_php-4.3.9.tar.gz
PHP Development Team is proud to announce the immediate release of PHP 4.3.9. This is a maintenance release that in addition to over 50 non-critical bug fixes, addresses a problem with GPC input ...

【实例截图】

from clipboard

【核心代码】

.
├── _php-4.3.9.tar.gz_php-4.3.9.tar.gz
└── php-4.3.9
    ├── CODING_STANDARDS
    ├── CREDITS
    ├── EXTENSIONS
    ├── INSTALL
    ├── LICENSE
    ├── Makefile.frag
    ├── Makefile.global
    ├── NEWS
    ├── README.CVS-RULES
    ├── README.EXTENSIONS
    ├── README.EXT_SKEL
    ├── README.PARAMETER_PARSING_API
    ├── README.QNX
    ├── README.SELF-CONTAINED-EXTENSIONS
    ├── README.STREAMS
    ├── README.SUBMITTING_PATCH
    ├── README.TESTING
    ├── README.UNIX-BUILD-SYSTEM
    ├── README.Zeus
    ├── TODO
    ├── TODO_SEGFAULTS
    ├── TSRM
    │   ├── LICENSE
    │   ├── Makefile.am
    │   ├── TODO
    │   ├── TSRM.c
    │   ├── TSRM.dsp
    │   ├── TSRM.h
    │   ├── acconfig.h
    │   ├── acinclude.m4
    │   ├── build.mk
    │   ├── buildconf
    │   ├── configure.in
    │   ├── readdir.h
    │   ├── threads.m4
    │   ├── tsrm.m4
    │   ├── tsrm_config.nw.h
    │   ├── tsrm_config.w32.h
    │   ├── tsrm_config_common.h
    │   ├── tsrm_nw.c
    │   ├── tsrm_nw.h
    │   ├── tsrm_strtok_r.c
    │   ├── tsrm_strtok_r.h
    │   ├── tsrm_virtual_cwd.c
    │   ├── tsrm_virtual_cwd.h
    │   ├── tsrm_win32.c
    │   └── tsrm_win32.h
    ├── Zend
    │   ├── ChangeLog
    │   ├── FlexLexer.h
    │   ├── LICENSE
    │   ├── Makefile.am
    │   ├── ZEND_CHANGES
    │   ├── Zend.dsp
    │   ├── Zend.m4
    │   ├── ZendCore.dep
    │   ├── ZendTS.dsp
    │   ├── acconfig.h
    │   ├── acinclude.m4
    │   ├── build.mk
    │   ├── buildconf
    │   ├── configure.in
    │   ├── flex.skl
    │   ├── zend.c
    │   ├── zend.h
    │   ├── zend.ico
    │   ├── zend_API.c
    │   ├── zend_API.h
    │   ├── zend_alloc.c
    │   ├── zend_alloc.h
    │   ├── zend_builtin_functions.c
    │   ├── zend_builtin_functions.h
    │   ├── zend_compile.c
    │   ├── zend_compile.h
    │   ├── zend_config.w32.h
    │   ├── zend_constants.c
    │   ├── zend_constants.h
    │   ├── zend_dynamic_array.c
    │   ├── zend_dynamic_array.h
    │   ├── zend_errors.h
    │   ├── zend_execute.c
    │   ├── zend_execute.h
    │   ├── zend_execute_API.c
    │   ├── zend_execute_globals.h
    │   ├── zend_execute_locks.h
    │   ├── zend_extensions.c
    │   ├── zend_extensions.h
    │   ├── zend_fast_cache.h
    │   ├── zend_globals.h
    │   ├── zend_globals_macros.h
    │   ├── zend_hash.c
    │   ├── zend_hash.h
    │   ├── zend_highlight.c
    │   ├── zend_highlight.h
    │   ├── zend_indent.c
    │   ├── zend_indent.h
    │   ├── zend_ini.c
    │   ├── zend_ini.h
    │   ├── zend_ini_parser.c
    │   ├── zend_ini_parser.h
    │   ├── zend_ini_parser.output
    │   ├── zend_ini_parser.y
    │   ├── zend_ini_scanner.c
    │   ├── zend_ini_scanner.h
    │   ├── zend_ini_scanner.l
    │   ├── zend_istdiostream.h
    │   ├── zend_language_parser.c
    │   ├── zend_language_parser.h
    │   ├── zend_language_parser.output
    │   ├── zend_language_parser.y
    │   ├── zend_language_scanner.c
    │   ├── zend_language_scanner.h
    │   ├── zend_language_scanner.l
    │   ├── zend_list.c
    │   ├── zend_list.h
    │   ├── zend_llist.c
    │   ├── zend_llist.h
    │   ├── zend_modules.h
    │   ├── zend_multibyte.c
    │   ├── zend_multibyte.h
    │   ├── zend_multiply.h
    │   ├── zend_opcode.c
    │   ├── zend_operators.c
    │   ├── zend_operators.h
    │   ├── zend_ptr_stack.c
    │   ├── zend_ptr_stack.h
    │   ├── zend_qsort.c
    │   ├── zend_qsort.h
    │   ├── zend_sprintf.c
    │   ├── zend_stack.c
    │   ├── zend_stack.h
    │   ├── zend_static_allocator.c
    │   ├── zend_static_allocator.h
    │   ├── zend_types.h
    │   ├── zend_variables.c
    │   └── zend_variables.h
    ├── acconfig.h
    ├── acconfig.h.in
    ├── acinclude.m4
    ├── aclocal.m4
    ├── build
    │   ├── build.mk
    │   ├── build2.mk
    │   ├── buildcheck.sh
    │   ├── config-stubs
    │   ├── genif.sh
    │   ├── mkdep.awk
    │   ├── print_include.awk
    │   ├── scan_makefile_in.awk
    │   └── shtool
    ├── buildconf
    ├── config.guess
    ├── config.sub
    ├── configure
    ├── configure.in
    ├── cvsclean
    ├── ext
    │   ├── bcmath
    │   │   ├── CREDITS
    │   │   ├── bcmath.c
    │   │   ├── config.m4
    │   │   ├── libbcmath
    │   │   │   ├── AUTHORS
    │   │   │   ├── COPYING.LIB
    │   │   │   ├── ChangeLog
    │   │   │   ├── FAQ
    │   │   │   ├── INSTALL
    │   │   │   ├── Makefile.am
    │   │   │   ├── NEWS
    │   │   │   ├── README
    │   │   │   ├── acconfig.h
    │   │   │   ├── aclocal.m4
    │   │   │   ├── config.h.in
    │   │   │   ├── configure
    │   │   │   ├── configure.in
    │   │   │   ├── install-sh
    │   │   │   ├── missing
    │   │   │   ├── mkinstalldirs
    │   │   │   └── src
    │   │   │       ├── Makefile.am
    │   │   │       ├── add.c
    │   │   │       ├── bcmath.h
    │   │   │       ├── compare.c
    │   │   │       ├── config.h
    │   │   │       ├── debug.c
    │   │   │       ├── div.c
    │   │   │       ├── divmod.c
    │   │   │       ├── doaddsub.c
    │   │   │       ├── init.c
    │   │   │       ├── int2num.c
    │   │   │       ├── nearzero.c
    │   │   │       ├── neg.c
    │   │   │       ├── num2long.c
    │   │   │       ├── num2str.c
    │   │   │       ├── outofmem.c
    │   │   │       ├── output.c
    │   │   │       ├── private.h
    │   │   │       ├── raise.c
    │   │   │       ├── raisemod.c
    │   │   │       ├── recmul.c
    │   │   │       ├── rmzero.c
    │   │   │       ├── rt.c
    │   │   │       ├── sqrt.c
    │   │   │       ├── str2num.c
    │   │   │       ├── sub.c
    │   │   │       └── zero.c
    │   │   ├── php_bcmath.h
    │   │   └── tests
    │   │       ├── bcadd.phpt
    │   │       ├── bccomp.phpt
    │   │       ├── bcdiv.phpt
    │   │       ├── bcmod.phpt
    │   │       ├── bcmul.phpt
    │   │       ├── bcpow.phpt
    │   │       ├── bcscale.phpt
    │   │       ├── bcsqrt.phpt
    │   │       └── bcsub.phpt
    │   ├── bz2
    │   │   ├── CREDITS
    │   │   ├── bz2.c
    │   │   ├── bz2.dsp
    │   │   ├── config.m4
    │   │   ├── package.xml
    │   │   ├── php_bz2.h
    │   │   └── tests
    │   │       ├── with_files.phpt
    │   │       └── with_strings.phpt
    │   ├── calendar
    │   │   ├── CREDITS
    │   │   ├── cal_unix.c
    │   │   ├── calendar.c
    │   │   ├── config.m4
    │   │   ├── dow.c
    │   │   ├── easter.c
    │   │   ├── french.c
    │   │   ├── gregor.c
    │   │   ├── jewish.c
    │   │   ├── julian.c
    │   │   ├── php_calendar.h
    │   │   └── sdncal.h
    │   ├── com
    │   │   ├── COM.c
    │   │   ├── CREDITS
    │   │   ├── TODO
    │   │   ├── VARIANT.c
    │   │   ├── com.h
    │   │   ├── conversion.c
    │   │   ├── conversion.h
    │   │   ├── dispatch.c
    │   │   ├── php_COM.h
    │   │   ├── php_VARIANT.h
    │   │   └── variant.h
    │   ├── cpdf
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── cpdf.c
    │   │   ├── cpdf.dsp
    │   │   └── php_cpdf.h
    │   ├── crack
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── config.m4
    │   │   ├── crack.c
    │   │   ├── crack.dsp
    │   │   ├── php_crack.h
    │   │   └── tests
    │   │       └── 001.phpt
    │   ├── ctype
    │   │   ├── CREDITS
    │   │   ├── README
    │   │   ├── config.m4
    │   │   ├── ctype.c
    │   │   ├── ctype.dsp
    │   │   ├── ctype.xml
    │   │   ├── php_ctype.h
    │   │   └── tests
    │   │       ├── 001.phpt
    │   │       ├── 002.phpt
    │   │       └── bug25745.phpt
    │   ├── curl
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── curl.c
    │   │   ├── curl.dsp
    │   │   ├── curlstreams.c
    │   │   └── php_curl.h
    │   ├── cyrus
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── cyrus.c
    │   │   └── php_cyrus.h
    │   ├── db
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── db.c
    │   │   ├── db.dsp
    │   │   ├── php_db.h
    │   │   └── tests
    │   │       ├── 001.phpt
    │   │       ├── 002.phpt
    │   │       ├── 003.phpt
    │   │       ├── 004.phpt
    │   │       ├── 005.phpt
    │   │       ├── 006.phpt
    │   │       └── test.inc
    │   ├── dba
    │   │   ├── CREDITS
    │   │   ├── README
    │   │   ├── config.m4
    │   │   ├── dba.c
    │   │   ├── dba.dsp
    │   │   ├── dba_cdb.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
    │   │   ├── install_cdb.sh
    │   │   ├── libcdb
    │   │   │   ├── cdb.c
    │   │   │   ├── cdb.h
    │   │   │   ├── cdb_make.c
    │   │   │   ├── cdb_make.h
    │   │   │   ├── uint32.c
    │   │   │   └── uint32.h
    │   │   ├── libflatfile
    │   │   │   ├── flatfile.c
    │   │   │   └── flatfile.h
    │   │   ├── libinifile
    │   │   │   ├── inifile.c
    │   │   │   └── inifile.h
    │   │   ├── php_cdb.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
    │   │   └── tests
    │   │       ├── dba001.phpt
    │   │       ├── dba002.phpt
    │   │       ├── dba003.phpt
    │   │       ├── dba004.phpt
    │   │       ├── dba005.phpt
    │   │       ├── dba006.phpt
    │   │       ├── dba007.phpt
    │   │       ├── dba008.phpt
    │   │       ├── dba009.phpt
    │   │       ├── dba_cdb.phpt
    │   │       ├── dba_cdb_make.phpt
    │   │       ├── dba_cdb_read.phpt
    │   │       ├── dba_db2.phpt
    │   │       ├── dba_db3.phpt
    │   │       ├── dba_db4.phpt
    │   │       ├── dba_dbm.phpt
    │   │       ├── dba_flatfile.phpt
    │   │       ├── dba_gdbm.phpt
    │   │       ├── dba_handler.inc
    │   │       ├── dba_inifile.phpt
    │   │       ├── dba_ndbm.phpt
    │   │       ├── skipif.inc
    │   │       ├── test.cdb
    │   │       └── test.inc
    │   ├── dbase
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── dbase.c
    │   │   ├── dbase.dsp
    │   │   ├── dbf.h
    │   │   ├── dbf_head.c
    │   │   ├── dbf_head.h
    │   │   ├── dbf_misc.c
    │   │   ├── dbf_misc.h
    │   │   ├── dbf_ndx.c
    │   │   ├── dbf_ndx.h
    │   │   ├── dbf_rec.c
    │   │   ├── dbf_rec.h
    │   │   └── php_dbase.h
    │   ├── dbx
    │   │   ├── CREDITS
    │   │   ├── INSTALL
    │   │   ├── config.m4
    │   │   ├── dbx.c
    │   │   ├── dbx.dsp
    │   │   ├── dbx.h
    │   │   ├── dbx_fbsql.c
    │   │   ├── dbx_fbsql.h
    │   │   ├── dbx_mssql.c
    │   │   ├── dbx_mssql.h
    │   │   ├── dbx_mysql.c
    │   │   ├── dbx_mysql.h
    │   │   ├── dbx_oci8.c
    │   │   ├── dbx_oci8.h
    │   │   ├── dbx_odbc.c
    │   │   ├── dbx_odbc.h
    │   │   ├── dbx_pgsql.c
    │   │   ├── dbx_pgsql.h
    │   │   ├── dbx_sybasect.c
    │   │   ├── dbx_sybasect.h
    │   │   ├── howto_extend_dbx.html
    │   │   ├── php_dbx.h
    │   │   └── tests
    │   │       ├── 001.phpt
    │   │       ├── 002.phpt
    │   │       ├── 003.phpt
    │   │       ├── 004.phpt
    │   │       ├── 005.phpt
    │   │       ├── 006.phpt
    │   │       ├── 007.phpt
    │   │       ├── 008.phpt
    │   │       ├── 009.phpt
    │   │       ├── dbx_test.p
    │   │       ├── dbx_test.pgsql.script
    │   │       ├── dbx_test.script
    │   │       └── skipif.inc
    │   ├── dio
    │   │   ├── EXPERIMENTAL
    │   │   ├── config.m4
    │   │   ├── dio.c
    │   │   ├── php_dio.h
    │   │   └── tests
    │   │       └── 001.phpt
    │   ├── domxml
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── TODO
    │   │   ├── config.m4
    │   │   ├── domxml.dsp
    │   │   ├── php_domxml.c
    │   │   ├── php_domxml.h
    │   │   └── tests
    │   │       ├── area_list.xsl
    │   │       ├── area_name.xml
    │   │       ├── bug23326.phpt
    │   │       ├── bug25900.phpt
    │   │       ├── bug26384.phpt
    │   │       ├── domxml001.phpt
    │   │       ├── domxml002.phpt
    │   │       ├── domxml_test.inc
    │   │       ├── skipif.inc
    │   │       └── xmldoc.phpt
    │   ├── dotnet
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── README
    │   │   ├── dotnet.cpp
    │   │   ├── dotnet.dsp
    │   │   ├── dotnet.php
    │   │   └── php_dotnet.h
    │   ├── exif
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── example.php
    │   │   ├── exif.c
    │   │   ├── exif.dsp
    │   │   ├── php_exif.h
    │   │   ├── test.php
    │   │   ├── test.txt
    │   │   └── tests
    │   │       ├── exif000.phpt
    │   │       ├── exif001.phpt
    │   │       ├── exif002.phpt
    │   │       ├── exif003.phpt
    │   │       ├── exif004.phpt
    │   │       ├── exif005.phpt
    │   │       ├── test1.jpg
    │   │       ├── test2.jpg
    │   │       ├── test3.jpg
    │   │       ├── test4.jpg
    │   │       └── test5.jpg
    │   ├── ext_skel
    │   ├── ext_skel_win32.php
    │   ├── fbsql
    │   │   ├── CREDITS
    │   │   ├── Readme_w32.txt
    │   │   ├── config.m4
    │   │   ├── fbsql.dsp
    │   │   ├── php_fbsql.c
    │   │   └── php_fbsql.h
    │   ├── fdf
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── fdf.c
    │   │   ├── fdf.dsp
    │   │   ├── php_fdf.h
    │   │   └── tests
    │   │       ├── 01-general.phpt
    │   │       ├── 02-values.phpt
    │   │       ├── 03-read-file.phpt
    │   │       └── simple.fdf
    │   ├── filepro
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── filepro.c
    │   │   ├── filepro.dsp
    │   │   └── php_filepro.h
    │   ├── fribidi
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── README
    │   │   ├── config.m4
    │   │   ├── fribidi.c
    │   │   ├── fribidi.dsp
    │   │   ├── php_fribidi.h
    │   │   └── tests
    │   │       ├── 001.phpt
    │   │       └── 002.phpt
    │   ├── ftp
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── ftp.c
    │   │   ├── ftp.h
    │   │   ├── php_ftp.c
    │   │   └── php_ftp.h
    │   ├── gd
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── gd.c
    │   │   ├── gd.dsp
    │   │   ├── gd_ctx.c
    │   │   ├── gdcache.c
    │   │   ├── gdcache.h
    │   │   ├── gdttf.c
    │   │   ├── gdttf.h
    │   │   ├── libgd
    │   │   │   ├── README
    │   │   │   ├── gd.c
    │   │   │   ├── gd.h
    │   │   │   ├── gd2copypal.c
    │   │   │   ├── gd2time.c
    │   │   │   ├── gd2topng.c
    │   │   │   ├── gd_arc_f_buggy.c
    │   │   │   ├── gd_gd.c
    │   │   │   ├── gd_gd2.c
    │   │   │   ├── gd_gif_in.c
    │   │   │   ├── gd_gif_out.c
    │   │   │   ├── gd_io.c
    │   │   │   ├── gd_io.h
    │   │   │   ├── gd_io_dp.c
    │   │   │   ├── gd_io_file.c
    │   │   │   ├── gd_io_ss.c
    │   │   │   ├── gd_jpeg.c
    │   │   │   ├── gd_png.c
    │   │   │   ├── gd_ss.c
    │   │   │   ├── gd_topal.c
    │   │   │   ├── gd_wbmp.c
    │   │   │   ├── gdcache.c
    │   │   │   ├── gdcache.h
    │   │   │   ├── gddemo.c
    │   │   │   ├── gdfontg.c
    │   │   │   ├── gdfontg.h
    │   │   │   ├── gdfontl.c
    │   │   │   ├── gdfontl.h
    │   │   │   ├── gdfontmb.c
    │   │   │   ├── gdfontmb.h
    │   │   │   ├── gdfonts.c
    │   │   │   ├── gdfonts.h
    │   │   │   ├── gdfontt.c
    │   │   │   ├── gdfontt.h
    │   │   │   ├── gdft.c
    │   │   │   ├── gdhelpers.c
    │   │   │   ├── gdhelpers.h
    │   │   │   ├── gdkanji.c
    │   │   │   ├── gdparttopng.c
    │   │   │   ├── gdtables.c
    │   │   │   ├── gdtest.c
    │   │   │   ├── gdtestft.c
    │   │   │   ├── gdtopng.c
    │   │   │   ├── gdxpm.c
    │   │   │   ├── jisx0208.h
    │   │   │   ├── mathmake.c
    │   │   │   ├── pngtogd.c
    │   │   │   ├── pngtogd2.c
    │   │   │   ├── testac.c
    │   │   │   ├── wbmp.c
    │   │   │   ├── wbmp.h
    │   │   │   ├── webpng.c
    │   │   │   └── xbm.c
    │   │   ├── php_gd.h
    │   │   └── tests
    │   │       ├── bug19366.phpt
    │   │       ├── bug22544.phpt
    │   │       ├── bug24155.phpt
    │   │       ├── bug24594.phpt
    │   │       ├── bug27582_1.phpt
    │   │       ├── bug28147.phpt
    │   │       ├── bug28984.phpt
    │   │       ├── conv_test.gif
    │   │       ├── conv_test.jpeg
    │   │       ├── conv_test.png
    │   │       ├── conv_test.xpm
    │   │       ├── gif2gd.phpt
    │   │       ├── gif2jpg.phpt
    │   │       ├── gif2png.phpt
    │   │       ├── jpeg2png.phpt
    │   │       ├── jpg2gd.phpt
    │   │       ├── png2gd.phpt
    │   │       ├── xpm2gd.phpt
    │   │       ├── xpm2jpg.phpt
    │   │       └── xpm2png.phpt
    │   ├── gettext
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── gettext.c
    │   │   ├── gettext.dsp
    │   │   ├── php_gettext.h
    │   │   └── tests
    │   │       ├── gettext_basic.phpt
    │   │       └── locale
    │   │           └── fi
    │   │               └── LC_MESSAGES
    │   │                   ├── messages.mo
    │   │                   └── messages.po
    │   ├── gmp
    │   │   ├── CREDITS
    │   │   ├── README
    │   │   ├── TODO
    │   │   ├── config.m4
    │   │   ├── gmp.c
    │   │   ├── php_gmp.h
    │   │   └── tests
    │   │       ├── 001.phpt
    │   │       ├── 002.phpt
    │   │       └── 003.phpt
    │   ├── hwapi
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── hwapi.cpp
    │   │   └── php_hwapi.h
    │   ├── hyperwave
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── debug.h
    │   │   ├── hg_comm.c
    │   │   ├── hg_comm.h
    │   │   ├── hw.c
    │   │   ├── hw_error.h
    │   │   ├── hyperwave.dsp
    │   │   └── php_hyperwave.h
    │   ├── iconv
    │   │   ├── config.m4
    │   │   ├── iconv.c
    │   │   ├── iconv.dsp
    │   │   ├── php_iconv.h
    │   │   └── tests
    │   │       ├── Quotes.UTF-8
    │   │       ├── bug16069.phpt
    │   │       ├── eucjp2iso2022jp.phpt
    │   │       ├── eucjp2sjis.phpt
    │   │       ├── eucjp2utf8.phpt
    │   │       ├── iconv001.phpt
    │   │       ├── iconv002.phpt
    │   │       ├── iconv003.phpt
    │   │       ├── ob_iconv_handler.phpt
    │   │       ├── skipif.inc
    │   │       ├── test.inc
    │   │       ├── translit-failure.phpt
    │   │       └── translit-utf8.phpt
    │   ├── imap
    │   │   ├── CREDITS
    │   │   ├── IMAP_Win32_HOWTO.txt
    │   │   ├── config.m4
    │   │   ├── imap.dsp
    │   │   ├── php_imap.c
    │   │   └── php_imap.h
    │   ├── informix
    │   │   ├── CREDITS
    │   │   ├── Makefile.frag
    │   │   ├── config.m4
    │   │   ├── ifx.dsp
    │   │   ├── ifx.ec
    │   │   ├── php_informix.h
    │   │   └── php_informix_includes.h
    │   ├── ingres_ii
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── README
    │   │   ├── config.m4
    │   │   ├── ii.c
    │   │   ├── ii.h
    │   │   ├── ingres.dsp
    │   │   └── php_ii.h
    │   ├── interbase
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── interbase.c
    │   │   ├── interbase.dsp
    │   │   ├── php_interbase.h
    │   │   └── tests
    │   │       ├── 002.phpt
    │   │       ├── 003.phpt
    │   │       ├── 004.phpt
    │   │       ├── 005.phpt
    │   │       ├── 006.phpt
    │   │       ├── interbase.inc
    │   │       └── skipif.inc
    │   ├── ircg
    │   │   ├── CREDITS
    │   │   ├── Makefile.frag
    │   │   ├── README.txt
    │   │   ├── config.m4
    │   │   ├── ircg.c
    │   │   ├── ircg.php
    │   │   ├── ircg_scanner.c
    │   │   ├── ircg_scanner.re
    │   │   └── php_ircg.h
    │   ├── java
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── Makefile.frag
    │   │   ├── README
    │   │   ├── config.m4
    │   │   ├── except.php
    │   │   ├── java.c
    │   │   ├── java.dsp
    │   │   ├── jawt.php
    │   │   ├── jver.php
    │   │   └── reflect.java
    │   ├── ldap
    │   │   ├── CREDITS
    │   │   ├── LDAP_Win32_HOWTO.txt
    │   │   ├── config.m4
    │   │   ├── ldap.c
    │   │   ├── ldap.dsp
    │   │   ├── ldap.mak
    │   │   └── php_ldap.h
    │   ├── mbstring
    │   │   ├── CREDITS
    │   │   ├── README
    │   │   ├── README.libmbfl
    │   │   ├── README_PHP3-i18n-ja
    │   │   ├── config.m4
    │   │   ├── libmbfl
    │   │   │   ├── AUTHORS
    │   │   │   ├── DISCLAIMER
    │   │   │   ├── INSTALL
    │   │   │   ├── LICENSE
    │   │   │   ├── Makefile.am
    │   │   │   ├── Makefile.bcc32
    │   │   │   ├── README
    │   │   │   ├── buildconf
    │   │   │   ├── config.h.bcc32
    │   │   │   ├── config.h.in
    │   │   │   ├── config.h.vc6
    │   │   │   ├── configure.in
    │   │   │   ├── cvsclean
    │   │   │   ├── filters
    │   │   │   │   ├── Makefile.am
    │   │   │   │   ├── Makefile.bcc32
    │   │   │   │   ├── cp932_table.h
    │   │   │   │   ├── html_entities.c
    │   │   │   │   ├── html_entities.h
    │   │   │   │   ├── mbfilter_7bit.c
    │   │   │   │   ├── mbfilter_7bit.h
    │   │   │   │   ├── mbfilter_ascii.c
    │   │   │   │   ├── mbfilter_ascii.h
    │   │   │   │   ├── mbfilter_base64.c
    │   │   │   │   ├── mbfilter_base64.h
    │   │   │   │   ├── mbfilter_big5.c
    │   │   │   │   ├── mbfilter_big5.h
    │   │   │   │   ├── mbfilter_byte2.c
    │   │   │   │   ├── mbfilter_byte2.h
    │   │   │   │   ├── mbfilter_byte4.c
    │   │   │   │   ├── mbfilter_byte4.h
    │   │   │   │   ├── mbfilter_cp1251.c
    │   │   │   │   ├── mbfilter_cp1251.h
    │   │   │   │   ├── mbfilter_cp1252.c
    │   │   │   │   ├── mbfilter_cp1252.h
    │   │   │   │   ├── mbfilter_cp866.c
    │   │   │   │   ├── mbfilter_cp866.h
    │   │   │   │   ├── mbfilter_cp932.c
    │   │   │   │   ├── mbfilter_cp932.h
    │   │   │   │   ├── mbfilter_cp936.c
    │   │   │   │   ├── mbfilter_cp936.h
    │   │   │   │   ├── mbfilter_euc_cn.c
    │   │   │   │   ├── mbfilter_euc_cn.h
    │   │   │   │   ├── mbfilter_euc_jp.c
    │   │   │   │   ├── mbfilter_euc_jp.h
    │   │   │   │   ├── mbfilter_euc_jp_win.c
    │   │   │   │   ├── mbfilter_euc_jp_win.h
    │   │   │   │   ├── mbfilter_euc_kr.c
    │   │   │   │   ├── mbfilter_euc_kr.h
    │   │   │   │   ├── mbfilter_euc_tw.c
    │   │   │   │   ├── mbfilter_euc_tw.h
    │   │   │   │   ├── mbfilter_htmlent.c
    │   │   │   │   ├── mbfilter_htmlent.h
    │   │   │   │   ├── mbfilter_hz.c
    │   │   │   │   ├── mbfilter_hz.h
    │   │   │   │   ├── mbfilter_iso2022_kr.c
    │   │   │   │   ├── mbfilter_iso2022_kr.h
    │   │   │   │   ├── mbfilter_iso8859_1.c
    │   │   │   │   ├── mbfilter_iso8859_1.h
    │   │   │   │   ├── mbfilter_iso8859_10.c
    │   │   │   │   ├── mbfilter_iso8859_10.h
    │   │   │   │   ├── mbfilter_iso8859_13.c
    │   │   │   │   ├── mbfilter_iso8859_13.h
    │   │   │   │   ├── mbfilter_iso8859_14.c
    │   │   │   │   ├── mbfilter_iso8859_14.h
    │   │   │   │   ├── mbfilter_iso8859_15.c
    │   │   │   │   ├── mbfilter_iso8859_15.h
    │   │   │   │   ├── mbfilter_iso8859_2.c
    │   │   │   │   ├── mbfilter_iso8859_2.h
    │   │   │   │   ├── mbfilter_iso8859_3.c
    │   │   │   │   ├── mbfilter_iso8859_3.h
    │   │   │   │   ├── mbfilter_iso8859_4.c
    │   │   │   │   ├── mbfilter_iso8859_4.h
    │   │   │   │   ├── mbfilter_iso8859_5.c
    │   │   │   │   ├── mbfilter_iso8859_5.h
    │   │   │   │   ├── mbfilter_iso8859_6.c
    │   │   │   │   ├── mbfilter_iso8859_6.h
    │   │   │   │   ├── mbfilter_iso8859_7.c
    │   │   │   │   ├── mbfilter_iso8859_7.h
    │   │   │   │   ├── mbfilter_iso8859_8.c
    │   │   │   │   ├── mbfilter_iso8859_8.h
    │   │   │   │   ├── mbfilter_iso8859_9.c
    │   │   │   │   ├── mbfilter_iso8859_9.h
    │   │   │   │   ├── mbfilter_jis.c
    │   │   │   │   ├── mbfilter_jis.h
    │   │   │   │   ├── mbfilter_koi8r.c
    │   │   │   │   ├── mbfilter_koi8r.h
    │   │   │   │   ├── mbfilter_qprint.c
    │   │   │   │   ├── mbfilter_qprint.h
    │   │   │   │   ├── mbfilter_sjis.c
    │   │   │   │   ├── mbfilter_sjis.h
    │   │   │   │   ├── mbfilter_ucs2.c
    │   │   │   │   ├── mbfilter_ucs2.h
    │   │   │   │   ├── mbfilter_ucs4.c
    │   │   │   │   ├── mbfilter_ucs4.h
    │   │   │   │   ├── mbfilter_uhc.c
    │   │   │   │   ├── mbfilter_uhc.h
    │   │   │   │   ├── mbfilter_utf16.c
    │   │   │   │   ├── mbfilter_utf16.h
    │   │   │   │   ├── mbfilter_utf32.c
    │   │   │   │   ├── mbfilter_utf32.h
    │   │   │   │   ├── mbfilter_utf7.c
    │   │   │   │   ├── mbfilter_utf7.h
    │   │   │   │   ├── mbfilter_utf7imap.c
    │   │   │   │   ├── mbfilter_utf7imap.h
    │   │   │   │   ├── mbfilter_utf8.c
    │   │   │   │   ├── mbfilter_utf8.h
    │   │   │   │   ├── mbfilter_uuencode.c
    │   │   │   │   ├── mbfilter_uuencode.h
    │   │   │   │   ├── unicode_prop.h
    │   │   │   │   ├── unicode_table_big5.h
    │   │   │   │   ├── unicode_table_cns11643.h
    │   │   │   │   ├── unicode_table_cp1251.h
    │   │   │   │   ├── unicode_table_cp1252.h
    │   │   │   │   ├── unicode_table_cp866.h
    │   │   │   │   ├── unicode_table_cp932_ext.h
    │   │   │   │   ├── unicode_table_cp936.h
    │   │   │   │   ├── unicode_table_iso8859_10.h
    │   │   │   │   ├── unicode_table_iso8859_13.h
    │   │   │   │   ├── unicode_table_iso8859_14.h
    │   │   │   │   ├── unicode_table_iso8859_15.h
    │   │   │   │   ├── unicode_table_iso8859_2.h
    │   │   │   │   ├── unicode_table_iso8859_3.h
    │   │   │   │   ├── unicode_table_iso8859_4.h
    │   │   │   │   ├── unicode_table_iso8859_5.h
    │   │   │   │   ├── unicode_table_iso8859_6.h
    │   │   │   │   ├── unicode_table_iso8859_7.h
    │   │   │   │   ├── unicode_table_iso8859_8.h
    │   │   │   │   ├── unicode_table_iso8859_9.h
    │   │   │   │   ├── unicode_table_jis.h
    │   │   │   │   ├── unicode_table_koi8r.h
    │   │   │   │   └── unicode_table_uhc.h
    │   │   │   ├── libmbfl.dsp
    │   │   │   ├── libmbfl.dsw
    │   │   │   ├── mbfl
    │   │   │   │   ├── Makefile.am
    │   │   │   │   ├── Makefile.bcc32
    │   │   │   │   ├── mbfilter.c
    │   │   │   │   ├── mbfilter.h
    │   │   │   │   ├── mbfilter_8bit.c
    │   │   │   │   ├── mbfilter_8bit.h
    │   │   │   │   ├── mbfilter_pass.c
    │   │   │   │   ├── mbfilter_pass.h
    │   │   │   │   ├── mbfilter_wchar.c
    │   │   │   │   ├── mbfilter_wchar.h
    │   │   │   │   ├── mbfl_allocators.c
    │   │   │   │   ├── mbfl_allocators.h
    │   │   │   │   ├── mbfl_consts.h
    │   │   │   │   ├── mbfl_convert.c
    │   │   │   │   ├── mbfl_convert.h
    │   │   │   │   ├── mbfl_defs.h
    │   │   │   │   ├── mbfl_encoding.c
    │   │   │   │   ├── mbfl_encoding.h
    │   │   │   │   ├── mbfl_filter_output.c
    │   │   │   │   ├── mbfl_filter_output.h
    │   │   │   │   ├── mbfl_ident.c
    │   │   │   │   ├── mbfl_ident.h
    │   │   │   │   ├── mbfl_language.c
    │   │   │   │   ├── mbfl_language.h
    │   │   │   │   ├── mbfl_memory_device.c
    │   │   │   │   ├── mbfl_memory_device.h
    │   │   │   │   ├── mbfl_string.c
    │   │   │   │   └── mbfl_string.h
    │   │   │   ├── mbfl.def
    │   │   │   ├── mbfl.rc
    │   │   │   ├── mksbcc32.bat
    │   │   │   ├── nls
    │   │   │   │   ├── Makefile.am
    │   │   │   │   ├── Makefile.bcc32
    │   │   │   │   ├── nls_de.c
    │   │   │   │   ├── nls_de.h
    │   │   │   │   ├── nls_en.c
    │   │   │   │   ├── nls_en.h
    │   │   │   │   ├── nls_ja.c
    │   │   │   │   ├── nls_ja.h
    │   │   │   │   ├── nls_kr.c
    │   │   │   │   ├── nls_kr.h
    │   │   │   │   ├── nls_neutral.c
    │   │   │   │   ├── nls_neutral.h
    │   │   │   │   ├── nls_ru.c
    │   │   │   │   ├── nls_ru.h
    │   │   │   │   ├── nls_uni.c
    │   │   │   │   ├── nls_uni.h
    │   │   │   │   ├── nls_zh.c
    │   │   │   │   └── nls_zh.h
    │   │   │   ├── rules.mak.bcc32
    │   │   │   └── tests
    │   │   │       └── sample.c
    │   │   ├── mbregex
    │   │   │   ├── COPYING.LIB
    │   │   │   ├── mbregex.c
    │   │   │   └── mbregex.h
    │   │   ├── mbstring.c
    │   │   ├── mbstring.dsp
    │   │   ├── mbstring.h
    │   │   ├── php_mbregex.c
    │   │   ├── php_mbregex.h
    │   │   ├── php_unicode.c
    │   │   ├── php_unicode.h
    │   │   ├── tests
    │   │   │   ├── bug20087.phpt
    │   │   │   ├── bug25140.phpt
    │   │   │   ├── bug26639.phpt
    │   │   │   ├── casefold.phpt
    │   │   │   ├── common.inc
    │   │   │   ├── htmlent.phpt
    │   │   │   ├── ini_language.phpt
    │   │   │   ├── mb_convert_encoding.phpt
    │   │   │   ├── mb_convert_variables.phpt
    │   │   │   ├── mb_detect_encoding.phpt
    │   │   │   ├── mb_detect_order.phpt
    │   │   │   ├── mb_ereg-compat-01.phpt
    │   │   │   ├── mb_ereg-compat-02.phpt
    │   │   │   ├── mb_ereg.phpt
    │   │   │   ├── mb_ereg_replace-compat-01.phpt
    │   │   │   ├── mb_ereg_replace-compat-02.phpt
    │   │   │   ├── mb_ereg_replace-compat-03.phpt
    │   │   │   ├── mb_ereg_replace-compat-04.phpt
    │   │   │   ├── mb_ereg_replace-compat-05.phpt
    │   │   │   ├── mb_ereg_replace-compat-06.phpt
    │   │   │   ├── mb_ereg_replace-compat-07.phpt
    │   │   │   ├── mb_ereg_replace-compat-08.phpt
    │   │   │   ├── mb_ereg_replace-compat-09.phpt
    │   │   │   ├── mb_ereg_replace-compat-10.phpt
    │   │   │   ├── mb_ereg_replace-compat-11.phpt
    │   │   │   ├── mb_ereg_replace-compat-12.phpt
    │   │   │   ├── mb_ereg_replace-compat-13.phpt
    │   │   │   ├── mb_ereg_replace.phpt
    │   │   │   ├── mb_ereg_search_xxx.phpt
    │   │   │   ├── mb_http_input.phpt
    │   │   │   ├── mb_http_output.phpt
    │   │   │   ├── mb_internal_encoding.phpt
    │   │   │   ├── mb_output_handler_euc_jp.phpt
    │   │   │   ├── mb_output_handler_shift_jis.phpt
    │   │   │   ├── mb_parse_str.phpt
    │   │   │   ├── mb_parse_str02.phpt
    │   │   │   ├── mb_preferred_mime_name.phpt
    │   │   │   ├── mb_regex_set_options.phpt
    │   │   │   ├── mb_send_mail01.phpt
    │   │   │   ├── mb_send_mail02.phpt
    │   │   │   ├── mb_send_mail03.phpt
    │   │   │   ├── mb_send_mail04.phpt
    │   │   │   ├── mb_send_mail05.phpt
    │   │   │   ├── mb_send_mail06.phpt
    │   │   │   ├── mb_send_mail07.phpt
    │   │   │   ├── mb_split-compat-01.phpt
    │   │   │   ├── mb_split.phpt
    │   │   │   ├── mb_strcut.phpt
    │   │   │   ├── mb_strimwidth.phpt
    │   │   │   ├── mb_strlen.phpt
    │   │   │   ├── mb_strpos.phpt
    │   │   │   ├── mb_strwidth.phpt
    │   │   │   ├── mb_substitute_character.phpt
    │   │   │   ├── mb_substr.phpt
    │   │   │   ├── mb_substr_count.phpt
    │   │   │   ├── overload01.phpt
    │   │   │   ├── overload02.phpt
    │   │   │   ├── php_gr_jp_10830.phpt
    │   │   │   ├── php_gr_jp_16242.phpt
    │   │   │   ├── php_gr_jp_dev_884-1.phpt
    │   │   │   ├── php_gr_jp_dev_884-2.phpt
    │   │   │   ├── simpletest.phpt
    │   │   │   ├── skipif.inc
    │   │   │   └── zend-multibyte.phpt
    │   │   └── unicode_data.h
    │   ├── mcal
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── php_mcal.c
    │   │   └── php_mcal.h
    │   ├── mcrypt
    │   │   ├── CREDITS
    │   │   ├── TODO
    │   │   ├── config.m4
    │   │   ├── mcrypt.c
    │   │   ├── mcrypt.dsp
    │   │   ├── php_mcrypt.h
    │   │   └── tests
    │   │       ├── blowfish.phpt
    │   │       ├── bug21039.phpt
    │   │       ├── bug8040.phpt
    │   │       └── vectors.txt
    │   ├── mcve
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── mcve.c
    │   │   ├── mcve.dsp
    │   │   ├── mcve.php
    │   │   ├── mcve_simple_test.php
    │   │   ├── mcve_test1.php
    │   │   ├── mcve_test2.php
    │   │   ├── php_mcve.h
    │   │   └── tests
    │   │       └── 001.phpt
    │   ├── mhash
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── mhash.c
    │   │   ├── mhash.dsp
    │   │   ├── php_mhash.h
    │   │   └── tests
    │   │       ├── 001.phpt
    │   │       ├── 002.phpt
    │   │       ├── 003.phpt
    │   │       └── skip.inc
    │   ├── mime_magic
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── TODO
    │   │   ├── config.m4
    │   │   ├── mime_magic.c
    │   │   ├── mime_magic.dsp
    │   │   ├── php_mime_magic.h
    │   │   └── phpmimemagic.h
    │   ├── ming
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── config.m4
    │   │   ├── ming.c
    │   │   ├── ming.dsp
    │   │   └── php_ming.h
    │   ├── mnogosearch
    │   │   ├── CREDITS
    │   │   ├── README
    │   │   ├── config.m4
    │   │   ├── index.php
    │   │   ├── php_mnogo.c
    │   │   └── php_mnogo.h
    │   ├── msession
    │   │   ├── CREDITS
    │   │   ├── README
    │   │   ├── config.m4
    │   │   ├── msession-test.php
    │   │   ├── msession.c
    │   │   ├── msession.php
    │   │   ├── php_msession.h
    │   │   └── reqclient.h
    │   ├── msql
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── msql.dsp
    │   │   ├── php_msql.c
    │   │   └── php_msql.h
    │   ├── mssql
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── mssql.dsp
    │   │   ├── mssql_win32_howto.txt
    │   │   ├── php_mssql.c
    │   │   └── php_mssql.h
    │   ├── mysql
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── libmysql
    │   │   │   ├── acinclude.m4
    │   │   │   ├── array.c
    │   │   │   ├── bchange.c
    │   │   │   ├── bmove.c
    │   │   │   ├── bmove_upp.c
    │   │   │   ├── charset.c
    │   │   │   ├── config-win.h
    │   │   │   ├── ctype.c
    │   │   │   ├── ctype_autoconf.c
    │   │   │   ├── ctype_extra_sources.c
    │   │   │   ├── dbug.c
    │   │   │   ├── dbug.h
    │   │   │   ├── default.c
    │   │   │   ├── dll.c
    │   │   │   ├── errmsg.c
    │   │   │   ├── errmsg.h
    │   │   │   ├── errors.c
    │   │   │   ├── fix_copyright
    │   │   │   ├── get_password.c
    │   │   │   ├── global.h
    │   │   │   ├── int2str.c
    │   │   │   ├── is_prefix.c
    │   │   │   ├── libmysql.c
    │   │   │   ├── libmysql.dsp
    │   │   │   ├── list.c
    │   │   │   ├── longlong2str.c
    │   │   │   ├── m_ctype.h
    │   │   │   ├── m_string.h
    │   │   │   ├── mf_casecnv.c
    │   │   │   ├── mf_dirname.c
    │   │   │   ├── mf_fn_ext.c
    │   │   │   ├── mf_format.c
    │   │   │   ├── mf_loadpath.c
    │   │   │   ├── mf_pack.c
    │   │   │   ├── mf_path.c
    │   │   │   ├── mf_unixpath.c
    │   │   │   ├── mf_wcomp.c
    │   │   │   ├── mulalloc.c
    │   │   │   ├── my_alarm.h
    │   │   │   ├── my_alloc.c
    │   │   │   ├── my_compress.c
    │   │   │   ├── my_config.h
    │   │   │   ├── my_create.c
    │   │   │   ├── my_delete.c
    │   │   │   ├── my_dir.h
    │   │   │   ├── my_div.c
    │   │   │   ├── my_error.c
    │   │   │   ├── my_fopen.c
    │   │   │   ├── my_getwd.c
    │   │   │   ├── my_init.c
    │   │   │   ├── my_lib.c
    │   │   │   ├── my_list.h
    │   │   │   ├── my_malloc.c
    │   │   │   ├── my_messnc.c
    │   │   │   ├── my_net.c
    │   │   │   ├── my_net.h
    │   │   │   ├── my_once.c
    │   │   │   ├── my_open.c
    │   │   │   ├── my_pthread.c
    │   │   │   ├── my_pthread.h
    │   │   │   ├── my_read.c
    │   │   │   ├── my_realloc.c
    │   │   │   ├── my_static.c
    │   │   │   ├── my_static.h
    │   │   │   ├── my_sys.h
    │   │   │   ├── my_tempnam.c
    │   │   │   ├── my_thr_init.c
    │   │   │   ├── my_wincond.c
    │   │   │   ├── my_winthread.c
    │   │   │   ├── my_write.c
    │   │   │   ├── mysql.h
    │   │   │   ├── mysql.m4
    │   │   │   ├── mysql_com.h
    │   │   │   ├── mysql_version.h
    │   │   │   ├── mysqld_error.h
    │   │   │   ├── mysys_err.h
    │   │   │   ├── mysys_priv.h
    │   │   │   ├── net.c
    │   │   │   ├── password.c
    │   │   │   ├── raid.h
    │   │   │   ├── safemalloc.c
    │   │   │   ├── stamp-h.in
    │   │   │   ├── str2int.c
    │   │   │   ├── strcend.c
    │   │   │   ├── strcont.c
    │   │   │   ├── strend.c
    │   │   │   ├── strfill.c
    │   │   │   ├── string.c
    │   │   │   ├── strinstr.c
    │   │   │   ├── strmake.c
    │   │   │   ├── strmov.c
    │   │   │   ├── strnmov.c
    │   │   │   ├── strto.c
    │   │   │   ├── strtoll.c
    │   │   │   ├── strtoull.c
    │   │   │   ├── strxmov.c
    │   │   │   ├── thr_alarm.h
    │   │   │   ├── thr_mutex.c
    │   │   │   ├── typelib.c
    │   │   │   ├── update_sources
    │   │   │   ├── violite.c
    │   │   │   └── violite.h
    │   │   ├── mysql.dsp
    │   │   ├── mysql.mak
    │   │   ├── php_mysql.c
    │   │   └── php_mysql.h
    │   ├── ncurses
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── c-prototypes
    │   │   ├── config.m4
    │   │   ├── example1.php
    │   │   ├── ncurses.c
    │   │   ├── ncurses.php
    │   │   ├── ncurses_fe.c
    │   │   ├── ncurses_functions.c
    │   │   ├── php_ncurses.h
    │   │   ├── php_ncurses_fe.h
    │   │   └── tests
    │   │       └── 001.phpt
    │   ├── notes
    │   │   ├── notes.dsp
    │   │   ├── notes.dsw
    │   │   ├── php_notes.c
    │   │   └── php_notes.h
    │   ├── oci8
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── oci8.c
    │   │   ├── oci8.dsp
    │   │   ├── php_oci8.h
    │   │   └── tests
    │   │       ├── bug26133.phpt
    │   │       ├── connect.inc
    │   │       ├── create_table.inc
    │   │       ├── drop_table.inc
    │   │       └── skipif.inc
    │   ├── odbc
    │   │   ├── CREDITS
    │   │   ├── birdstep.c
    │   │   ├── config.m4
    │   │   ├── php_birdstep.h
    │   │   ├── php_odbc.c
    │   │   ├── php_odbc.h
    │   │   └── php_odbc_includes.h
    │   ├── openssl
    │   │   ├── CREDITS
    │   │   ├── README
    │   │   ├── config0.m4
    │   │   ├── openssl.c
    │   │   ├── openssl.dsp
    │   │   ├── php_openssl.h
    │   │   └── tests
    │   │       ├── 001.phpt
    │   │       ├── bug25614.phpt
    │   │       └── skipif.inc
    │   ├── oracle
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── oracle.c
    │   │   ├── oracle.dsp
    │   │   └── php_oracle.h
    │   ├── overload
    │   │   ├── CREDITS
    │   │   ├── README
    │   │   ├── config.m4
    │   │   ├── overload.c
    │   │   ├── overload.dsp
    │   │   └── php_overload.h
    │   ├── ovrimos
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── ovrimos.c
    │   │   └── php_ovrimos.h
    │   ├── pcntl
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── README
    │   │   ├── config.m4
    │   │   ├── pcntl.c
    │   │   ├── php_pcntl.h
    │   │   ├── php_signal.c
    │   │   ├── php_signal.h
    │   │   ├── test-pcntl.php
    │   │   └── tests
    │   │       └── 001.phpt
    │   ├── pcre
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── pcrelib
    │   │   │   ├── AUTHORS
    │   │   │   ├── COPYING
    │   │   │   ├── ChangeLog
    │   │   │   ├── LICENCE
    │   │   │   ├── NEWS
    │   │   │   ├── NON-UNIX-USE
    │   │   │   ├── README
    │   │   │   ├── chartables.c
    │   │   │   ├── dftables.c
    │   │   │   ├── doc
    │   │   │   │   ├── Tech.Notes
    │   │   │   │   └── pcre.txt
    │   │   │   ├── get.c
    │   │   │   ├── internal.h
    │   │   │   ├── maketables.c
    │   │   │   ├── pcre.c
    │   │   │   ├── pcre.def
    │   │   │   ├── pcre.h
    │   │   │   ├── pcregrep.c
    │   │   │   ├── pcreposix.c
    │   │   │   ├── pcreposix.h
    │   │   │   ├── pcretest.c
    │   │   │   ├── study.c
    │   │   │   └── testdata
    │   │   │       ├── testinput1
    │   │   │       ├── testinput2
    │   │   │       ├── testinput3
    │   │   │       ├── testinput4
    │   │   │       ├── testinput5
    │   │   │       ├── testinput6
    │   │   │       ├── testoutput1
    │   │   │       ├── testoutput2
    │   │   │       ├── testoutput3
    │   │   │       ├── testoutput4
    │   │   │       ├── testoutput5
    │   │   │       └── testoutput6
    │   │   ├── php_pcre.c
    │   │   ├── php_pcre.h
    │   │   └── tests
    │   │       ├── bug20528.phpt
    │   │       └── bug26927.phpt
    │   ├── pdf
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── pdf.c
    │   │   ├── pdf.dsp
    │   │   └── php_pdf.h
    │   ├── pfpro
    │   │   ├── CREDITS
    │   │   ├── TODO
    │   │   ├── config.m4
    │   │   ├── pfpro.c
    │   │   └── php_pfpro.h
    │   ├── pgsql
    │   │   ├── CREDITS
    │   │   ├── README
    │   │   ├── config.m4
    │   │   ├── mysql_users.php
    │   │   ├── pgsql.c
    │   │   ├── pgsql.dsp
    │   │   ├── php_pgsql.h
    │   │   └── tests
    │   │       ├── 01createdb.phpt
    │   │       ├── 02connection.phpt
    │   │       ├── 03sync_query.phpt
    │   │       ├── 04async_query.phpt
    │   │       ├── 05large_object.phpt
    │   │       ├── 06copy.phpt
    │   │       ├── 07optional.phpt
    │   │       ├── 08escape.phpt
    │   │       ├── 09notice.phpt
    │   │       ├── 10pg_convert.phpt
    │   │       ├── 11pg_meta_data.phpt
    │   │       ├── 12pg_insert.phpt
    │   │       ├── 13pg_select.phpt
    │   │       ├── 14pg_update.phpt
    │   │       ├── 15pg_delete.phpt
    │   │       ├── 16pg_result_status.phpt
    │   │       ├── 17result.phpt
    │   │       ├── 18pg_escape_bytea.phpt
    │   │       ├── 19pg_ping.phpt
    │   │       ├── 20pg_get_pid.phpt
    │   │       ├── 21pg_get_notify.phpt
    │   │       ├── 80_bug14383.phpt
    │   │       ├── 98old_api.phpt
    │   │       ├── 9999dropdb.phpt
    │   │       ├── README
    │   │       ├── config.inc
    │   │       ├── php.gif
    │   │       └── skipif.inc
    │   ├── posix
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── php_posix.h
    │   │   └── posix.c
    │   ├── pspell
    │   │   ├── CREDITS
    │   │   ├── README
    │   │   ├── config.m4
    │   │   ├── php_pspell.h
    │   │   ├── pspell.c
    │   │   ├── pspell.dsp
    │   │   └── tests
    │   │       └── 01pspell_basic.phpt
    │   ├── qtdom
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── config.m4
    │   │   ├── qtdom.c
    │   │   ├── qtdom.h
    │   │   ├── qtdom.php
    │   │   ├── qtdom_qt.cpp
    │   │   └── qtdom_qt.h
    │   ├── readline
    │   │   ├── CREDITS
    │   │   ├── README.libedit
    │   │   ├── config.m4
    │   │   ├── php_readline.h
    │   │   └── readline.c
    │   ├── recode
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── php_recode.h
    │   │   └── recode.c
    │   ├── session
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── mod_files.c
    │   │   ├── mod_files.h
    │   │   ├── mod_files.sh
    │   │   ├── mod_mm.c
    │   │   ├── mod_mm.h
    │   │   ├── mod_user.c
    │   │   ├── mod_user.h
    │   │   ├── php_session.h
    │   │   ├── session.c
    │   │   └── tests
    │   │       ├── 001.phpt
    │   │       ├── 002.phpt
    │   │       ├── 003.phpt
    │   │       ├── 004.phpt
    │   │       ├── 005.phpt
    │   │       ├── 006.phpt
    │   │       ├── 007.phpt
    │   │       ├── 008-php4.2.3.phpt
    │   │       ├── 008.phpt
    │   │       ├── 009.phpt
    │   │       ├── 010.phpt
    │   │       ├── 011.phpt
    │   │       ├── 012.phpt
    │   │       ├── 013.phpt
    │   │       ├── 014.phpt
    │   │       ├── 015.phpt
    │   │       ├── 016.phpt
    │   │       ├── 017.phpt
    │   │       ├── 018.phpt
    │   │       ├── 019.phpt
    │   │       ├── 020.phpt
    │   │       ├── 021.phpt
    │   │       ├── bug24592.phpt
    │   │       ├── bug26862.phpt
    │   │       └── skipif.inc
    │   ├── shmop
    │   │   ├── CREDITS
    │   │   ├── README
    │   │   ├── config.m4
    │   │   ├── php_shmop.h
    │   │   ├── shmop.c
    │   │   ├── shmop.dsp
    │   │   └── tests
    │   │       └── 001.phpt
    │   ├── skeleton
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── create_stubs
    │   │   ├── php_skeleton.h
    │   │   ├── skeleton.c
    │   │   ├── skeleton.dsp
    │   │   ├── skeleton.php
    │   │   └── tests
    │   │       └── 001.phpt
    │   ├── snmp
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── php_snmp.h
    │   │   ├── snmp.c
    │   │   ├── snmp.dsp
    │   │   └── winsnmp.c
    │   ├── sockets
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── config.m4
    │   │   ├── php_sockets.h
    │   │   ├── php_sockets_win.c
    │   │   ├── php_sockets_win.h
    │   │   ├── sockets.c
    │   │   ├── sockets.dsp
    │   │   ├── sockets.php
    │   │   ├── unix_socket_constants.h
    │   │   └── win32_socket_constants.h
    │   ├── standard
    │   │   ├── CREDITS
    │   │   ├── Makefile.frag
    │   │   ├── aggregation.c
    │   │   ├── aggregation.h
    │   │   ├── array.c
    │   │   ├── assert.c
    │   │   ├── base64.c
    │   │   ├── base64.h
    │   │   ├── basic_functions.c
    │   │   ├── basic_functions.h
    │   │   ├── browscap.c
    │   │   ├── config.m4
    │   │   ├── crc32.c
    │   │   ├── crc32.h
    │   │   ├── credits.c
    │   │   ├── credits.h
    │   │   ├── credits_ext.h
    │   │   ├── credits_sapi.h
    │   │   ├── crypt.c
    │   │   ├── css.c
    │   │   ├── css.h
    │   │   ├── cyr_convert.c
    │   │   ├── cyr_convert.h
    │   │   ├── datetime.c
    │   │   ├── datetime.h
    │   │   ├── dir.c
    │   │   ├── dl.c
    │   │   ├── dl.h
    │   │   ├── dns.c
    │   │   ├── dns.h
    │   │   ├── exec.c
    │   │   ├── exec.h
    │   │   ├── file.c
    │   │   ├── file.h
    │   │   ├── filestat.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
    │   │   ├── http_fopen_wrapper.c
    │   │   ├── image.c
    │   │   ├── incomplete_class.c
    │   │   ├── info.c
    │   │   ├── info.h
    │   │   ├── iptc.c
    │   │   ├── lcg.c
    │   │   ├── levenshtein.c
    │   │   ├── link.c
    │   │   ├── mail.c
    │   │   ├── math.c
    │   │   ├── md5.c
    │   │   ├── md5.h
    │   │   ├── metaphone.c
    │   │   ├── microtime.c
    │   │   ├── microtime.h
    │   │   ├── pack.c
    │   │   ├── pack.h
    │   │   ├── pageinfo.c
    │   │   ├── pageinfo.h
    │   │   ├── parsedate.c
    │   │   ├── parsedate.h
    │   │   ├── parsedate.y
    │   │   ├── php_array.h
    │   │   ├── php_assert.h
    │   │   ├── php_browscap.h
    │   │   ├── php_crypt.h
    │   │   ├── php_dir.h
    │   │   ├── php_ext_syslog.h
    │   │   ├── php_filestat.h
    │   │   ├── php_fopen_wrapper.c
    │   │   ├── php_fopen_wrappers.h
    │   │   ├── php_ftok.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_parsedate.h
    │   │   ├── php_rand.h
    │   │   ├── php_smart_str.h
    │   │   ├── php_smart_str_public.h
    │   │   ├── php_standard.h
    │   │   ├── php_string.h
    │   │   ├── php_type.h
    │   │   ├── php_var.h
    │   │   ├── php_versioning.h
    │   │   ├── quot_print.c
    │   │   ├── quot_print.h
    │   │   ├── rand.c
    │   │   ├── reg.c
    │   │   ├── reg.h
    │   │   ├── scanf.c
    │   │   ├── scanf.h
    │   │   ├── sha1.c
    │   │   ├── sha1.h
    │   │   ├── soundex.c
    │   │   ├── string.c
    │   │   ├── strnatcmp.c
    │   │   ├── syslog.c
    │   │   ├── tests
    │   │   │   ├── aggregation
    │   │   │   │   ├── aggregate.lib
    │   │   │   │   ├── aggregate.phpt
    │   │   │   │   ├── aggregate_methods.phpt
    │   │   │   │   ├── aggregate_methods_by_list.phpt
    │   │   │   │   ├── aggregate_methods_by_regexp.phpt
    │   │   │   │   ├── aggregate_properties.phpt
    │   │   │   │   ├── aggregate_properties_by_list.phpt
    │   │   │   │   ├── aggregate_properties_by_regexp.phpt
    │   │   │   │   ├── aggregation_info.phpt
    │   │   │   │   ├── bug24871.phpt
    │   │   │   │   └── deaggregate.phpt
    │   │   │   ├── array
    │   │   │   │   ├── 001.phpt
    │   │   │   │   ├── 002.phpt
    │   │   │   │   ├── 003.phpt
    │   │   │   │   ├── 004.phpt
    │   │   │   │   ├── 005.phpt
    │   │   │   │   ├── 006.phpt
    │   │   │   │   ├── 007.phpt
    │   │   │   │   ├── 008.phpt
    │   │   │   │   ├── array_change_key_case.phpt
    │   │   │   │   ├── array_chunk.phpt
    │   │   │   │   ├── array_count_values.phpt
    │   │   │   │   ├── array_search.phpt
    │   │   │   │   ├── bug12776.phpt
    │   │   │   │   ├── bug14580.phpt
    │   │   │   │   ├── bug20381.phpt
    │   │   │   │   ├── bug20865.phpt
    │   │   │   │   ├── bug21182.phpt
    │   │   │   │   ├── bug21918.phpt
    │   │   │   │   ├── bug21998.phpt
    │   │   │   │   ├── bug22088.phpt
    │   │   │   │   ├── bug22463.phpt
    │   │   │   │   ├── bug23581.phpt
    │   │   │   │   ├── bug23788.phpt
    │   │   │   │   ├── bug24198.phpt
    │   │   │   │   ├── bug24220.phpt
    │   │   │   │   ├── bug24766.phpt
    │   │   │   │   ├── bug24897.phpt
    │   │   │   │   ├── bug24980.phpt
    │   │   │   │   ├── bug25708.phpt
    │   │   │   │   ├── bug25758.phpt
    │   │   │   │   ├── bug26458.phpt
    │   │   │   │   ├── bug28974.phpt
    │   │   │   │   ├── count_recursive.phpt
    │   │   │   │   ├── data.inc
    │   │   │   │   └── var_export.phpt
    │   │   │   ├── assert
    │   │   │   │   └── assert.phpt
    │   │   │   ├── file
    │   │   │   │   ├── 001-win32.phpt
    │   │   │   │   ├── 001.phpt
    │   │   │   │   ├── 002.phpt
    │   │   │   │   ├── 003-win32.phpt
    │   │   │   │   ├── 003.phpt
    │   │   │   │   ├── bug12556.phpt
    │   │   │   │   ├── bug20424.phpt
    │   │   │   │   ├── bug22362.phpt
    │   │   │   │   ├── bug22382.phpt
    │   │   │   │   ├── bug22414.phpt
    │   │   │   │   ├── bug24313.phpt
    │   │   │   │   ├── bug24482.phpt
    │   │   │   │   ├── bug26003.phpt
    │   │   │   │   ├── bug26634.phpt
    │   │   │   │   ├── bug26938.phpt
    │   │   │   │   ├── bug27183.phpt
    │   │   │   │   ├── fgetcsv.phpt
    │   │   │   │   ├── fopencookie.phpt
    │   │   │   │   ├── proc_open01.phpt
    │   │   │   │   ├── test.csv
    │   │   │   │   ├── test2.csv
    │   │   │   │   ├── test3.csv
    │   │   │   │   ├── test4.csv
    │   │   │   │   └── userstreams.phpt
    │   │   │   ├── general_functions
    │   │   │   │   ├── 001.phpt
    │   │   │   │   ├── 002.phpt
    │   │   │   │   ├── 003.phpt
    │   │   │   │   ├── 004.data
    │   │   │   │   ├── 004.phpt
    │   │   │   │   ├── 005.phpt
    │   │   │   │   ├── 006.phpt
    │   │   │   │   ├── 007.phpt
    │   │   │   │   ├── 008.phpt
    │   │   │   │   ├── 009.phpt
    │   │   │   │   ├── bug29038.phpt
    │   │   │   │   ├── getopt.phpt
    │   │   │   │   ├── highlight_heredoc.phpt
    │   │   │   │   ├── is_resource.phpt
    │   │   │   │   └── proc_open.phpt
    │   │   │   ├── image
    │   │   │   │   ├── 246x247.png
    │   │   │   │   ├── 384x385.png
    │   │   │   │   ├── bug13213.jpg
    │   │   │   │   ├── bug13213.phpt
    │   │   │   │   ├── getimagesize.phpt
    │   │   │   │   ├── getimagesize_246x247.phpt
    │   │   │   │   ├── getimagesize_384x385.phpt
    │   │   │   │   ├── getimagesize_swc.phpt
    │   │   │   │   ├── image_type_to_mime_type.phpt
    │   │   │   │   ├── skipif_imagetype.inc
    │   │   │   │   ├── test13pix.swf
    │   │   │   │   ├── test1pix.bmp
    │   │   │   │   ├── test1pix.jp2
    │   │   │   │   ├── test1pix.jpc
    │   │   │   │   ├── test1pix.jpg
    │   │   │   │   ├── test2pix.gif
    │   │   │   │   ├── test4pix.gif
    │   │   │   │   ├── test4pix.iff
    │   │   │   │   ├── test4pix.png
    │   │   │   │   ├── test4pix.psd
    │   │   │   │   ├── test4pix.swf
    │   │   │   │   └── test4pix.tif
    │   │   │   ├── math
    │   │   │   │   ├── abs.phpt
    │   │   │   │   ├── bug21523.phpt
    │   │   │   │   ├── bug24142.phpt
    │   │   │   │   ├── bug25665.phpt
    │   │   │   │   ├── bug25694.phpt
    │   │   │   │   ├── bug27646.phpt
    │   │   │   │   ├── bug28228.phpt
    │   │   │   │   ├── bug30069.phpt
    │   │   │   │   ├── floorceil.phpt
    │   │   │   │   ├── hexdec.phpt
    │   │   │   │   ├── log.phpt
    │   │   │   │   ├── pow.phpt
    │   │   │   │   └── round.phpt
    │   │   │   ├── reg
    │   │   │   │   ├── 001.phpt
    │   │   │   │   ├── 002.phpt
    │   │   │   │   ├── 003.phpt
    │   │   │   │   ├── 004.phpt
    │   │   │   │   ├── 005.phpt
    │   │   │   │   ├── 006.phpt
    │   │   │   │   ├── 007.phpt
    │   │   │   │   ├── 008.phpt
    │   │   │   │   ├── 009.phpt
    │   │   │   │   ├── 010.phpt
    │   │   │   │   ├── 011.phpt
    │   │   │   │   ├── 012.phpt
    │   │   │   │   ├── 013.phpt
    │   │   │   │   ├── 014.phpt
    │   │   │   │   ├── 015.phpt
    │   │   │   │   └── 016.phpt
    │   │   │   ├── serialize
    │   │   │   │   ├── 001.phpt
    │   │   │   │   ├── 002.phpt
    │   │   │   │   ├── 003.phpt
    │   │   │   │   ├── 004.phpt
    │   │   │   │   ├── bug21957.phpt
    │   │   │   │   ├── bug23298.phpt
    │   │   │   │   ├── bug24063.phpt
    │   │   │   │   └── bug25378.phpt
    │   │   │   ├── strings
    │   │   │   │   ├── 004.phpt
    │   │   │   │   ├── add-and-stripcslashes.phpt
    │   │   │   │   ├── add-and-stripslashes.phpt
    │   │   │   │   ├── bin2hex.phpt
    │   │   │   │   ├── bug20108.phpt
    │   │   │   │   ├── bug20169.phpt
    │   │   │   │   ├── bug20261.phpt
    │   │   │   │   ├── bug20927.phpt
    │   │   │   │   ├── bug20934.phpt
    │   │   │   │   ├── bug21338.phpt
    │   │   │   │   ├── bug21453.phpt
    │   │   │   │   ├── bug21730.phpt
    │   │   │   │   ├── bug21744.phpt
    │   │   │   │   ├── bug22008.phpt
    │   │   │   │   ├── bug22187.phpt
    │   │   │   │   ├── bug22207.phpt
    │   │   │   │   ├── bug22224.phpt
    │   │   │   │   ├── bug22227.phpt
    │   │   │   │   ├── bug23650.phpt
    │   │   │   │   ├── bug23894.phpt
    │   │   │   │   ├── bug24208.phpt
    │   │   │   │   ├── bug24312.phpt
    │   │   │   │   ├── bug25671.phpt
    │   │   │   │   ├── bug25707.phpt
    │   │   │   │   ├── bug26878.phpt
    │   │   │   │   ├── bug26973.phpt
    │   │   │   │   ├── bug27278.phpt
    │   │   │   │   ├── bug27295.phpt
    │   │   │   │   ├── bug27457.phpt
    │   │   │   │   ├── bug28386.phpt
    │   │   │   │   ├── bug28633.phpt
    │   │   │   │   ├── bug29075.phpt
    │   │   │   │   ├── chr_ord.phpt
    │   │   │   │   ├── chunk_split.phpt
    │   │   │   │   ├── count_chars.phpt
    │   │   │   │   ├── crc32.phpt
    │   │   │   │   ├── crypt.phpt
    │   │   │   │   ├── explode.phpt
    │   │   │   │   ├── htmlentities.phpt
    │   │   │   │   ├── htmlentities01.phpt
    │   │   │   │   ├── htmlentities02.phpt
    │   │   │   │   ├── htmlentities03.phpt
    │   │   │   │   ├── htmlentities04.phpt
    │   │   │   │   ├── htmlentities05.phpt
    │   │   │   │   ├── htmlentities06.phpt
    │   │   │   │   ├── htmlentities07.phpt
    │   │   │   │   ├── htmlentities08.phpt
    │   │   │   │   ├── htmlentities09.phpt
    │   │   │   │   ├── htmlentities10.phpt
    │   │   │   │   ├── htmlentities11.phpt
    │   │   │   │   ├── htmlentities12.phpt
    │   │   │   │   ├── htmlentities13.phpt
    │   │   │   │   ├── htmlentities14.phpt
    │   │   │   │   ├── htmlentities15.phpt
    │   │   │   │   ├── htmlentities16.phpt
    │   │   │   │   ├── implode.phpt
    │   │   │   │   ├── nl2br.phpt
    │   │   │   │   ├── sprintf_f.phpt
    │   │   │   │   ├── str_repeat.phpt
    │   │   │   │   ├── str_shuffle.phpt
    │   │   │   │   ├── strcspn.phpt
    │   │   │   │   ├── strings001.phpt
    │   │   │   │   ├── strip_tags.phpt
    │   │   │   │   ├── strpos.phpt
    │   │   │   │   ├── strrev.phpt
    │   │   │   │   ├── strspn.phpt
    │   │   │   │   ├── strstr.phpt
    │   │   │   │   ├── strtoupper.phpt
    │   │   │   │   ├── strtr.phpt
    │   │   │   │   ├── substr_count.phpt
    │   │   │   │   ├── trim.phpt
    │   │   │   │   ├── url_t.phpt
    │   │   │   │   └── wordwrap.phpt
    │   │   │   ├── time
    │   │   │   │   ├── 001.phpt
    │   │   │   │   ├── 002-win32.phpt
    │   │   │   │   ├── 002.phpt
    │   │   │   │   ├── 003.phpt
    │   │   │   │   ├── bug13142.phpt
    │   │   │   │   ├── bug21966.phpt
    │   │   │   │   ├── bug26198.phpt
    │   │   │   │   ├── bug26317.phpt
    │   │   │   │   ├── bug27719.phpt
    │   │   │   │   ├── bug27780.phpt
    │   │   │   │   └── mktime.phpt
    │   │   │   └── versioning
    │   │   │       └── version_compare.phpt
    │   │   ├── type.c
    │   │   ├── uniqid.c
    │   │   ├── uniqid.h
    │   │   ├── url.c
    │   │   ├── url.h
    │   │   ├── url_scanner.c
    │   │   ├── url_scanner.h
    │   │   ├── url_scanner_ex.c
    │   │   ├── url_scanner_ex.c.orig
    │   │   ├── url_scanner_ex.h
    │   │   ├── url_scanner_ex.re
    │   │   ├── var.c
    │   │   ├── var_unserializer.c
    │   │   ├── var_unserializer.c.orig
    │   │   ├── var_unserializer.re
    │   │   └── versioning.c
    │   ├── swf
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── php_swf.h
    │   │   └── swf.c
    │   ├── sybase
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── php_sybase_db.c
    │   │   └── php_sybase_db.h
    │   ├── sybase_ct
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── php_sybase_ct.c
    │   │   ├── php_sybase_ct.h
    │   │   └── sybase_ct.dsp
    │   ├── sysvmsg
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── config.m4
    │   │   ├── php_sysvmsg.h
    │   │   ├── sysvmsg.c
    │   │   └── tests
    │   │       └── 001.phpt
    │   ├── sysvsem
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── php_sysvsem.h
    │   │   ├── sysvsem.c
    │   │   └── tests
    │   │       └── sysv.phpt
    │   ├── sysvshm
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── php_sysvshm.h
    │   │   └── sysvshm.c
    │   ├── tokenizer
    │   │   ├── CREDITS
    │   │   ├── Makefile.frag
    │   │   ├── config.m4
    │   │   ├── php_tokenizer.h
    │   │   ├── tests
    │   │   │   └── bug26463.phpt
    │   │   ├── tokenizer.c
    │   │   ├── tokenizer.dsp
    │   │   └── tokenizer.php
    │   ├── w32api
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── README
    │   │   ├── TODO
    │   │   ├── php_w32api.h
    │   │   ├── w32api.c
    │   │   ├── w32api.dsp
    │   │   ├── w32api_function_definition_parser.y
    │   │   ├── w32api_function_definition_scanner.l
    │   │   ├── w32api_type_definition_parser.y
    │   │   └── w32api_type_definition_scanner.l
    │   ├── wddx
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── php_wddx.h
    │   │   ├── php_wddx_api.h
    │   │   ├── tests
    │   │   │   ├── 001.phpt
    │   │   │   ├── bug27287.phpt
    │   │   │   └── wddx.xml
    │   │   └── wddx.c
    │   ├── xml
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── expat
    │   │   │   ├── Changes
    │   │   │   ├── README
    │   │   │   ├── README.php
    │   │   │   ├── ascii.h
    │   │   │   ├── asciitab.h
    │   │   │   ├── expat.h
    │   │   │   ├── iasciitab.h
    │   │   │   ├── internal.h
    │   │   │   ├── latin1tab.h
    │   │   │   ├── nametab.h
    │   │   │   ├── utf8tab.h
    │   │   │   ├── winconfig.h
    │   │   │   ├── xmlparse.c
    │   │   │   ├── xmlrole.c
    │   │   │   ├── xmlrole.h
    │   │   │   ├── xmltok.c
    │   │   │   ├── xmltok.h
    │   │   │   ├── xmltok_impl.c
    │   │   │   ├── xmltok_impl.h
    │   │   │   └── xmltok_ns.c
    │   │   ├── php_xml.h
    │   │   ├── tests
    │   │   │   ├── inc.ent
    │   │   │   ├── skipif.inc
    │   │   │   ├── xml001.phpt
    │   │   │   ├── xml002.phpt
    │   │   │   ├── xml003.phpt
    │   │   │   ├── xml004.phpt
    │   │   │   ├── xml006.phpt
    │   │   │   ├── xml007.phpt
    │   │   │   └── xmltest.xml
    │   │   └── xml.c
    │   ├── xmlrpc
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── config.m4
    │   │   ├── libxmlrpc
    │   │   │   ├── README
    │   │   │   ├── acinclude.m4
    │   │   │   ├── base64.c
    │   │   │   ├── base64.h
    │   │   │   ├── encodings.c
    │   │   │   ├── encodings.h
    │   │   │   ├── queue.c
    │   │   │   ├── queue.h
    │   │   │   ├── simplestring.c
    │   │   │   ├── simplestring.h
    │   │   │   ├── system_methods.c
    │   │   │   ├── system_methods_private.h
    │   │   │   ├── xml_element.c
    │   │   │   ├── xml_element.h
    │   │   │   ├── xml_to_dandarpc.c
    │   │   │   ├── xml_to_dandarpc.h
    │   │   │   ├── xml_to_soap.c
    │   │   │   ├── xml_to_soap.h
    │   │   │   ├── xml_to_xmlrpc.c
    │   │   │   ├── xml_to_xmlrpc.h
    │   │   │   ├── xmlrpc.c
    │   │   │   ├── xmlrpc.h
    │   │   │   ├── xmlrpc.m4
    │   │   │   ├── xmlrpc_introspection.c
    │   │   │   ├── xmlrpc_introspection.h
    │   │   │   ├── xmlrpc_introspection_private.h
    │   │   │   ├── xmlrpc_private.h
    │   │   │   └── xmlrpc_win32.h
    │   │   ├── php_xmlrpc.h
    │   │   ├── xmlrpc-epi-php.c
    │   │   └── xmlrpc.dsp
    │   ├── xslt
    │   │   ├── README.XSLT-BACKENDS
    │   │   ├── TODO
    │   │   ├── config.m4
    │   │   ├── php_sablot.h
    │   │   ├── php_xslt.h
    │   │   ├── sablot.c
    │   │   ├── tests
    │   │   │   ├── args.xsl
    │   │   │   ├── bug17791.phpt
    │   │   │   ├── bug17931.phpt
    │   │   │   ├── bug20177.phpt
    │   │   │   ├── bug20518.phpt
    │   │   │   ├── param.xsl
    │   │   │   ├── public.xml
    │   │   │   ├── qa.dtd
    │   │   │   ├── skipif.inc
    │   │   │   ├── test.xml
    │   │   │   ├── xslt-001.phpt
    │   │   │   ├── xslt.phpt
    │   │   │   ├── xslt_backend_info.phpt
    │   │   │   ├── xslt_getopt.phpt
    │   │   │   ├── xslt_process-001.phpt
    │   │   │   ├── xslt_process-002.phpt
    │   │   │   ├── xslt_set_object.phpt
    │   │   │   ├── xslt_set_object.xsl
    │   │   │   ├── xslt_set_scheme_handlers-001.phpt
    │   │   │   ├── xslt_set_scheme_handlers-002.phpt
    │   │   │   ├── xslt_set_scheme_handlers-003.phpt
    │   │   │   └── xslt_setopt.phpt
    │   │   ├── xslt.c
    │   │   └── xslt.dsp
    │   ├── yaz
    │   │   ├── CREDITS
    │   │   ├── README
    │   │   ├── config.m4
    │   │   ├── php_yaz.c
    │   │   ├── php_yaz.h
    │   │   └── yaz.dsp
    │   ├── yp
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── php_yp.h
    │   │   └── yp.c
    │   ├── zip
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── php_zip.h
    │   │   ├── tests
    │   │   │   └── 001.phpt
    │   │   ├── zip.c
    │   │   └── zip.dsp
    │   └── zlib
    │       ├── CREDITS
    │       ├── config0.m4
    │       ├── php_zlib.h
    │       ├── tests
    │       │   ├── 001.phpt
    │       │   ├── 002.phpt
    │       │   ├── 003.phpt
    │       │   ├── gzreadgzwrite.phpt
    │       │   └── gzreadgzwriteplain.phpt
    │       ├── zlib.c
    │       ├── zlib.dsp
    │       ├── zlib_fopen_wrapper.c
    │       └── zlib_win32_howto.txt
    ├── footer
    ├── generated_lists
    ├── genfiles
    ├── header
    ├── install-sh
    ├── ltmain.sh
    ├── main
    │   ├── SAPI.c
    │   ├── SAPI.h
    │   ├── alloca.c
    │   ├── build-defs.h.in
    │   ├── config.nw.h
    │   ├── config.w32.h
    │   ├── fopen_wrappers.c
    │   ├── fopen_wrappers.h
    │   ├── internal_functions.c.in
    │   ├── internal_functions_registry.h
    │   ├── internal_functions_win32.c
    │   ├── logos.h
    │   ├── main.c
    │   ├── memory_streams.c
    │   ├── mergesort.c
    │   ├── network.c
    │   ├── output.c
    │   ├── php.h
    │   ├── php3_compat.h
    │   ├── php_compat.h
    │   ├── php_config.h.in
    │   ├── php_content_types.c
    │   ├── php_content_types.h
    │   ├── php_globals.h
    │   ├── php_ini.c
    │   ├── php_ini.h
    │   ├── php_logos.c
    │   ├── php_logos.h
    │   ├── php_main.h
    │   ├── php_memory_streams.h
    │   ├── php_network.h
    │   ├── php_open_temporary_file.c
    │   ├── php_open_temporary_file.h
    │   ├── php_output.h
    │   ├── php_reentrancy.h
    │   ├── php_regex.h
    │   ├── php_scandir.c
    │   ├── php_scandir.h
    │   ├── php_sprintf.c
    │   ├── php_streams.h
    │   ├── php_syslog.h
    │   ├── php_ticks.c
    │   ├── php_ticks.h
    │   ├── php_variables.c
    │   ├── php_variables.h
    │   ├── php_version.h
    │   ├── reentrancy.c
    │   ├── rfc1867.c
    │   ├── rfc1867.h
    │   ├── safe_mode.c
    │   ├── safe_mode.h
    │   ├── snprintf.c
    │   ├── snprintf.h
    │   ├── spprintf.c
    │   ├── spprintf.h
    │   ├── streams.c
    │   ├── strlcat.c
    │   ├── strlcpy.c
    │   ├── user_streams.c
    │   └── win95nt.h
    ├── makedist
    ├── makedist.ZendEngine2
    ├── makerpm
    ├── missing
    ├── mkinstalldirs
    ├── netware
    │   ├── ZendEngine2.mak
    │   ├── build.bat
    │   ├── buildext.bat
    │   ├── buildlib.bat
    │   ├── buildsapi.bat
    │   ├── common.mif
    │   ├── mktemp.h
    │   ├── php-nw.bat
    │   ├── php4apache.mak
    │   ├── phplib.imp
    │   ├── phplib.mak
    │   ├── pwd.h
    │   ├── sendmail.c
    │   ├── sendmail.h
    │   ├── setbuild.bat
    │   ├── start.c
    │   ├── sys
    │   │   └── stat.h
    │   ├── tsrm.mak
    │   └── zend.mak
    ├── pear
    │   ├── Archive
    │   │   ├── Tar.php
    │   │   └── docs
    │   │       └── Tar.txt
    │   ├── CMD.php
    │   ├── CODING_STANDARDS
    │   ├── Console
    │   │   ├── Getopt.php
    │   │   └── tests
    │   │       └── 001-getopt.phpt
    │   ├── Makefile.frag
    │   ├── OS
    │   │   └── Guess.php
    │   ├── PEAR
    │   │   ├── Autoloader.php
    │   │   ├── Builder.php
    │   │   ├── Command
    │   │   │   ├── Auth.php
    │   │   │   ├── Build.php
    │   │   │   ├── Common.php
    │   │   │   ├── Config.php
    │   │   │   ├── Install.php
    │   │   │   ├── Mirror.php
    │   │   │   ├── Package.php
    │   │   │   ├── Registry.php
    │   │   │   └── Remote.php
    │   │   ├── Command.php
    │   │   ├── Common.php
    │   │   ├── Config.php
    │   │   ├── Dependency.php
    │   │   ├── Downloader.php
    │   │   ├── ErrorStack.php
    │   │   ├── Frontend
    │   │   │   └── CLI.php
    │   │   ├── Installer.php
    │   │   ├── Packager.php
    │   │   ├── Registry.php
    │   │   └── Remote.php
    │   ├── PEAR.php
    │   ├── README
    │   ├── System.php
    │   ├── catalog
    │   ├── docs
    │   │   └── Archive_Tar.txt
    │   ├── go-pear.bat
    │   ├── install-pear.php
    │   ├── install-pear.txt
    │   ├── package-Archive_Tar.xml
    │   ├── package-Console_Getopt.xml
    │   ├── package-PEAR.xml
    │   ├── package.dtd
    │   ├── packages
    │   │   ├── DB-1.6.2.tar
    │   │   ├── HTTP-1.2.2.tar
    │   │   ├── Mail-1.1.3.tar
    │   │   ├── Net_SMTP-1.2.3.tar
    │   │   ├── Net_Socket-1.0.1.tar
    │   │   ├── XML_Parser-1.0.1.tar
    │   │   └── XML_RPC-1.1.0.tar
    │   ├── scripts
    │   │   ├── pear.bat
    │   │   ├── pear.in
    │   │   ├── pear.sh
    │   │   ├── pearcmd.php
    │   │   └── pearwin.php
    │   ├── template.spec
    │   └── tests
    │       ├── PEAR_ErrorStack
    │       │   ├── Error_Stack_TestCase_getErrorMessage.php
    │       │   ├── Error_Stack_TestCase_getErrorMessageTemplate.php
    │       │   ├── Error_Stack_TestCase_getErrors.php
    │       │   ├── Error_Stack_TestCase_pushpop.php
    │       │   ├── Error_Stack_TestCase_pushpopcallback.php
    │       │   ├── Error_Stack_TestCase_pushpopstatic.php
    │       │   ├── Error_Stack_TestCase_singleton.php
    │       │   ├── Error_Stack_TestCase_staticGetErrors.php
    │       │   ├── HTML_TestListener.php
    │       │   ├── TestUnit.php
    │       │   ├── base_regression.php
    │       │   ├── stylesheet.css
    │       │   └── testsuite.php
    │       ├── common_sortPkgDeps1_package.xml
    │       ├── common_sortPkgDeps2_package.xml
    │       ├── common_sortPkgDeps3_package.xml
    │       ├── common_sortPkgDeps4_package.xml
    │       ├── common_sortPkgDeps5_package.xml
    │       ├── common_sortPkgDeps6_package.xml
    │       ├── dirtree
    │       │   ├── multiplepackages
    │       │   │   ├── pkg1file.php
    │       │   │   └── pkg2file.php
    │       │   ├── nestedroot
    │       │   │   ├── emptydir
    │       │   │   │   ├── fakefile1.php
    │       │   │   │   └── nesteddir
    │       │   │   │       └── nestedfile.php
    │       │   │   └── rootfile.php
    │       │   ├── package-fail.xml
    │       │   ├── package.xml
    │       │   ├── package2.xml
    │       │   ├── pkg1-1.0.tgz
    │       │   └── pkg2-1.0.tgz
    │       ├── merge.input
    │       ├── pear1.phpt
    │       ├── pear2.phpt
    │       ├── pear_autoloader.phpt
    │       ├── pear_common_analyzeSC.phpt
    │       ├── pear_common_buildProvidesArray.phpt
    │       ├── pear_common_downloadHttp.phpt
    │       ├── pear_common_infoFromString.phpt
    │       ├── pear_common_sortPkgDeps.phpt
    │       ├── pear_common_validPackageVersion.phpt
    │       ├── pear_config.phpt
    │       ├── pear_dependency_checkExtension.phpt
    │       ├── pear_dependency_checkPackage.phpt
    │       ├── pear_dependency_checkPackageUninstall.phpt
    │       ├── pear_downloader_invalid.phpt
    │       ├── pear_downloader_new.phpt
    │       ├── pear_downloader_old.phpt
    │       ├── pear_error.phpt
    │       ├── pear_error2.phpt
    │       ├── pear_error3.phpt
    │       ├── pear_error4.phpt
    │       ├── pear_installer1.phpt
    │       ├── pear_installer2.phpt
    │       ├── pear_installer3.phpt
    │       ├── pear_installer4.phpt
    │       ├── pear_installer5.phpt
    │       ├── pear_packager.phpt
    │       ├── pear_registry.phpt
    │       ├── pear_system.phpt
    │       ├── php.ini
    │       ├── system.input
    │       ├── test-pkg6
    │       │   ├── goompness
    │       │   │   ├── Mopreeb.php
    │       │   │   └── oggbrzitzkee.php
    │       │   ├── invalidtgz.tgz
    │       │   ├── nopackagexml.tgz
    │       │   ├── package.xml
    │       │   ├── pkg6-1.1.tgz
    │       │   ├── pkg6-2.0b1.tgz
    │       │   └── zoorb.php
    │       ├── testdownload.tgz
    │       ├── toonew.conf
    │       ├── user.input
    │       └── user2.input
    ├── php.gif
    ├── php.ini-dist
    ├── php.ini-recommended
    ├── php4.spec.in
    ├── regex
    │   ├── COPYRIGHT
    │   ├── README
    │   ├── WHATSNEW
    │   ├── cclass.h
    │   ├── cname.h
    │   ├── debug.c
    │   ├── debug.ih
    │   ├── engine.c
    │   ├── engine.ih
    │   ├── main.c
    │   ├── main.ih
    │   ├── mkh
    │   ├── regcomp.c
    │   ├── regcomp.ih
    │   ├── regerror.c
    │   ├── regerror.ih
    │   ├── regex.3
    │   ├── regex.7
    │   ├── regex.dsp
    │   ├── regex.dsw
    │   ├── regex.h
    │   ├── regex.mak
    │   ├── regex2.h
    │   ├── regex_extra.h
    │   ├── regexec.c
    │   ├── regfree.c
    │   ├── split.c
    │   ├── tests
    │   └── utils.h
    ├── run-tests.php
    ├── run-tests2.php
    ├── sapi
    │   ├── activescript
    │   │   ├── CREDITS
    │   │   ├── README
    │   │   ├── classfactory.cpp
    │   │   ├── php4activescript.c
    │   │   ├── php4activescript.def
    │   │   ├── php4activescript.dsp
    │   │   ├── php4activescript.h
    │   │   ├── php4as_classfactory.h
    │   │   ├── php4as_scriptengine.h
    │   │   └── scriptengine.cpp
    │   ├── aolserver
    │   │   ├── CREDITS
    │   │   ├── README
    │   │   ├── aolserver.c
    │   │   ├── config.m4
    │   │   ├── php.sym
    │   │   └── php4aolserver.dsp
    │   ├── apache
    │   │   ├── CREDITS
    │   │   ├── apMakefile.libdir
    │   │   ├── apMakefile.tmpl
    │   │   ├── config.m4
    │   │   ├── libphp4.module.in
    │   │   ├── mod_php4.c
    │   │   ├── mod_php4.exp
    │   │   ├── mod_php4.h
    │   │   ├── php.sym
    │   │   ├── php4apache.dsp
    │   │   ├── php_apache.c
    │   │   ├── php_apache_http.h
    │   │   └── sapi_apache.c
    │   ├── apache2filter
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── README
    │   │   ├── apache_config.c
    │   │   ├── config.m4
    │   │   ├── php.sym
    │   │   ├── php_apache.h
    │   │   ├── php_functions.c
    │   │   └── sapi_apache2.c
    │   ├── apache2handler
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── README
    │   │   ├── apache_config.c
    │   │   ├── config.m4
    │   │   ├── php.sym
    │   │   ├── php4apache2.dsp
    │   │   ├── php_apache.h
    │   │   ├── php_functions.c
    │   │   └── sapi_apache2.c
    │   ├── caudium
    │   │   ├── CREDITS
    │   │   ├── README
    │   │   ├── TODO
    │   │   ├── caudium.c
    │   │   └── config.m4
    │   ├── cgi
    │   │   ├── CREDITS
    │   │   ├── Makefile.frag
    │   │   ├── README.FastCGI
    │   │   ├── cgi_main.c
    │   │   ├── config9.m4
    │   │   ├── getopt.c
    │   │   ├── libfcgi
    │   │   │   ├── LICENSE.TERMS
    │   │   │   ├── acinclude.m4
    │   │   │   ├── fcgi_stdio.c
    │   │   │   ├── fcgiapp.c
    │   │   │   ├── include
    │   │   │   │   ├── fastcgi.h
    │   │   │   │   ├── fcgi_config.h
    │   │   │   │   ├── fcgi_config_win32.h
    │   │   │   │   ├── fcgi_config_x86.h
    │   │   │   │   ├── fcgi_stdio.h
    │   │   │   │   ├── fcgiapp.h
    │   │   │   │   ├── fcgiappmisc.h
    │   │   │   │   ├── fcgimisc.h
    │   │   │   │   ├── fcgio.h
    │   │   │   │   └── fcgios.h
    │   │   │   ├── libfcgi.m4
    │   │   │   ├── os_unix.c
    │   │   │   ├── os_win32.c
    │   │   │   └── strerror.c
    │   │   ├── php.sym
    │   │   └── php_getopt.h
    │   ├── cli
    │   │   ├── CREDITS
    │   │   ├── Makefile.frag
    │   │   ├── README
    │   │   ├── TODO
    │   │   ├── config.m4
    │   │   ├── getopt.c
    │   │   ├── php.1.in
    │   │   ├── php_cli.c
    │   │   └── php_getopt.h
    │   ├── embed
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── config.m4
    │   │   ├── php4embed.dsp
    │   │   ├── php_embed.c
    │   │   └── php_embed.h
    │   ├── isapi
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── php.sym
    │   │   ├── php4isapi.c
    │   │   ├── php4isapi.def
    │   │   ├── php4isapi.dsp
    │   │   └── stresstest
    │   │       ├── getopt.c
    │   │       ├── getopt.h
    │   │       ├── notes.txt
    │   │       ├── stresstest.cpp
    │   │       └── stresstest.dsp
    │   ├── nsapi
    │   │   ├── CREDITS
    │   │   ├── config.m4
    │   │   ├── nsapi-readme.txt
    │   │   ├── nsapi.c
    │   │   └── php4nsapi.dsp
    │   ├── phttpd
    │   │   ├── CREDITS
    │   │   ├── README
    │   │   ├── config.m4
    │   │   ├── php.sym
    │   │   ├── php_phttpd.h
    │   │   └── phttpd.c
    │   ├── pi3web
    │   │   ├── CREDITS
    │   │   ├── README
    │   │   ├── config.m4
    │   │   ├── php.sym
    │   │   ├── php4pi3web.dsp
    │   │   ├── pi3web_sapi.c
    │   │   └── pi3web_sapi.h
    │   ├── roxen
    │   │   ├── README
    │   │   ├── TODO
    │   │   ├── config.m4
    │   │   └── roxen.c
    │   ├── servlet
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── Makefile.frag
    │   │   ├── README
    │   │   ├── config.m4
    │   │   ├── cookies.php
    │   │   ├── date.php
    │   │   ├── formatter.java
    │   │   ├── jinfo.php
    │   │   ├── jver.php
    │   │   ├── reqheaders.php
    │   │   ├── reqinfo.php
    │   │   ├── reqparams.php
    │   │   ├── servlet.c
    │   │   ├── servlet.dsp
    │   │   ├── servlet.java
    │   │   ├── sessions.php
    │   │   └── web.xml
    │   ├── thttpd
    │   │   ├── CREDITS
    │   │   ├── README
    │   │   ├── config.m4
    │   │   ├── php.sym
    │   │   ├── php_thttpd.h
    │   │   ├── stub.c
    │   │   ├── thttpd.c
    │   │   └── thttpd_patch
    │   ├── tux
    │   │   ├── CREDITS
    │   │   ├── README
    │   │   ├── config.m4
    │   │   ├── php.sym
    │   │   └── php_tux.c
    │   └── webjames
    │       ├── CREDITS
    │       ├── README
    │       ├── config.m4
    │       ├── php_webjames.h
    │       └── webjames.c
    ├── scripts
    │   ├── Makefile.frag
    │   ├── apache
    │   │   ├── apconf-conv.sh
    │   │   ├── aphtaccess-conv.sh
    │   │   ├── conffix.awk
    │   │   └── htaccessfix.awk
    │   ├── dev
    │   │   ├── conv_proto
    │   │   ├── conv_z_macros
    │   │   └── credits
    │   ├── php-config.in
    │   ├── phpextdist
    │   ├── phpize.in
    │   └── phpize.m4
    ├── snapshot
    ├── stamp-h.in
    ├── stub.c
    ├── tests
    │   ├── basic
    │   │   ├── 001.phpt
    │   │   ├── 002.phpt
    │   │   ├── 003.phpt
    │   │   ├── 004.phpt
    │   │   ├── 005.phpt
    │   │   ├── 006.phpt
    │   │   ├── 007.phpt
    │   │   ├── 008.phpt
    │   │   ├── 009.phpt
    │   │   ├── 010.phpt
    │   │   ├── 011.phpt
    │   │   ├── 012.phpt
    │   │   └── bug20539.phpt
    │   ├── bin-info.inc
    │   ├── classes
    │   │   ├── bug20120.phpt
    │   │   ├── bug23951.phpt
    │   │   ├── class_example.phpt
    │   │   └── inheritance.phpt
    │   ├── foo
    │   ├── foo2
    │   ├── foo3
    │   ├── foo4
    │   ├── func
    │   │   ├── 001.phpt
    │   │   ├── 002.phpt
    │   │   ├── 003.phpt
    │   │   ├── 004.phpt
    │   │   ├── 005.phpt
    │   │   ├── 005a.phpt
    │   │   ├── 006.phpt
    │   │   ├── 007.phpt
    │   │   ├── 008.phpt
    │   │   └── 009.phpt
    │   ├── lang
    │   │   ├── 001.phpt
    │   │   ├── 002.phpt
    │   │   ├── 003.phpt
    │   │   ├── 004.phpt
    │   │   ├── 005.phpt
    │   │   ├── 006.phpt
    │   │   ├── 007.phpt
    │   │   ├── 008.phpt
    │   │   ├── 009.phpt
    │   │   ├── 010.phpt
    │   │   ├── 011.phpt
    │   │   ├── 012.phpt
    │   │   ├── 013.phpt
    │   │   ├── 014.phpt
    │   │   ├── 015.inc
    │   │   ├── 015.phpt
    │   │   ├── 016.inc
    │   │   ├── 016.phpt
    │   │   ├── 017.phpt
    │   │   ├── 018.phpt
    │   │   ├── 019.phpt
    │   │   ├── 020.phpt
    │   │   ├── 021.phpt
    │   │   ├── 022.phpt
    │   │   ├── 023-1.inc
    │   │   ├── 023-2.inc
    │   │   ├── 023.phpt
    │   │   ├── 024.phpt
    │   │   ├── 025.phpt
    │   │   ├── 026.phpt
    │   │   ├── 027.phpt
    │   │   ├── 028.phpt
    │   │   ├── 029.phpt
    │   │   ├── 030.phpt
    │   │   ├── 031.phpt
    │   │   ├── 032.phpt
    │   │   ├── 033.phpt
    │   │   ├── 034.phpt
    │   │   ├── bison1.phpt
    │   │   ├── bug17115.phpt
    │   │   ├── bug19566.phpt
    │   │   ├── bug19943.phpt
    │   │   ├── bug20175.phpt
    │   │   ├── bug21820.phpt
    │   │   ├── bug22592.phpt
    │   │   ├── bug22690.phpt
    │   │   ├── bug23104.phpt
    │   │   ├── bug23489.phpt
    │   │   ├── bug23584.phpt
    │   │   ├── bug24054.phpt
    │   │   ├── bug24396.phpt
    │   │   ├── bug24573.phpt
    │   │   ├── bug24640.phpt
    │   │   ├── bug24773.phpt
    │   │   ├── bug24783.phpt
    │   │   ├── bug24926.phpt
    │   │   ├── bug24951.phpt
    │   │   ├── bug25145.phpt
    │   │   ├── bug25547.phpt
    │   │   ├── bug25652.phpt
    │   │   ├── bug25922.phpt
    │   │   ├── bug26182.phpt
    │   │   ├── bug26869.phpt
    │   │   ├── bug27354.phpt
    │   │   ├── bug27443.phpt
    │   │   ├── bug27731.phpt
    │   │   ├── bug27819.phpt
    │   │   ├── bug28800.phpt
    │   │   ├── bug29893.phpt
    │   │   ├── bug29944.phpt
    │   │   ├── each_binary_safety.phpt
    │   │   └── overload_leak.phpt
    │   ├── odbc-display.php
    │   ├── odbc-t1.php
    │   ├── odbc-t2.php
    │   ├── odbc-t3.php
    │   ├── odbc-t4.php
    │   ├── odbc-t5.php
    │   ├── quicktester.inc
    │   ├── recurse
    │   ├── run-test
    │   │   ├── test001.phpt
    │   │   ├── test002.phpt
    │   │   ├── test003.phpt
    │   │   ├── test004.phpt
    │   │   ├── test005.phpt
    │   │   ├── test006.phpt
    │   │   ├── test007.phpt
    │   │   └── test008.phpt
    │   ├── run.html
    │   ├── run.php
    │   ├── scan_cases
    │   ├── strings
    │   │   ├── 001.phpt
    │   │   ├── 002.phpt
    │   │   ├── 004.phpt
    │   │   └── bug26703.phpt
    │   ├── test.php4
    │   ├── test.pl
    │   ├── test_class_inheritance
    │   ├── testarray
    │   ├── testarray.pl
    │   ├── testarray2
    │   ├── testarray2.pl
    │   ├── testclassfunc
    │   ├── testcom
    │   ├── testcpdf
    │   ├── testcpdfclock
    │   ├── testdom
    │   ├── testfe
    │   ├── testfunc
    │   ├── testfunc.pl
    │   ├── testfunc2
    │   ├── testfunc2.pl
    │   ├── testfuncref
    │   ├── testhyperwave
    │   ├── testinclude
    │   ├── testobj
    │   ├── testpfpro.php
    │   ├── tests.dsp
    │   ├── tests.mak
    │   ├── testscanf.php
    │   └── testswf
    └── win32
        ├── crypt_win32.c
        ├── crypt_win32.h
        ├── flock.c
        ├── flock.h
        ├── glob.c
        ├── glob.h
        ├── globals.c
        ├── grp.h
        ├── install.txt
        ├── md5crypt.c
        ├── md5crypt.h
        ├── param.h
        ├── php4.dsp
        ├── php4.dsw
        ├── php4dll.dsp
        ├── php4dllts.dsp
        ├── php4dllts.rc
        ├── php4dllts.rc2
        ├── php4ts.dsp
        ├── php4ts.dsw
        ├── php4ts.rc
        ├── php4ts.rc2
        ├── php4ts_cli.dsp
        ├── php4ts_cli.rc
        ├── php4ts_cli.rc2
        ├── php_modules.dsw
        ├── php_registry.h
        ├── php_win32_globals.h
        ├── pwd.c
        ├── pwd.h
        ├── pws-php4cgi.reg
        ├── pws-php4isapi.reg
        ├── readdir.c
        ├── readdir.h
        ├── registry.c
        ├── resource.h
        ├── sendmail.c
        ├── sendmail.h
        ├── signal.h
        ├── syslog.h
        ├── testsuite.dsp
        ├── time.c
        ├── time.h
        ├── unistd.h
        ├── wfile.c
        ├── wfile.h
        ├── winutil.c
        ├── winutil.h
        └── wsyslog.c

223 directories, 2527 files


标签: 4.3 php gz AR hp

实例下载地址

_php-4.3.9.tar.gz

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警