Home
last modified time | relevance | path

Searched refs:mkdir (Results 1 – 25 of 361) sorted by path

12345678910>>...15

/PHP-5.5/
H A DMakefile.global1 mkinstalldirs = $(top_srcdir)/build/shtool mkdir -p
H A DNEWS1579 . Fixed bug #51076 (race condition in shtool's mkdir -p implementation).
3316 . Fixed bug #55124 (recursive mkdir fails with current (dot) directory in path).
6204 - Fixed bug #46681 (mkdir() fails silently on PHP 5.3). (Hannes)
7009 - Fixed bug #43276 (Incomplete fix for bug #42739, mkdir() under safe_mode). (Ilia)
7112 - Fixed bug #42739 (mkdir() doesn't like a trailing slash when safe_mode is
8532 - Fixed bug #37395 (recursive mkdir() fails to create nonexistent directories
8844 - Fixed bug #35999 (recursive mkdir() does not work with relative path
H A DREADME.RELEASE_PROCESS42 cd pecl; mkdir foo foo/tags foo/branches; svn add foo; svn commit
H A DREADME.SELF-CONTAINED-EXTENSIONS37 $ mkdir /tmp/newext
H A Dacinclude.m4141 test -d include || $php_shtool mkdir include
930 $php_shtool mkdir -p $1
935 $php_shtool mkdir -p $BUILD_DIR
2439 $php_shtool mkdir -p ext/iconv
2991 @test -d "$dtrace_lib_dir" || mkdir $dtrace_lib_dir
H A Dconfigure.in200 $php_shtool mkdir -p libs
1180 $php_shtool mkdir -p $phplibdir
1518 $php_shtool mkdir -p pear/scripts
1519 $php_shtool mkdir -p scripts
1520 $php_shtool mkdir -p scripts/man1
1545 test -d TSRM || $php_shtool mkdir TSRM
1548 test -d Zend || $php_shtool mkdir Zend
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c1779 retval = mkdir(new_state.cwd); in virtual_mkdir()
1781 retval = mkdir(new_state.cwd, mode); in virtual_mkdir()
H A Dtsrm_virtual_cwd.h308 #define VCWD_MKDIR(pathname, mode) mkdir(pathname, mode)
/PHP-5.5/build/
H A Dlibtool.m41143 mkdir conftest
1145 mkdir out
1217 mkdir .libs 2>/dev/null
1471 test -d \$dldir || mkdir -p \$dldir~
H A Dshtool168 shtoolize -obuild/shtool echo install mkdir platform path
177 echo|install|mkdir|platform|path )
222 mkdir )
436 mkdir "$tmpdir" >/dev/null 2>&1
946 mkdir )
969 mkdir $p || errstatus=$?
1009 mkdir $pathcomp || {
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure1696 test ! -d "$ac_dir" && mkdir "$ac_dir"
1838 test ! -d "$ac_dir" && mkdir "$ac_dir"
H A Dinstall-sh110 instcmd=mkdir
H A Dmkinstalldirs23 mkdir "$pathcomp" > /dev/null 2>&1 || lasterr=$?
/PHP-5.5/ext/dba/
H A Dinstall_cdb.sh28 if mkdir -p "$prefix/include" "$prefix/lib"; then
35 mkdir -p tmp || exit 1
/PHP-5.5/ext/ereg/regex/
H A Dregex.mak57 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
112 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
/PHP-5.5/ext/
H A Dext_skel93 mkdir $extname || givup "Cannot create directory $extname"
245 mkdir tests || givup "Cannot create tests directory"
/PHP-5.5/ext/fileinfo/tests/
H A Dbug61964.phpt14 @mkdir($dir);
33 @mkdir($dir . "/test-inner-folder");
/PHP-5.5/ext/gd/tests/
H A Dimagegd2_nullbyte_injection.phpt18 mkdir ($tempdir, 0777, true);
H A Dimagegd_nullbyte_injection.phpt18 mkdir ($tempdir, 0777, true);
H A Dimagegif_nullbyte_injection.phpt22 mkdir ($tempdir, 0777, true);
H A Dimagejpeg_nullbyte_injection.phpt22 mkdir ($tempdir, 0777, true);
H A Dimagepng_nullbyte_injection.phpt22 mkdir ($tempdir, 0777, true);
H A Dimagewbmp_nullbyte_injection.phpt22 mkdir ($tempdir, 0777, true);
H A Dimagewebp_nullbyte_injection.phpt22 mkdir ($tempdir, 0777, true);
/PHP-5.5/ext/libxml/tests/
H A Dbug61367-read.phpt35 var_dump(mkdir('test_bug_61367'));
36 var_dump(mkdir('test_bug_61367/base'));

Completed in 128 milliseconds

12345678910>>...15