Home
last modified time | relevance | path

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

12345678910>>...91

/PHP-7.4/
H A D.appveyor.yml28 # ext and env setup for tests
H A D.gdbinit28 ZTS detection is automatically based on ext/standard module struct
H A D.gitattributes2 /ext/ext_skel.php ident
3 /ext/phar/phar/pharcommand.inc ident
4 /ext/dba/libinifile/inifile.c ident
5 /ext/dba/libflatfile/flatfile.c ident
6 /ext/dba/libcdb/cdb_make.c ident
7 /ext/dba/libcdb/cdb.c ident
H A D.gitignore107 /ext/phar/phar.1
108 /ext/phar/phar.phar.1
130 /ext/phar/phar.phar
131 /ext/phar/phar.php
143 /ext/json/json_scanner.c
145 /ext/pdo/pdo_sql_parser.c
173 /ext/*/build/
174 /ext/*/configure.ac
175 /ext/*/run-tests.php
210 /win32/ext
[all …]
H A DCONTRIBUTING.md152 └─ ext/ # PHP core extensions
170 ├─ data_file.c # Generated by `ext/fileinfo/create_data_file.php`
179 ├─ unicode_data.h # Generated by `ext/mbstring/ucgendat/ucgendat.php`
185 ├─ php_pdo_mysql_sqlstate.h # Generated by `ext/pdo_mysql/get_error_codes.php`
187 └─ skeleton/ # Skeleton for developing new extensions with `ext/ext_skel.php`
195 ├─ html_tables.h # Generated by `ext/standard/html_tables/html_table_gen.php`
198 ├─ tokenizer_data.c # Generated by `ext/tokenizer/tokenizer_data_gen.sh`
H A DNEWS544 . Fixed bug #80280 (ADD_EXTENSION_DEP() fails for ext/standard and ext/date).
745 . Fixed bug #79724 (Return type does not match in ext/session/mod_mm.c).
910 . Fixed bug #79336 (ext/exif/tests/bug79046.phpt fails on Big endian arch).
1685 ext/sodium when PHP is built without libargon:
H A DREADME.REDIST.BINS1 1. libmagic (ext/fileinfo) see ext/fileinfo/libmagic/LICENSE
2 2. libmbfl (ext/mbstring) see ext/mbstring/libmbfl/LICENSE
3 3. pcre2lib (ext/pcre)
4 4. ext/standard crypt
6 6. ext/standard/rand
7 7. ext/standard/scanf
9 9. ext/standard/uuencode
10 10. libxmlrpc ext/xmlrpc
14 14. libgd (ext/gd)
17 17. libbcmath (ext/bcmath) see ext/bcmath/libbcmath/LICENSE
[all …]
H A DUPGRADING380 . password_hash() has argon2i(d) implementations from ext/sodium when PHP is
562 https://wiki.php.net/rfc/deprecate-and-remove-ext-interbase
571 RFC: https://wiki.php.net/rfc/deprecate-and-remove-ext-wddx
H A DUPGRADING.INTERNALS36 a. ext/xml
37 b. ext/hash
321 a. ext/xml
322 - The public (internal) API of the ext/xml extension has been removed. All
325 b. ext/hash
H A Dconfigure.ac1042 esyscmd(./build/config-stubs ext)
/PHP-7.4/Zend/tests/
H A Ddeclare_001.phpt6 die("skip Requires ext/mbstring");
H A Ddeclare_002.phpt6 die("skip Requires ext/mbstring");
H A Dunset_cv05.phpt9 include(__DIR__.'/../../ext/session/tests/skipif.inc');
H A Dunset_cv06.phpt4 <?php include(__DIR__.'/../../ext/session/tests/skipif.inc'); ?>
/PHP-7.4/Zend/
H A Dzend_builtin_functions.c2001 static int add_zendext_info(zend_extension *ext, void *arg) /* {{{ */ in add_zendext_info() argument
2004 add_next_index_string(name_array, ext->name); in add_zendext_info()
/PHP-7.4/appveyor/
H A Dbuild_task.bat65 --with-test-ini-ext-exclude=%EXT_EXCLUDE_FROM_TEST%
H A Dtest_task.bat38 ….0.1 dbname=test port=5432 user=%PGUSER% password=%PGPASSWORD%"; ?^> >> "./ext/pgsql/tests/config.…
49 rem prepare for ext/openssl
86 …powershell -Command wget http://windows.php.net/downloads/qa/appveyor/ext/enchant/dict.zip -OutFil…
/PHP-7.4/build/
H A DMakefile.global123 …rm -f ext/date/lib/timelib_config.h ext/mbstring/libmbfl/config.h ext/oci8/oci8_dtrace_gen.h ext/o…
124 …hp-config.1 sapi/cli/php.1 sapi/cgi/php-cgi.1 sapi/phpdbg/phpdbg.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 Dgenif.sh39 for ext in $extensions; do
40 ext_dir=$(echo "$ext" | cut -d ';' -f 2)
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);
H A Dphp.m41948 $php_shtool mkdir -p ext/iconv
1950 echo > ext/iconv/php_have_bsd_iconv.h
1951 echo > ext/iconv/php_have_ibm_iconv.h
1952 echo > ext/iconv/php_have_glibc_iconv.h
1953 echo > ext/iconv/php_have_libiconv.h
1954 echo > ext/iconv/php_have_iconv.h
1955 echo > ext/iconv/php_php_iconv_impl.h
2020 PHP_DEFINE(HAVE_ICONV,1,[ext/iconv])
2170 pdo_cv_inc_path=$abs_srcdir/ext
2172 pdo_cv_inc_path=$abs_srcdir/ext
[all …]
/PHP-7.4/docs/
H A Dinput-filter.md12 `ext/filter` that should suit most peoples' needs. However, if you want to
H A Drelease-process.md47 git clone https://git.php.net/repository/php-src.git ext-name
48 cd ext-name
49 git filter-branch --prune-empty --subdirectory-filter ext/ext-name master
55 git remote set-url origin git@git.php.net:pecl/category/ext-name
86 the credits files in ext/standard.
221 the credits files in ext/standard.
H A Dself-contained-extensions.md38 cp -rp php-src/ext/mysqli/* .
106 for handling arguments passed to your functions. See `./ext/ext_skel.php --help`
/PHP-7.4/ext/bcmath/
H A Dconfig.w327 ADD_SOURCES("ext/bcmath/libbcmath/src", "add.c div.c init.c neg.c \

Completed in 51 milliseconds

12345678910>>...91