Home
last modified time | relevance | path

Searched refs:files (Results 1 – 25 of 769) sorted by last modified time

12345678910>>...31

/PHP-7.4/
H A DNEWS793 . Fixed bug #55857 (ftp_size on large files). (cmb)
1399 . The built-in CLI server now reports the request method in log files.
1514 makes huge tmp files). (George Wang)
1557 . Fixed bug #78654 (Incorrectly computed opcache checksum on files with
1624 . Fixed bug #76801 (too many open files). (alekitto)
1748 . Fixed bug #78654 (Incorrectly computed opcache checksum on files with
1932 makes huge tmp files). (George Wang)
2121 . Fixed bug #76801 (too many open files). (alekitto)
2298 . Fixed bug #77346 (webm files incorrectly detected as
2484 files). (petk)
[all …]
H A Dconfigure.ac4 dnl comments starting with # and empty newlines from the included files.
857 [layout of installed files],
859 [Set how installed files will be laid out. Type can be either PHP or GNU [PHP]])],
890 AC_MSG_CHECKING([where to scan for configuration files])
893 [Set the path where to scan for configuration files])],
1449 PHP_CONFIGURE_PART(Generating files)
1539 dnl Generate build files.
1573 dnl Run this only when generating all the files.
H A Drun-tests.php1552 $files = [];
1554 while (count($files) <= $batchSize && $file = array_pop($test_files)) {
1561 $files[] = $file;
1563 if ($files) {
1564 foreach ($files as $file) {
1572 "test_files" => $files,
H A Dphp.ini-development28 ; apply to PHP files in the /www/mysite directory. Directives
30 ; PHP files served from www.example.com. Directives set in these
31 ; special sections cannot be overridden by user-defined INI files or
696 ; Automatically add files before PHP document.
700 ; Automatically add files after PHP document.
763 ; Directory where the temporary files should be placed.
844 ; Maximum allowed size for uploaded files.
877 ; or you are running on a Mac and need to deal with files from
879 ; automatically detect the EOL character in those files so that
1313 session.save_handler = files
[all …]
H A Dphp.ini-production28 ; apply to PHP files in the /www/mysite directory. Directives
30 ; PHP files served from www.example.com. Directives set in these
31 ; special sections cannot be overridden by user-defined INI files or
696 ; Automatically add files before PHP document.
700 ; Automatically add files after PHP document.
763 ; Directory where the temporary files should be placed.
844 ; Maximum allowed size for uploaded files.
877 ; or you are running on a Mac and need to deal with files from
879 ; automatically detect the EOL character in those files so that
1313 session.save_handler = files
[all …]
H A DUPGRADING179 . fread() and fwrite() on plain files will now throw a notice on failure,
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc14 * Config directory for included files.
124 * Clean all the created files up
149 // clean all the root files
160 * Clean config files
223 * Skip test if any of the supplied files does not exist.
225 * @param mixed $files
227 static public function skipIfAnyFileDoesNotExist($files)
229 if (!is_array($files)) {
230 $files = array($files);
232 foreach ($files as $file) {
/PHP-7.4/ext/zip/
H A Dphp_zip.c2897 ZEND_ARG_INFO(0, files)
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch280 -/* void **bufs: an array of compiled magic files */
327 /* const char *fn: list of magic files and directories */
455 size_t files = 0, maxfiles = 0;
513 if (files >= maxfiles) {
528 - filearr[files++] = mfn;
534 qsort(filearr, files, sizeof(*filearr), cmpstrp);
535 for (i = 0; i < files; i++) {
864 - "files. `%s' is version %d", VERSION,
865 + "files. `%s' is version %d", FILE_VERSION_MAJOR,
2054 - * are block special files and go on to the next file.
[all …]
/PHP-7.4/ext/date/lib/
H A Dparse_date.re8 * of this software and associated documentation files (the "Software"), to deal
/PHP-7.4/build/
H A Dpkg.m4222 dnl should install pkg-config .pc files. By default the directory is
244 dnl module should install arch-independent pkg-config .pc files. By
H A Dphp.m4105 dnl Adds "file" to the list of files generated by AC_OUTPUT. This macro can be
863 dnl optionally also the source-files for the SAPI-specific objects.
926 dnl "sources" is a list of files relative to the subdir which are used to build
1330 dnl See if we have broken header files like SunOS has.
2068 dnl PHP header files to be installed.
H A Dlibtool.m42345 [AC_CACHE_CHECK([for $LD option to reload object files],
4239 # How to create reloadable object files.
4268 # Must we lock files when doing compilation?
4685 # Now try linking the two files.
4770 # Common symbols not allowed in MH_DYLIB files
4822 # Common symbols not allowed in MH_DYLIB files
5061 # Common symbols not allowed in MH_DYLIB files
5114 # Common symbols not allowed in MH_DYLIB files
5775 # Tell ltmain to make .lib files, not .a files.
5777 # Tell ltmain to make .dll files, not .so files.
[all …]
/PHP-7.4/ext/phar/
H A Dphar_object.c5271 ZEND_ARG_INFO(0, files)
/PHP-7.4/ext/standard/tests/file/
H A Dbug81145.phpt2 Bug #81145 (copy() and stream_copy_to_stream() fail for +4GB files)
/PHP-7.4/ext/openssl/tests/
H A Dcheck_default_conf_path.phpt28 string(%d) "c:\program files%r( \(x86\)|)%r\common files\ssl\openssl.cnf"
/PHP-7.4/ext/zip/tests/
H A Dbug80863.phpt20 $files = [
25 foreach ($files as &$file);
29 $zip->extractTo($target, $files);
/PHP-7.4/ext/session/
H A Dsession.c3246 array_init(&progress->files); in php_session_rfc1867_callback()
3252 add_assoc_zval_ex(&progress->data, "files", sizeof("files") - 1, &progress->files); in php_session_rfc1867_callback()
3278 add_next_index_zval(&progress->files, &progress->current_file); in php_session_rfc1867_callback()
/PHP-7.4/ext/session/tests/
H A Dsession_name_variation1.phpt6 session.save_handler=files
/PHP-7.4/ext/phar/tests/
H A Dphar_stub_error.phpt15 $files = array();
16 $files['a'] = 'a';
18 include 'files/phar_test.inc';
H A Dbug69279a.phpt2 Bug #69279 (Compressed ZIP Phar extractTo() creates garbage files)
H A Dbug69279.phpt2 Bug #69279 (Compressed ZIP Phar extractTo() creates garbage files)
/PHP-7.4/ext/phar/tests/zip/
H A Dcorrupt_003.phpt8 new PharData(__DIR__ . '/files/filecomment.zip');
/PHP-7.4/Zend/
H A Dzend.c1661 va_list files; in zend_execute_scripts() local
1666 va_start(files, file_count); in zend_execute_scripts()
1668 file_handle = va_arg(files, zend_file_handle *); in zend_execute_scripts()
1692 va_end(files); in zend_execute_scripts()
1696 va_end(files); in zend_execute_scripts()
/PHP-7.4/ext/standard/
H A Dconfig.w3217 ARG_WITH("config-file-scan-dir", "Dir to check for additional php ini files", "");

Completed in 208 milliseconds

12345678910>>...31