Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 523) sorted by path

12345678910>>...21

/PHP-5.5/
H A DCODING_STANDARDS275 in the function directory, and that the functions follow the
H A DINSTALL658 5. Change to your extracted PHP directory: cd ../php-x.x.x
714 consists of PHP scripts (same like a cgi-bin directory):
1417 a directory named extname:
1496 This will result in the following directory:
1607 * Current working directory (except CLI).
1608 * The web server's directory (for SAPI modules), or directory of PHP
1661 directory, starting with the directory of the requested PHP file, and
1664 document root, only its directory is scanned.
1827 13. How do I add my PHP directory to the PATH on Windows?
2037 How do I add my PHP directory to the PATH on Windows?
[all …]
H A DMakefile.gcov67 @$(LTP) --directory lcov_data/ --capture --base-directory=lcov_data --output-file $@
71 @$(LTP_GENHTML) --legend --output-directory lcov_html/ --title "PHP Code Coverage" php_lcov.info
H A DNEWS271 destination directory). (CVE-2015-6833) (Anatol Belski)
348 . Fixed bug #66048 (temp. directory is cached during multiple requests).
379 . Fixed bug #69680 (phar symlink in binary directory broken).
2763 . Fixed bug #61964 (finfo_open with directory causes invalid free).
2942 directory descriptor under windows. (Anatoliy)
3818 directory). (Felipe)
4876 and directory). (Pierre)
5353 - Fixed bug #50159 (wrong working directory in symlinked files). (Dmitry)
7457 - Fixed bug #41693 (scandir() allows empty directory names). (Ilia)
8825 directory names). (Ilia)
[all …]
H A DREADME.EXT_SKEL14 Very simple. First, change to the ext/ directory of the PHP 4 sources. If
20 and everything you need is placed in directory module_name.
30 change back up to PHP sources top directory, and do
H A DREADME.PARAMETER_PARSING_API108 and their types (it can be found in ./scripts/dev/ directory of PHP sources):
H A DREADME.RELEASE_PROCESS38 - Checkout the pecl directory, most likely you want a sparse-root checkout
40 - Create an directory for the extension incl. branch and tag structure,
97 directory "downloads/". Copy them into there, so that the system can generate
98 MD5 sums. If you do not have this directory, talk to Derick or Dan.
105 those are made, they should be placed into the same directory as the source snapshots.
H A DREADME.SELF-CONTAINED-EXTENSIONS40 You now have an empty directory. We will copy the files from
49 You can now ship the contents of the directory - the extension
118 Put config.m4 and the source files into one directory. Then, run phpize
H A DREADME.TESTING20 "tests" directory under source root directory.
82 code executed to the test script directory. For example, if
H A DREADME.TESTING227 alias a directory to the php source directory, or the test scripts
28 must be copied to a directory under the web server
41 1. run tests from the php source directory
99 $cwd the directory that the test is being initiated from
H A DREADME.UNIX-BUILD-SYSTEM13 - abandoning the "one library per directory" concept
72 extension source directory and compiles all three files with the
76 in a directory called $ext_builddir/lib:
94 change the working directory anymore, we must use either
95 absolute paths or relative ones to the top build-directory.
H A DUPGRADING464 directory.
H A Dacinclude.m477 dnl PHP_DEFINE(WHAT [, value[, directory]])
171 dnl Processes a file called Makefile.frag in the source directory
193 dnl the path is interpreted relative to the top build-directory.
232 dnl relative to source- or build-directory?
H A Dconfigure.in217 PHP_ARG_WITH(libdir, for system library directory,
383 dnl paths to the targets are relative to the build directory
1190 dnl Build extension directory path
1230 dnl Expand all directory names for use in macros/constants
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c753 int directory = 0; in tsrm_realpath_r() local
1007 j = tsrm_realpath_r(path, 0, j, ll, t, 0, is_dir, &directory TSRMLS_CC); in tsrm_realpath_r()
1029 directory = (data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY); in tsrm_realpath_r()
1032 *link_is_dir = directory; in tsrm_realpath_r()
1037 directory = (data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) != 0; in tsrm_realpath_r()
1038 if (is_dir && !directory) { in tsrm_realpath_r()
1089 *link_is_dir = directory; in tsrm_realpath_r()
1093 directory = S_ISDIR(st.st_mode); in tsrm_realpath_r()
1095 *link_is_dir = directory; in tsrm_realpath_r()
1097 if (is_dir && !directory) { in tsrm_realpath_r()
[all …]
/PHP-5.5/build/
H A Dlibtool.m4443 # The HP-UX ksh and POSIX shell print the target directory to stdout
1174 # SGI C++ compiler will create directory out/ii_files/ for
1246 # Linking always hardcodes the temporary library directory.
1338 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
1513 # FIXME: first we should search . and the directory the executable is in
4154 # The HP-UX ksh and POSIX shell print the target directory to stdout
4240 # The name of the directory that contains temporary libtool files.
4380 # Commands used to finish a libtool library installation in a directory.
/PHP-5.5/ext/bcmath/libbcmath/
H A Daclocal.m430 AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
59 # directory).
111 dnl This file resides in the same directory as the config header
/PHP-5.5/ext/bz2/tests/
H A D001.phpt40 Warning: bzopen(no_such_file): failed to open stream: No such file or directory in %s on line %d
/PHP-5.5/ext/dba/tests/
H A Ddba_db4_012.phpt30 …dbm,rl): Driver initialization failed for handler: db4: No such file or directory in %sdba_db4_012…
H A Ddba_db4_014.phpt31 …dbm,wl): Driver initialization failed for handler: db4: No such file or directory in %sdba_db4_014…
/PHP-5.5/ext/dom/
H A Ddocument.c1562 char *directory=NULL, resolved_path[MAXPATHLEN]; in dom_document_parser() local
1603 directory = VCWD_GETCWD(resolved_path, MAXPATHLEN); in dom_document_parser()
1605 directory = VCWD_GETWD(resolved_path); in dom_document_parser()
1607 if (directory) { in dom_document_parser()
1608 if(ctxt->directory != NULL) { in dom_document_parser()
1609 xmlFree((char *) ctxt->directory); in dom_document_parser()
1616 ctxt->directory = (char *) xmlCanonicPath((const xmlChar *) resolved_path); in dom_document_parser()
1657 if (ret && ret->URL == NULL && ctxt->directory != NULL) { in dom_document_parser()
1658 ret->URL = xmlStrdup(ctxt->directory); in dom_document_parser()
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_savexml_basic.phpt28 $directory = dirname(__FILE__);
30 $filename = $directory."/tmp_dom_savexml".time();
/PHP-5.5/ext/ereg/regex/
H A DREADME14 The "fake" directory contains quick-and-dirty fakes for some header
/PHP-5.5/ext/exif/
H A Dtest.txt187 To start the test you simple have to put all images into the same directory as this script.
188 The test will work with all files in that directory and all subdirectories. To test private
189 images just put them into that directory.
206 the integrity of IFD directory (size of directory and offsets of entries following any
/PHP-5.5/ext/exif/tests/
H A Dexif_imagetype_error.phpt43 Warning: exif_imagetype(%s/foo.jpg): failed to open stream: No such file or directory in %s on line…

Completed in 103 milliseconds

12345678910>>...21