Home
last modified time | relevance | path

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

12345678910>>...31

/PHP-5.5/win32/build/
H A Dphpize.js.in225 // If project files were requested, pull in the code to generate them
H A Dprojectgen.js437 function generate_dsp_filelist(ext, ext_dir, files, intpath) argument
447 if (!files) {
451 files = "";
458 files += " ./" + name;
462 files = files.replace(tabs, "");
463 files = "./" + files.replace(/ /g, " ./");
466 DSP_SOURCES = files.split(" ");
530 function generate_dsp_file(ext, ext_dir, files, shared) argument
619 generate_dsp_filelist(ext, ext_dir, files, path);
H A DMakefile210 @echo Installing files under $(PHP_PREFIX)
H A Dconfig.w32211 // Generate external debug files when --enable-debug-pack is specified
419 * files that make up the snapshot template? */
H A Dconfig.w32.phpize.in169 * files that make up the snapshot template? */
191 // Generate external debug files when --enable-debug-pack is specified
H A DDSP.README4 These files are only intended for use in debugging and profiling,
8 With this in mind, the script will only generate basic .dsp files
14 > buildconf --add-project-files
17 The resulting workspace files should appear at /win32/phpdll[ts].dsw
21 If the .dsw files haven't generated in a sane way, the most likely reason
22 will be that the template files have become corrupted. They need DOS
23 line endings (CR/LF) in order to function. The affected files are:
/PHP-5.5/win32/
H A Dinstall.txt183 | +--mibs -- support files for SNMP
185 | +--openssl -- support files for Openssl
187 | +--pdf-related -- support files for PDF
411 php_ssh2.dll. Download PHP files here.
513 configuration files on Windows, all backslashes such as
539 # For syntax highlighted .phps files, also add
639 configuration files on Windows, all backslashes such as
783 files to .html.
965 your php_*.dll files. For example:
1164 along with the appropriate header files to build PHP and its
[all …]
/PHP-5.5/tests/lang/
H A Dbug32924.phpt2 Bug #32924 (prepend does not add file to included files)
/PHP-5.5/
H A Dserver-tests.php816 $files = array();
821 $files[] = $newlocation;
833 $this->test_files = $files;
/PHP-5.5/tests/basic/
H A Dbug20539.phpt8 session.save_handler=files
H A Drfc1867_max_file_uploads_empty_files.phpt2 rfc1867 max_file_uploads - empty files shouldn't count (non-debug version)
H A Drfc1867_max_file_uploads_empty_files_debug.phpt2 rfc1867 max_file_uploads - empty files shouldn't count (debug version)
/PHP-5.5/scripts/dev/
H A Dcredits15 php5/sapi/.../CREDITS files
24 files=`find "$what" -name CREDITS | grep -v "$what"/skeleton/CREDITS`
25 awk "$awkprog" $files | sort -f | uniq >> $file
/PHP-5.5/scripts/
H A Dphpize.in79 Cannot find build files at '$phpdir'. Please check your PHP installation.
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch57 /* CONFIGURE: A list of index filenames to check. The files are searched
833 ** a little weird, perhaps writing separate log files for
1342 /* Avoid doing anything for zero-length files; some systems don't like
/PHP-5.5/sapi/tux/
H A DREADME7 kernel and thus provides high-speed serving of static files.
/PHP-5.5/sapi/isapi/stresstest/
H A Dnotes.txt29 Create a file that contains a list of php script files, one per line. If
37 Run: stresstest L files.txt
56 * Improve speed of CompareFile function (too slow on big files).
/PHP-5.5/sapi/litespeed/
H A DREADME8 configuration and .htaccess files.
16 changed at runtime via configuration files like .htaccess files or web
/PHP-5.5/sapi/nsapi/
H A Dconfig.m412 AC_MSG_CHECKING([for NSAPI include files])
H A Dnsapi-readme.txt16 Netscape/iPlanet/Sun config files are located in:
68 the style "x-httpd-php". All files in it will get executed as PHP. This is nice to
69 hide PHP usage by renaming files to .html
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in9 ; Include one or more files. If glob(3) exists, it is used to include a bunch of
10 ; files from a glob(3) pattern. This directive can be used everywhere in the
/PHP-5.5/sapi/continuity/
H A Dconfig.m411 AC_MSG_CHECKING([for Continuity include files])
16 AC_MSG_ERROR([Cannot find your CAPI include files in either DIR/src or DIR/include])
/PHP-5.5/sapi/cgi/
H A DREADME.FastCGI141 time to create, or supply a lot of data (e.g. downloading huge files via PHP).
/PHP-5.5/sapi/apache_hooks/
H A DapMakefile.tmpl21 # build the static library by merging the object files
34 # build the shared object library by linking the object files
40 # first these files aren't still shared objects and second we
/PHP-5.5/sapi/apache/
H A DapMakefile.tmpl21 # build the static library by merging the object files
34 # build the shared object library by linking the object files
40 # first these files aren't still shared objects and second we

Completed in 42 milliseconds

12345678910>>...31