Home
last modified time | relevance | path

Searched refs:ext (Results 1 – 25 of 3059) sorted by path

12345678910>>...123

/PHP-5.5/
H A D.gdbinit28 ZTS detection is automatically based on ext/standard module struct
H A D.gitattributes1 ext/mysqlnd/mysqlnd.h ident
2 ext/simplexml/simplexml.c ident
3 ext/iconv/php_iconv.h ident
4 ext/posix/posix.c ident
5 ext/recode/recode.c ident
6 ext/skeleton/create_stubs ident
7 ext/phar/phar/pharcommand.inc ident
8 ext/phar/phar.c ident
9 ext/sysvmsg/sysvmsg.c ident
10 ext/enchant/enchant.c ident
[all …]
H A D.gitignore113 ext/phar/phar.php
150 ext/*/configure.in
151 ext/*/ltmain.sh
152 ext/*/libs.mk
153 ext/*/build
156 ext/*/acinclude.m4
157 ext/*/config.sub
185 ext/mssql/#*#
194 ext/pdo/conftest*
213 ext/phar/phar.1
[all …]
H A D.travis.yml44 - . ./travis/ext/mysql/setup.sh
45 - . ./travis/ext/mysqli/setup.sh
46 - . ./travis/ext/pdo_mysql/setup.sh
47 - . ./travis/ext/pgsql/setup.sh
48 - . ./travis/ext/pdo_pgsql/setup.sh
H A DINSTALL1294 "PHP\ext" ("PHP\extensions" in PHP 4) folder.
1488 under the php-src/ext/ directory and tell the PHP build system to
1491 $ cd /your/phpsrcdir/ext
1498 /your/phpsrcdir/ext/extname
H A DMakefile.gcov60ext/bcmath/libbcmath ext/fileinfo/libmagic ext/gd/libgd ext/mbstring/libmbfl ext/mbstring/onigurum…
H A DMakefile.global123 …rm -f ext/date/lib/timelib_config.h ext/mbstring/oniguruma/config.h ext/mbstring/libmbfl/config.h
124 …config scripts/man1/php-config.1 sapi/cli/php.1 sapi/cgi/php-cgi.1 ext/phar/phar.1 ext/phar/phar.p…
126ext/iconv/php_have_bsd_iconv.h ext/iconv/php_have_glibc_iconv.h ext/iconv/php_have_ibm_iconv.h ext
127 rm -f ext/phar/phar.phar ext/phar/phar.php
129 rm -f ext/phar/phar/phar.inc; \
H A DNEWS2415 - ext/sqlite3:
3152 . ext/sqlite. (Note: the ext/sqlite3 and ext/pdo_sqlite extensions are
5680 . ext/dbase
5681 . ext/fbsql
5682 . ext/fdf
5683 . ext/ncurses
5684 . ext/mhash (BC layer is now entirely within ext/hash)
5685 . ext/ming
5686 . ext/msql
6057 - Added ext/hash support to ext/session's ID generator. (Sara)
[all …]
H A DREADME.EXT_SKEL14 Very simple. First, change to the ext/ directory of the PHP 4 sources. If
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES28 4. Be careful when porting from ext/mysql to ext/mysqli. The following
30 (ext/mysql's functions return FALSE).
43 ext/tokenizer extension. If error_reporting is set to E_ALL notices will
H A DREADME.REDIST.BINS1 1. libmagic (ext/fileinfo) see ext/fileinfo/libmagic/LICENSE
2 2. Oniguruma (ext/mbstring) see ext/mbstring/oniguruma/COPYING
3 3. libmbfl (ext/mbstring) see ext/mbstring/libmbfl/LICENSE
4 4. pcrelib (ext/pcre) see ext/pcre/pcrelib/LICENCE
5 5. ext/standard crypt
7 7. Sqlite/Sqlite3 ext/sqlite3 ext/sqlite
9 9. ext/standard/rand
10 10. ext/standard/scanf
14 14. libzip ext/zip
20 5. ext/standard crypt
[all …]
H A DREADME.RELEASE_PROCESS44 svn mv https://svn.php.net/repository/php/php-src/trunk/ext/foo \
64 credits files in ext/standard.
163 credits files in ext/standard.
H A DREADME.SELF-CONTAINED-EXTENSIONS43 $ cp -rp php-4.0.X/ext/mysql/* .
H A DREADME.TESTING30 sapi/cli/php [-c /path/to/php.ini] run-tests.php [ext/foo/tests/GLOB]
74 ./sapi/cli/php run-tests.php ext/mbstring/*
75 ./sapi/cli/php run-tests.php ext/mbstring/020.phpt
83 ext/myext/tests/myext.phpt fails to pass, the following files are created:
85 ext/myext/tests/myext.php - actual test file executed
86 ext/myext/tests/myext.log - log of test execution (L)
87 ext/myext/tests/myext.exp - expected output (E)
88 ext/myext/tests/myext.out - output from test script (O)
89 ext/myext/tests/myext.diff - diff of .out and .exp (D)
H A DREADME.input_filter14 a powerful standard implementation in ext/filter that should suit most
H A DUPGRADING176 - setcookie(), setrawcookie() and ext/session now send Max-Age headers
477 ext/mysqli to be used with the new auth protocol, although at
H A Dacinclude.m42439 $php_shtool mkdir -p ext/iconv
2441 echo > ext/iconv/php_have_bsd_iconv.h
2442 echo > ext/iconv/php_have_ibm_iconv.h
2443 echo > ext/iconv/php_have_glibc_iconv.h
2444 echo > ext/iconv/php_have_libiconv.h
2445 echo > ext/iconv/php_have_iconv.h
2446 echo > ext/iconv/php_php_iconv_impl.h
2448 echo > ext/iconv/php_php_iconv_h_path.h
2516 PHP_DEFINE(HAVE_ICONV,1,[ext/iconv])
2771 pdo_cv_inc_path=$abs_srcdir/ext
[all …]
/PHP-5.5/Zend/tests/
H A Ddeclare_001.phpt6 die("skip Requires ext/mbstring");
H A Ddeclare_002.phpt9 die("skip Requires ext/mbstring");
H A Dunset_cv05.phpt9 include(dirname(__FILE__).'/../../ext/session/tests/skipif.inc');
H A Dunset_cv06.phpt4 <?php include(dirname(__FILE__).'/../../ext/session/tests/skipif.inc'); ?>
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c1895 static int add_zendext_info(zend_extension *ext, void *arg TSRMLS_DC) in add_zendext_info() argument
1898 add_next_index_string(name_array, ext->name, 1); in add_zendext_info()
/PHP-5.5/build/
H A Dbuild.mk36 Zend/acinclude.m4 ext/*/config*.m4 sapi/*/config.m4 >> $@
H A Dgenif.sh26 for ext in ${1+"$@"} ; do
27 header_list="$header_list ext/$ext/*.h*"
H A Dorder_by_dep.awk37 function do_deps(mod_idx, module_name, mod_name_len, dep, ext, val, depidx)
42 for (ext in mod_deps) {
43 if (substr(ext, 0, mod_name_len+1) != module_name SUBSEP) {
46 val = mod_deps[ext];
47 ext = substr(ext, mod_name_len+2, length(ext)-mod_name_len);
49 depidx = get_module_index(ext);

Completed in 71 milliseconds

12345678910>>...123