Home
last modified time | relevance | path

Searched refs:mkdir (Results 326 – 343 of 343) sorted by relevance

1...<<11121314

/PHP-5.3/ext/bcmath/libbcmath/
H A Dconfigure1696 test ! -d "$ac_dir" && mkdir "$ac_dir"
1838 test ! -d "$ac_dir" && mkdir "$ac_dir"
/PHP-5.3/TSRM/
H A Dtsrm_virtual_cwd.c1793 retval = mkdir(new_state.cwd); in virtual_mkdir()
1795 retval = mkdir(new_state.cwd, mode); in virtual_mkdir()
/PHP-5.3/ext/odbc/
H A Dconfig.m4115 $srcdir/build/shtool mkdir -f -p ext/odbc
/PHP-5.3/ext/standard/tests/file/
H A Dumask_variation1.phpt47 mkdir($dirname);
H A Dumask_variation2.phpt47 mkdir($dirname);
H A D006_variation1.phpt37 mkdir($dir_name);
H A Dtempnam_variation4.phpt34 mkdir($dir_name);
/PHP-5.3/
H A DREADME.RELEASE_PROCESS32 cd pecl; mkdir foo foo/tags foo/branches; svn add foo; svn commit
H A Dacinclude.m4141 test -d include || $php_shtool mkdir include
919 $php_shtool mkdir -p $1
924 $php_shtool mkdir -p $BUILD_DIR
2426 $php_shtool mkdir -p ext/iconv
H A Dserver-tests.php145 @mkdir($path,$mode);
H A Drun-tests.php1377mkdir(dirname($copy_file), 0777, true) or error("Cannot create output directory - " . dirname($cop…
H A DNEWS3154 - Fixed bug #46681 (mkdir() fails silently on PHP 5.3). (Hannes)
3959 - Fixed bug #43276 (Incomplete fix for bug #42739, mkdir() under safe_mode). (Ilia)
4062 - Fixed bug #42739 (mkdir() doesn't like a trailing slash when safe_mode is
5482 - Fixed bug #37395 (recursive mkdir() fails to create nonexistent directories
5794 - Fixed bug #35999 (recursive mkdir() does not work with relative path
/PHP-5.3/ext/standard/
H A Dfile.c1417 PHP_FUNCTION(mkdir) in PHP_FUNCTION() argument
H A Dbasic_functions.c3076 PHP_FE(mkdir, arginfo_mkdir)
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY362 2005/08/01: [dist] add mkdir $prefix, mkdir $exec_prefix to make install.
/PHP-5.3/ext/phar/phar/
H A Dpharcommand.inc909 @mkdir(dirname($target), 0777, true);
/PHP-5.3/build/
H A Dlibtool.m41137 mkdir conftest
1139 mkdir out
1211 mkdir .libs 2>/dev/null
1465 test -d \$dldir || mkdir -p \$dldir~
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c30163 if( mkdir(buf, SQLITE_DEFAULT_PROXYDIR_PERMISSIONS) ){

Completed in 443 milliseconds

1...<<11121314